Re: compile error in current cvs

2005-08-12 Thread Stefan Leichter
Am Freitag, 12. August 2005 08:50 schrieb Mike McCormack: > > I'm not really sure why your pkg-config doesn't know about libxml2, and > I'm not sure why you have /usr/include/libxml/parser.h... maybe you > added a symlink to /usr/include/libxml -> libxml2/libxml to solve a > earlier compile problem

Re: compile error in current cvs

2005-08-11 Thread Mike McCormack
Stefan Leichter wrote: pkg-config --libs libxml-2.0 Package libxml-2.0 was not found in the pkg-config search path. I'm not really sure why your pkg-config doesn't know about libxml2, and I'm not sure why you have /usr/include/libxml/parser.h... maybe you added a symlink to /usr/include/lib

Re: compile error in current cvs

2005-08-11 Thread Stefan Leichter
Am Freitag, 12. August 2005 07:12 schrieb Mike McCormack: > > 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_LIBXM

Re: compile error in current cvs

2005-08-11 Thread Mike McCormack
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

Re: compile error in current cvs

2005-08-11 Thread Stefan Leichter
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 f

Re: compile error in current cvs

2005-08-11 Thread 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

compile error in current cvs

2005-08-10 Thread Stefan Leichter
Hello, current cvs does not compile for me. Im on SuSE 9.0. gcc -c -I../../../wine/dlls/msxml3 -I. -I../../../wine/include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o ms

Re: compile error in current cvs

2005-08-08 Thread Adam D. Moss
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:

Re: compile error in current cvs

2005-08-06 Thread Jacek Caban
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:

Re: compile error in current cvs

2005-08-06 Thread Jacek Caban
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 i

Re: compile error in current cvs

2005-08-06 Thread Stefan Leichter
Am Freitag, 5. August 2005 09:05 schrieben Sie: > current cvs does not compile for me. Im on SuSE 9.0 > >> > >>In Gentoo you need to create link: > >>/usr/include/libxml -> /usr/include/libxml2/libxml > > Please try the attached fix, and let me know if it works... > > Also check your config.log

Re: compile error in current cvs

2005-08-04 Thread Stefan Leichter
Am Donnerstag, 4. August 2005 21:02 schrieb Jacek Caban: > Michael Jung wrote: > >On Thursday 04 August 2005 18:35, Stefan Leichter wrote: > >>current cvs does not compile for me. Im on SuSE 9.0 > > > >This seems to be a missing configure check for the libxml2 development > >headers. For a quick fi

Re: compile error in current cvs

2005-08-04 Thread Jacek Caban
Michael Jung wrote: On Thursday 04 August 2005 18:35, Stefan Leichter wrote: current cvs does not compile for me. Im on SuSE 9.0 This seems to be a missing configure check for the libxml2 development headers. For a quick fix on Debian sarge you can install the libxml2-dev package.

Re: compile error in current cvs

2005-08-04 Thread Michael Jung
On Thursday 04 August 2005 18:35, Stefan Leichter wrote: > current cvs does not compile for me. Im on SuSE 9.0 This seems to be a missing configure check for the libxml2 development headers. For a quick fix on Debian sarge you can install the libxml2-dev package. Bye, -- Michael Jung [EMAIL PR

Re: compile error in current cvs

2005-08-04 Thread Christian Britz
Stefan Leichter wrote: > Hello, > > current cvs does not compile for me. Im on SuSE 9.0 Hi, I can't acknowledge that for the sources I pulled at 19:00 CET from the EU cvs on Debian 3.1. Christian

compile error in current cvs

2005-08-04 Thread Stefan Leichter
Hello, current cvs does not compile for me. Im on SuSE 9.0 Bye Stefan make[2]: Entering directory `/usr/src/wine/wine-build/dlls/msxml3' gcc -c -I../../../wine/dlls/msxml3 -I. -I../../../wine/include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -mpreferred-