[Bug 1752] New: Fedora-Core wine 20030911 does not compile

Wine Bugs wine-bugs at winehq.com
Wed Oct 1 09:14:23 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1752

           Summary: Fedora-Core wine 20030911 does not compile
           Product: Wine
           Version: 20030911
          Platform: Other
               URL: http://fedora.redhat.com
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-binary
        AssignedTo: wine-bugs at winehq.com
        ReportedBy: traxtopel at hotpop.com


Ferdora Core Severn beta - wine does not compile. Fails as follow.

gcc -c -I. -I. -I../../../include -I../../../include  -D_REENTRANT -fPIC
-D__WINESRC__  -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing
-Wpointer-arith  -O2 -g -pipe -march=i386 -mcpu=i686 -o midipatch.o
midipatch.c
gcc -c -I. -I. -I../../../include -I../../../include  -D_REENTRANT -fPIC
-D__WINESRC__  -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing
-Wpointer-arith  -O2 -g -pipe -march=i386 -mcpu=i686 -o mixer.o mixer.c
gcc -c -I. -I. -I../../../include -I../../../include  -D_REENTRANT -fPIC
-D__WINESRC__  -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing
-Wpointer-arith  -O2 -g -pipe -march=i386 -mcpu=i686 -o mmaux.o mmaux.c
gcc -c -I. -I. -I../../../include -I../../../include  -D_REENTRANT -fPIC
-D__WINESRC__  -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing
-Wpointer-arith  -O2 -g -pipe -march=i386 -mcpu=i686 -o oss.o oss.c
../../../tools/winebuild/winebuild -D_REENTRANT -fPIC -D__WINESRC__  -o
wineoss.drv.dbg.c --debug -C. audio.c midi.c midipatch.c mixer.c mmaux.c oss.c
gcc -c -I. -I. -I../../../include -I../../../include  -D_REENTRANT -fPIC
-D__WINESRC__  -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing
-Wpointer-arith  -O2 -g -pipe -march=i386 -mcpu=i686 -o wineoss.drv.dbg.o
wineoss.drv.dbg.c
ld -r    audio.o midi.o midipatch.o mixer.o mmaux.o oss.o  wineoss.drv.dbg.o
-o wineoss.drv.tmp.o
strip --strip-unneeded wineoss.drv.tmp.o
../../../tools/winebuild/winebuild -D_REENTRANT -fPIC -D__WINESRC__  -o
wineoss.drv.spec.c --spec ./wineoss.drv.spec  wineoss.drv.tmp.o
-L../../../dlls  -lwinmm -luser32 -lkernel32
gcc -c -I. -I. -I../../../include -I../../../include  -D_REENTRANT -fPIC
-D__WINESRC__  -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing
-Wpointer-arith  -O2 -g -pipe -march=i386 -mcpu=i686 -o wineoss.drv.spec.o
wineoss.drv.spec.c
gcc -shared  -Wl,-Bsymbolic,-z,defs wineoss.drv.spec.o    audio.o midi.o
midipatch.o mixer.o mmaux.o oss.o  wineoss.drv.dbg.o -o wineoss.drv.so
-L../../../dlls  -L../../../libs/wine -lwine -L../../../libs/uuid -lwine_uuid
-L../../../libs/port -lwine_port  -lm  -lc
make[2]: Leaving directory
`/usr/src/redhat/BUILD/wine-20030911/dlls/winmm/wineoss'
rm -f wineoss.drv.so && ln -s winmm/wineoss/wineoss.drv.so wineoss.drv.so
rm -f wineps.dll.so && ln -s wineps/wineps.dll.so wineps.dll.so
make[2]: Entering directory `/usr/src/redhat/BUILD/wine-20030911/dlls/wininet'
LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH" ../../tools/wrc/wrc
--nostdinc -I. -I. -I../../include -I../../include   -forsrc.res rsrc.rc
LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH" ../../tools/wrc/wrc
--nostdinc -I. -I. -I../../include -I../../include   -foversion.res version.rc
gcc -c -I. -I. -I../../include -I../../include  -D_REENTRANT -fPIC
-D__WINESRC__ -D_WINX32_ -Wall -mpreferred-stack-boundary=2
-fno-strict-aliasing -Wpointer-arith  -O2 -g -pipe -march=i386 -mcpu=i686 -o
cookie.o cookie.c
In file included from /usr/include/openssl/ssl.h:179,
                 from internet.h:36,
                 from cookie.c:39:
/usr/include/openssl/kssl.h:136: error: syntax error before '*' token
/usr/include/openssl/kssl.h:149: error: syntax error before '*' token
/usr/include/openssl/kssl.h:150: error: syntax error before '*' token
/usr/include/openssl/kssl.h:151: error: syntax error before '*' token
/usr/include/openssl/kssl.h:151: error: syntax error before '*' token
/usr/include/openssl/kssl.h:152: error: syntax error before '*' token
/usr/include/openssl/kssl.h:153: error: syntax error before '*' token
/usr/include/openssl/kssl.h:155: error: syntax error before '*' token
/usr/include/openssl/kssl.h:157: error: syntax error before '*' token
/usr/include/openssl/kssl.h:159: error: syntax error before '*' token
/usr/include/openssl/kssl.h:167: error: syntax error before '*' token
In file included from internet.h:36,
                 from cookie.c:39:
/usr/include/openssl/ssl.h:909: error: syntax error before "KSSL_CTX"
/usr/include/openssl/ssl.h:931: error: syntax error before '}' token
make[2]: *** [cookie.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/wine-20030911/dlls/wininet'
make[1]: *** [wininet] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/wine-20030911/dlls'
make: *** [dlls] Error 2
p

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list