Darwine Installation Problems

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
djet13
Newbie
Newbie
Posts: 3
Joined: Wed Jun 04, 2008 12:43 pm

Darwine Installation Problems

Post by djet13 »

Well I'm on a Mac and am having some problems installing Darwine.....

Well actually it's installing the Wine command using MacPorts. I got the port going, but when it was building it, it had some errors with OpenSSL. So I went to the OpenSSL site, got the "g" version and installed it. Wine still woulnd't install. So I fudged around with some other stuff and ended up installing OpenSSL "f" (I think.)

Now I still get the same errors so I thought I should probably totally reinstall OpenSSL, but I cannot uninstall it, since I made it from source. Anyone have any ideas on removing OpenSSL or my general problem?

Here's what happens when I do sudo port install wine

Code: Select all

--->  Building wine with target depend all
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine/work/wine-1.0-rc3" && make depend all " returned error 2
Command output: make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
/usr/bin/gcc-4.0 -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/opt/local/include -O2  -o http.o http.c
In file included from /opt/local/include/openssl/ssl.h:183,
                 from internet.h:48,
                 from http.c:60:
/opt/local/include/openssl/x509.h:207: error: syntax error before numeric constant
In file included from /opt/local/include/openssl/ssl.h:183,
                 from internet.h:48,
                 from http.c:60:
/opt/local/include/openssl/x509.h:929: error: syntax error before 'LPCSTR'
/opt/local/include/openssl/x509.h:929: error: syntax error before '(' token
/opt/local/include/openssl/x509.h:929: error: syntax error before numeric constant
In file included from /opt/local/include/openssl/ssl.h:183,
                 from internet.h:48,
                 from http.c:60:
/opt/local/include/openssl/x509.h:929:1: error: pasting ")" and "_it" does not give a valid preprocessing token
make[2]: *** [http.o] Error 1
make[1]: *** [wininet] Error 2
make: *** [dlls] Error 2

Error: Status 1 encountered during processing.
I'm pretty sure this is because I have the wrong OpenSSL.....
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Darwine Installation Problems

Post by vitamin »

djet13 wrote:Well I'm on a Mac and am having some problems installing Darwine.....
Please use newer version of Wine (from GIT where incompatibility with new OpenSSL version was fixed. Or wait for RC4 to be out in a few days.

To fix you compile you'll need to run 'make clean' first. Or even 'make distclean'.
djet13
Newbie
Newbie
Posts: 3
Joined: Wed Jun 04, 2008 12:43 pm

Thanks you

Post by djet13 »

Thanks a lot.....

Took about a week for someone to simply tell me how to remove openssl. I owe ya one ;)

I'll try installing the other one and then report back.

Does that install the wine command used by terminal?
Locked