http://bugs.winehq.org/show_bug.cgi?id=4186
Summary: Error while compiling wine 0.9.4 Product: Wine Version: 0.9.4. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-programs AssignedTo: wine-bugs@winehq.org ReportedBy: amon2501@home.domonet.ru
I have Linux 2.6.14.5 kernel gcc 3.2.3 flex version 2.5.4 bison version 2.1 When im trying to build wine. I`m not using 'tools/wineinstall' but use ./configure script then 'make depend && make' after it instead. Im building and installing wine under root login. I`ve got such error during a build in '/wine-0.9.4/server' directory:
[quote begin]
gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o snapshot.o snapshot.c In file included from snapshot.c:33: ../include/winternl.h:2040: syntax error before "va_list" ../include/winternl.h:2212: syntax error before "va_list" ../include/winternl.h:2213: syntax error before "va_list"
[quote end]
and then building process ends up with an error.