compile error in current cvs
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-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o domdoc.o ../../../wine/dlls/msxml3/domdoc.c In file included from ../../../wine/dlls/msxml3/domdoc.c:36: ../../../wine/dlls/msxml3/msxml_private.h:26:27: libxml/parser.h: Datei oder Verzeichnis nicht gefunden In file included from ../../../wine/dlls/msxml3/domdoc.c:36: ../../../wine/dlls/msxml3/msxml_private.h:28: error: parse error before "xmlDocPtr" make[2]: *** [domdoc.o] Fehler 1 make[2]: Leaving directory `/usr/src/wine/wine-build/dlls/msxml3' make[1]: *** [msxml3] Fehler 2 make[1]: Leaving directory `/usr/src/wine/wine-build/dlls' make: *** [dlls] Fehler 2
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 mjung(a)iss.tu-darmstadt.de
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.
Bye,
In Gentoo you need to create link: /usr/include/libxml -> /usr/include/libxml2/libxml but it seams to be Gentoo specific thing and I'm not sure how to support it property in Wine. Jacek
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 fix on Debian sarge you can install the libxml2-dev package.
Bye,
In Gentoo you need to create link: /usr/include/libxml -> /usr/include/libxml2/libxml but it seams to be Gentoo specific thing and I'm not sure how to support it property in Wine.
Jacek
Good shot, this fixes my problem too. Thanks Stefan
participants (4)
-
Christian Britz -
Jacek Caban -
Michael Jung -
Stefan Leichter