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.
http://bugs.winehq.org/show_bug.cgi?id=13176
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-05-12 19:56:47 --- Did you do `make clean; configure --verbose; make depend all` ?
http://bugs.winehq.org/show_bug.cgi?id=13176
--- Comment #2 from Austin English austinenglish@gmail.com 2008-05-12 22:00:16 --- Also, see
http://wiki.winehq.org/Recommended_Packages http://wiki.winehq.org/WineOn64bit
http://bugs.winehq.org/show_bug.cgi?id=13176
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2008-05-13 04:47:51 --- This should be fixed now.
http://bugs.winehq.org/show_bug.cgi?id=13176
--- Comment #4 from Dasaan grahame@regress.homelinux.org 2008-05-13 13:53:53 --- I'd just like to confirm that this now works for me. I updated this afternoon and, after doing a make distclean, the source recompiled with no problems.
Thanks for the help.
http://bugs.winehq.org/show_bug.cgi?id=13176
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-05-23 10:37:59 --- Closing bugs fixed in 1.0-rc2.
http://bugs.winehq.org/show_bug.cgi?id=13176
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified