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: ---> 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.