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.
http://bugs.winehq.org/show_bug.cgi?id=13855
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2008-06-11 13:43:49 --- Should be fixed by 5a849d31cf8a0f833b92a9249e65c33eb205d6b1.
http://bugs.winehq.org/show_bug.cgi?id=13855
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2008-06-13 10:45:31 --- Closing bugs fixed in 1.0-rc5.
http://bugs.winehq.org/show_bug.cgi?id=13855
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified