GNOME Bugzilla – Bug 545581
xmllint.c: xmlGetNodePath not available --without-tree
Last modified: 2009-08-10 12:47:36 UTC
Steps to reproduce: rsc@thebe:libxml2-2.6.32$ ./configure --without-c14n --without-catalog --without-debug --without-docbook --without-fexceptions --without-ftp --without-history --without-html --without-http --without-iconv --without-iso8859x --without-legacy --without-mem-debug --without-minimum --without-output --with-pattern --with-push --with-python=no --with-reader --with-regexps --without-run-debug --without-sax1 --with-schemas --without-schematron --without-threads --without-threads-alloc --without-tree --without-valid --without-writer --without-xinclude --without-xpath --without-xptr --without-modules --without-zlib make Stack trace: xmllint.o: In function `processNode': /home/rsc/svn/oselas/bsp/pengutronix/OSELAS.BSP-Pengutronix-AllYes-trunk/platform-phyCORE-PXA270/build-target/libxml2-2.6.32/libxml2-2.6.32/xmllint.c:1758: undefined reference to `xmlGetNodePath' Other information: xmllint.c assumes that it can use xmlGetNodePath() under #ifdef LIBXML_PATTERN_ENABLED, but it is only available if --with-tree is enabled. Bug happens in libxml2-2.6.32 (but no bugzilla entry for that version so far)
Okay should be fixed now, but definitely not a critical bug IMHO Daniel