http://bugs.winehq.org/show_bug.cgi?id=10655
Summary: syntax error during compiling from source Product: Wine Version: 0.9.50. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-multimedia AssignedTo: wine-bugs@winehq.org ReportedBy: dimich.dmb@gmail.com
./configure and make depend passed successfully, but during `make' i got error:
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -Wall -O2 -march=pentium4 -pipe -o cdrom.o cdrom.c In file included from /usr/include/linux/cdrom.h:14, from cdrom.c:66: /usr/include/asm/byteorder.h:13: error: syntax error before "__u32" /usr/include/asm/byteorder.h:27: error: syntax error before "__u64" make[2]: *** [cdrom.o] Error 1 make[2]: Leaving directory `/home/dimich/src/wine-0.9.50/dlls/ntdll' make[1]: *** [ntdll] Error 2 make[1]: Leaving directory `/home/dimich/src/wine-0.9.50/dlls' make: *** [dlls] Error 2
system: slackware 11.0 /usr/include/linux is the kernel headers for linux-2.6.23.9. config.log is in attachment.