http://bugs.winehq.org/show_bug.cgi?id=4349
Summary: wine does not compile Product: Wine Version: 0.9.6. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-tools AssignedTo: wine-bugs@winehq.org ReportedBy: andreas.bierfert@lowlatency.de
gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -o lex.yy.o lex.yy.c lex.yy.c: In function 'yylex': ./parser.l:161: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result gcc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -o widl client.o hash.o header.o proxy.o server.o typegen.o typelib.o utils.o widl.o write_msft.o parser.tab.o lex.yy.o -L../../libs -lwpp -lwine_port -lfl ../../libs/libwpp.a(lex.yy.o)(.text+0x61b): In function `_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_': /files/awjb/cvs/fedora/extras/rpms/wine/FC-4/wine-0.9.6/libs/wpp/lex.yy.c:3357: multiple definition of `_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_' lex.yy.o(.text+0x581):/files/awjb/cvs/fedora/extras/rpms/wine/FC-4/wine-0.9.6/tools/widl/lex.yy.c:1796: first defined here collect2: ld returned 1 exit status make[3]: *** [widl] Error 1 make[3]: Leaving directory `/files/awjb/cvs/fedora/extras/rpms/wine/FC-4/wine-0.9.6/tools/widl' make[2]: *** [widl] Error 2 make[2]: Leaving directory `/files/awjb/cvs/fedora/extras/rpms/wine/FC-4/wine-0.9.6/tools' make[1]: *** [tools] Error 2 make[1]: Leaving directory `/files/awjb/cvs/fedora/extras/rpms/wine/FC-4/wine-0.9.6'