http://bugs.winehq.org/show_bug.cgi?id=13855
Summary: CVS head dlls/msxml3/domdoc.c doesn't compile Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: UNCONFIRMED Severity: blocker Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: david.ronis@mcgill.ca
Build has been failing for several weeks (I'm following the cvs head using gcc-4.2.4). The error is:
/usr/bin/gcc -c -I. -I. -I../../include -I../../include -I/opt/garnome-svn-2.23.3/include/libxml2 -I/opt/garnome-svn-2.23.3/include -I/opt/garnome-svn-2.23.3/include/libxml2 -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -O3 -march=pentium4 -ffast-math -funroll-loops -fomit-frame-pointer -o domdoc.o domdoc.c domdoc.c: In function 'domdoc_createCDATASection': domdoc.c:1051: error: 'comment' undeclared (first use in this function) domdoc.c:1051: error: (Each undeclared identifier is reported only once domdoc.c:1051: error: for each function it appears in.) make[2]: *** [domdoc.o] Error 1 make[2]: Leaving directory `/home/ronis/Project/notar/wine/dlls/msxml3'
I've tried purging the msxml3 directory and reloading, but I get the same error.