GNOME Bugzilla – Bug 312589
configure doesn't check for xmllint
Last modified: 2005-11-27 14:19:30 UTC
1) get Debian 2) apt-get install everything needed to build GStreamer 0.8 from cvs 3) apt-get remove libxml2-utils 4) ./autogen.sh && make produces the following result: make[4]: Entering directory `/home/lvs/cvs/gstreamer/docs/faq' cd build && xmllint -noout -valid faq.xml /bin/sh: xmllint: command not found make[4]: *** [check-local] Error 127 make[4]: Leaving directory `/home/lvs/cvs/gstreamer/docs/faq' So either linting the xml should not be done without xmllint or the docs shouldn't be built. Since I consider me too clueless about the right behaviour and the docs build system I file this as a bug for you guys.
Fixed in 0.9 cvs