Jacek Caban wrote:
Hello.
Stefan Leichter wrote:
Am Freitag, 5. August 2005 09:05 schrieben Sie:
Hello Mike,
after removing the link /usr/include/libxml
my config.log has ac_cv_lib_xml2_xmlReadIO=no
the patch fixes the problem with the missing header but compiling fails still with:
Attached patch is the correct solution.
It fixes the compile problem, thanks. However, the other half of the problem is that WINE isn't detecting libxml2 'properly'. It should be using `xml2-config --cflags` etc, which puts the correct -I on the command-line without having to link the libxml2/libxml include directory to libxml. Note that a 'raw' libxml2 make-install doesn't make any such link -- some distros have presumably done it to help really old apps compile.
Cheers, --Adam