Hello,
I just tried to compile Wine on Ubuntu 6.06 and Ubuntu 7.04 (both updated). On both machines, I got following error:
make[2]: Entering directory `/home/mpilka/cxtest/wine/dlls/msxml3' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o attribute.o attribute.c In file included from attribute.c:32: msxml_private.h:67: error: expected declaration specifiers or ‘...’ before ‘xmlNodePtr’ msxml_private.h:68: error: expected declaration specifiers or ‘...’ before ‘xmlNodePtr’ make[2]: *** [attribute.o] Error 1 make[2]: Leaving directory `/home/mpilka/cxtest/wine/dlls/msxml3' make[1]: *** [msxml3] Error 2 make[1]: Leaving directory `/home/mpilka/cxtest/wine/dlls' make: *** [dlls] Error 2
Just wanted to let you know that, Martin
I see Bryan already submitted patch for this. Going to try to install libxml-dev thing in meantime.
Thanks, Martin
Hello,
I just tried to compile Wine on Ubuntu 6.06 and Ubuntu 7.04 (both updated). On both machines, I got following error:
make[2]: Entering directory `/home/mpilka/cxtest/wine/dlls/msxml3' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o attribute.o attribute.c In file included from attribute.c:32: msxml_private.h:67: error: expected declaration specifiers or ‘...’ before ‘xmlNodePtr’ msxml_private.h:68: error: expected declaration specifiers or ‘...’ before ‘xmlNodePtr’ make[2]: *** [attribute.o] Error 1 make[2]: Leaving directory `/home/mpilka/cxtest/wine/dlls/msxml3' make[1]: *** [msxml3] Error 2 make[1]: Leaving directory `/home/mpilka/cxtest/wine/dlls' make: *** [dlls] Error 2
Just wanted to let you know that, Martin
On Sun, May 27, 2007 at 10:36:44AM +0200, martin pilka wrote:
Hello,
I just tried to compile Wine on Ubuntu 6.06 and Ubuntu 7.04 (both updated). On both machines, I got following error:
make[2]: Entering directory `/home/mpilka/cxtest/wine/dlls/msxml3' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o attribute.o attribute.c In file included from attribute.c:32: msxml_private.h:67: error: expected declaration specifiers or ‘...’ before ‘xmlNodePtr’ msxml_private.h:68: error: expected declaration specifiers or ‘...’ before ‘xmlNodePtr’ make[2]: *** [attribute.o] Error 1 make[2]: Leaving directory `/home/mpilka/cxtest/wine/dlls/msxml3' make[1]: *** [msxml3] Error 2 make[1]: Leaving directory `/home/mpilka/cxtest/wine/dlls' make: *** [dlls] Error 2
Just wanted to let you know that,
Which libxml2 version is used?
and what is reported by: grep HAVE_LIBXML include/config.h
Ciao, Marcus