http://bugs.winehq.org/show_bug.cgi?id=13176
Summary: Fails to compile Product: Wine Version: CVS/GIT Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: grahame@regress.homelinux.org
Seeing as RC1 has been released I decided it was time to try compiling and testing wine again. I checked out the latest version of wine as of 13th May 2008 and tried to compile using the /tools/wineinstall script. The compile faillls with the following error: gcc -m32 -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 -g -O2 -o netconnection.o netconnection.c netconnection.c: In function 'NETCON_init': netconnection.c:134: error: 'SONAME_LIBCRYPTO' undeclared (first use in this function) netconnection.c:134: error: (Each undeclared identifier is reported only once netconnection.c:134: error: for each function it appears in.) make[2]: *** [netconnection.o] Error 1
I have searched with google and looked for any obvious missing dev packages. I'm using gcc version Debian 4.2.3-5 and I'm trying to build on an AMD64 platform.
If any further information is required please let me know.