http://bugs.winehq.org/show_bug.cgi?id=2927
Summary: wine-20050419-1fc3winehq failed to build w/ GCC 4.0.0 Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: peter.kovar@gmail.com
However w/ GCC 3.4.3 build finished OK.
gcc-4.0.0 -c -I. -I. -I../../../include -I../../../include -I../../../include/msvcrt -I./.. -D_REE NTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -Wpointer-arith -O2 -gdw arf-2 -pipe -march=i686 -fomit-frame-pointer -ffast-math -fexpensive-optimizations -o file.o file.c In file included from ../../../include/winnt.h:27, from ../../../include/windef.h:204, from ../../../include/wine/test.h:25, from file.c:21: ../../../include/msvcrt/ctype.h:72: warning: conflicting types for built-in function ?iswalnum? ../../../include/msvcrt/ctype.h:73: warning: conflicting types for built-in function ?iswalpha? ../../../include/msvcrt/ctype.h:75: warning: conflicting types for built-in function ?iswcntrl? ../../../include/msvcrt/ctype.h:77: warning: conflicting types for built-in function ?iswdigit? ../../../include/msvcrt/ctype.h:78: warning: conflicting types for built-in function ?iswgraph? ../../../include/msvcrt/ctype.h:79: warning: conflicting types for built-in function ?iswlower? ../../../include/msvcrt/ctype.h:80: warning: conflicting types for built-in function ?iswprint? ../../../include/msvcrt/ctype.h:81: warning: conflicting types for built-in function ?iswpunct? ../../../include/msvcrt/ctype.h:82: warning: conflicting types for built-in function ?iswspace? ../../../include/msvcrt/ctype.h:83: warning: conflicting types for built-in function ?iswupper? ../../../include/msvcrt/ctype.h:84: warning: conflicting types for built-in function ?iswxdigit? ../../../include/msvcrt/ctype.h:85: warning: conflicting types for built-in function ?towlower? ../../../include/msvcrt/ctype.h:86: warning: conflicting types for built-in function ?towupper? ../../../include/msvcrt/io.h:179: error: ?open? aliased to external symbol ?_open? ../../../include/msvcrt/io.h:180: error: ?sopen? aliased to undefined symbol ?_sopen? ../../../include/msvcrt/process.h:129: error: ?execl? aliased to undefined symbol ?_execl? ../../../include/msvcrt/process.h:130: error: ?execle? aliased to undefined symbol ?_execle? ../../../include/msvcrt/process.h:131: error: ?execlp? aliased to undefined symbol ?_execlp? ../../../include/msvcrt/process.h:132: error: ?execlpe? aliased to undefined symbol ?_execlpe? ../../../include/msvcrt/process.h:133: error: ?spawnl? aliased to undefined symbol ?_spawnl? ../../../include/msvcrt/process.h:134: error: ?spawnle? aliased to undefined symbol ?_spawnle? ../../../include/msvcrt/process.h:135: error: ?spawnlp? aliased to undefined symbol ?_spawnlp? ../../../include/msvcrt/process.h:136: error: ?spawnlpe? aliased to undefined symbol ?_spawnlpe? make[3]: *** [file.o] Error 1 make[3]: Leaving directory `/usr/src/redhat/BUILD/wine-20050419/dlls/msvcrt/tests' make[2]: *** [tests] Error 2 make[2]: Leaving directory `/usr/src/redhat/BUILD/wine-20050419/dlls/msvcrt' make[1]: *** [msvcrt] Error 2 make[1]: Leaving directory `/usr/src/redhat/BUILD/wine-20050419/dlls' make: *** [dlls] Error 2