Am Donnerstag, 11. August 2005 10:30 schrieb Mike McCormack:
Stefan Leichter wrote:
current cvs does not compile for me. Im on SuSE 9.0.
Hi Stefan,
Could you please try running "./configure && make depend && make" again, and if that doesn't work, let me know what the output of the following command is:
grep XML2 config.status
For me it looks like this:
s,@XML2LIBS@,-lxml2 -lpthread -lz -lm ,;t t s,@XML2INCL@,-I/usr/include/libxml2 ,;t t ${ac_dA}HAVE_LIBXML2${ac_dB}HAVE_LIBXML2${ac_dC}1${ac_dD} ${ac_uA}HAVE_LIBXML2${ac_uB}HAVE_LIBXML2${ac_uC}1${ac_uD}
Hi Mike,
nothing changed. Here is the output of the grep on my config.status after doing "../wine/configure && make depend && make" (i am doing "out of tree" builds)
s,@XML2LIBS@,,;t t s,@XML2INCL@,,;t t ${ac_dA}HAVE_LIBXML2${ac_dB}HAVE_LIBXML2${ac_dC}1${ac_dD} ${ac_uA}HAVE_LIBXML2${ac_uB}HAVE_LIBXML2${ac_uC}1${ac_uD}
Thanks Stefan