GNOME Bugzilla – Bug 449698
making error
Last modified: 2007-06-21 07:05:28 UTC
------------------------------------------------------ Config for libxml: configure --without-debug --without-ftp --without-html --prefix=/usr ------------------------------------------------------ Building libxslt: configure --prefix=/usr make ../libxslt/.libs/libxslt.so: undefined reference to `htmlDocContentDumpOutput' ../libxslt/.libs/libxslt.so: undefined reference to `htmlSetMetaEncoding' ../libxslt/.libs/libxslt.so: undefined reference to `htmlDocContentDumpFormatOutput' ../libxslt/.libs/libxslt.so: undefined reference to `htmlNewDocNoDtD' ../libxslt/.libs/libxslt.so: undefined reference to `htmlNewDoc'
Well the XSLT spec asks for HTML output, see http://www.w3.org/TR/xslt#section-HTML-Output-Method and that requires the HTML suppport in libxml2. Activate HTML support in libxml2 if you want to use it for XSLT. That doesn't really sound like a bug to me. I prefer to see a build error than people erronously thinking that their XSLT library built fine. Daniel