http://bugs.winehq.org/show_bug.cgi?id=15577
Summary: compilation syntax error Product: Wine Version: 1.1.6 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: critical Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: trog24@comcast.net
When trying to build Wine-1.1.6 (downloaded 10Oct08), I get the following compilation error after entering the make command using gcc-4.0.1:
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -D__powerpc__ -o port.o port.c {standard input}:125:Parameter syntax error (parameter 1) {standard input}:126:Parameter syntax error (parameter 1) {standard input}:127:Parameter syntax error (parameter 1) {standard input}:128:Parameter syntax error (parameter 1) {standard input}:129:Parameter syntax error (parameter 2) {standard input}:130:Parameter syntax error (parameter 1) {standard input}:131:Parameter syntax error (parameter 1) {standard input}:132:Parameter syntax error (parameter 1) {standard input}:133:Parameter syntax error (parameter 1) {standard input}:134:Parameter syntax error (parameter 1) {standard input}:136:Parameter syntax error (parameter 1) {standard input}:137:Parameter syntax error (parameter 1) {standard input}:138:Parameter syntax error (parameter 2) make[2]: *** [port.o] Error 1 make[2]: Leaving directory `/Users/frank/Desktop/wine-1.1.6/libs/wine' make[1]: *** [wine] Error 2 make[1]: Leaving directory `/Users/frank/Desktop/wine-1.1.6/libs' make: *** [libs] Error 2
I ran ./configure and make depend commands successfully. The error is continuously repeatable.
The platform is a 2001 QuickSilver (upgraded to a dual 1.73 Ghz MPC-7448 from a dual 800 MHz MPC-7450) running MacOS 10.4.11 with 1.5 GB memory.