Date: Sun, 01 Jun 2008 13:15:56 -0400 From: Naram Qashat <cyberbotx@cyberbotx.com> To: gerald@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Wine 1.0-rc3 failed build Message-ID: <4842D94C.7030700@cyberbotx.com>
next in thread | raw e-mail | index | archive | help
I just updated my ports tree which included the update of Wine to 1.0-rc3. I attempted to build it and it failed at this point: gmake[2]: Entering directory `/usr/ports/emulators/wine/work/wine-1.0-rc3/dlls/wininet' cc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_WINX32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/local/include -O -pipe -o cookie.o cookie.c cc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_WINX32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/local/include -O -pipe -o dialogs.o dialogs.c cc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_WINX32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/local/include -O -pipe -o ftp.o ftp.c cc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_WINX32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/local/include -O -pipe -o gopher.o gopher.c cc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_WINX32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/local/include -O -pipe -o http.o http.c In file included from /usr/local/include/openssl/ssl.h:183, from internet.h:48, from http.c:60: /usr/local/include/openssl/x509.h:207: error: expected ')' before numeric constant In file included from /usr/local/include/openssl/ssl.h:183, from internet.h:48, from http.c:60: /usr/local/include/openssl/x509.h:929: error: expected identifier or '(' before 'LPCSTR' /usr/local/include/openssl/x509.h:929: error: expected ')' before numeric constant /usr/local/include/openssl/x509.h:929: error: expected declaration specifiers or '...' before '(' token /usr/local/include/openssl/x509.h:929: error: expected ')' before numeric constant In file included from /usr/local/include/openssl/ssl.h:183, from internet.h:48, from http.c:60: /usr/local/include/openssl/x509.h:929:1: error: pasting ")" and "_it" does not give a valid preprocessing token gmake[2]: *** [http.o] Error 1 gmake[2]: Leaving directory `/usr/ports/emulators/wine/work/wine-1.0-rc3/dlls/wininet' gmake[1]: *** [wininet] Error 2 gmake[1]: Leaving directory `/usr/ports/emulators/wine/work/wine-1.0-rc3/dlls' gmake: *** [dlls] Error 2 *** Error code 2 Thanks, Naram Qashat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4842D94C.7030700>