* On Thu, 4 Aug 2005, Mike McCormack wrote: > > Could you try running ./configure again
I did it several times already. > and checking for XML2INCL in config.status and config.log? This is the > output on my machine: Pasted inline: > bash-3.00$ grep XML2INCL config.status config.log dlls/msxml3/Makefile.in > config.status:s,@XML2INCL@,-I/usr/include/libxml2,;t t config.status:s,@XML2INCL@,,;t t > config.log:XML2INCL='-I/usr/include/libxml2' config.log:XML2INCL='' > dlls/msxml3/Makefile.in:EXTRAINCL = @XML2INCL@ dlls/msxml3/Makefile.in:EXTRAINCL = @XML2INCL@ > bash-3.00$ grep EXTRAINCL dlls/msxml3/Makefile.in dlls/msxml3/Makefile > dlls/msxml3/Makefile.in:EXTRAINCL = @XML2INCL@ dlls/msxml3/Makefile.in:EXTRAINCL = @XML2INCL@ > dlls/msxml3/Makefile:EXTRAINCL = -I/usr/include/libxml2 dlls/msxml3/Makefile:EXTRAINCL = dlls/msxml3/Makefile:INCLUDES = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include $(EXTRAINCL)