http://www.kronenberg.org/darwine/
For Tiger and Leopard
Some words about rc3:
The msxml bug from rc2 has gone
… things running smoother by the day.
There is a contest going on on winehq.org I personally participate on the dogfood-contest
.
Includes TRiX 0.9.3, which is a OS X frontend to Dan Kegels winetricks, to install some essential fonts, libraries or runtimes.
Darwine Built against
- Apples X11 1.1.3
- Freetype 2.3.5 (included)
- FontForge 2008.04.29
- libxml2 2.6.32 (included)
- libxslt 1.1.24 (included)
- zlib 1.2.3 (included)
- libpng 1.2.29 (included)
- libjpeg 6b (included)
- fontconfig 2.5.93 (included)
Happy testing!







The link to Wine in this blog entry is http://www.winehq.org/ instead http://www.wineqh.org/
Comment by Raymond — May 31, 2008 @ 17:13
lol, fixed
maybe a little bit tired
Comment by mike — May 31, 2008 @ 18:17
Hi Mike,
TRiX does not work on 10.4.11:
Executing wget -nd -c –read-timeout=300 –retry-connrefused –header Accept-Encoding: gzip,deflate http://downloads.sourceforge.net/corefonts/arial32.exe
dyld: Symbol not found: _fnmatch$UNIX2003
Referenced from: /Users/loic/Applications/TRiX.app/Contents/Resources/bin/wget
Expected in: /usr/lib/libSystem.B.dylib
/tmp/winetricks: line 1393: 2792 Trace/BPT trap “$@”
Note: command ‘wget -nd -c –read-timeout=300 –retry-connrefused –header Accept-Encoding: gzip,deflate http://downloads.sourceforge.net/corefonts/arial32.exe‘ returned status 133. Aborting.
The problem can be reproduced:
Mac:~ loic$ echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/Users/loic/Applications/TRiX.app/Contents/Resources/bin:/Applications/Darwine/Wine.bundle/Contents/bin
Mac:~ loic$ which wget
/Users/loic/Applications/TRiX.app/Contents/Resources/bin/wget
Mac:~ loic$ wget
dyld: Symbol not found: _fnmatch$UNIX2003
Referenced from: /Users/loic/Applications/TRiX.app/Contents/Resources/bin/wget
Expected in: /usr/lib/libSystem.B.dylib
Trace/BPT trap
Seems this wget has been compiled on 10.5 and is not compatible with 10.4.
Could it be replaced by a 10.4 compatible binary, or a curl-wrapping script?
Comment by Loïc — June 1, 2008 @ 16:02
Simple workaround for now: move wget out of the way by renaming to wget.10.5 in TRiX.app/Contents/Resources/bin
Comment by Loïc — June 1, 2008 @ 16:11
txs for the hint…
…will build wget on tiger instead next time… or submit a patch for winetricks curl to work on leo as expected
Mike
Comment by mike — June 1, 2008 @ 20:56
Hi Mike, I installed ies4osx and it worked fine. Later, I had to install Leopard and I had it erase and install. Now when installing ies4osx it stalls out when Creating Wine Prefix. Am I doing something wrong ? What is the problem ? thanks, Dave
Comment by Dave — June 3, 2008 @ 21:59
Hi Dave,
I hope you tried this with the latest darwine and ies4osx, with all the leopard updates, as a lot of things have changed on all fronts.
I sometimes have the same problem, then I cancel and just restart ies4osx.
Comment by mike — June 4, 2008 @ 10:22
Wine 1.0-rc4 Released
BTW: Do you want to be the official wine for Mac OS X maintainer ?
(listed on http://www.winehq.org/site/download)
If you want to do please contact:
appdb@winehq.org , or the guys on http://sourceforge.net/projects/wine/ (under Project Admins)
I hope wine could reach more Mac OS X users.
Then the hosting problems are also not present anymore.
Comment by Raymond — June 7, 2008 @ 18:34
Hi Raymond,
if You can live with 2-3 day delays on new builds.
Hosting problems are gone, since I have http://good-day.net/ as mirror, they are mirroring Open Office, too.
I could ask Pierre, if they need another maintainer, or at least a builder…
…but as I understand it, they don’t want an official OS X build, until Apple has solved the X11 problem. A problem that IS solved by the crossover people of wine…
…that brings me back to the assumption they don’t WANT official build. But then again – maybe I’m just hypocritical.
Building now.
Mike
Comment by mike — June 8, 2008 @ 20:44
I am also having the stall issue when at the Creating Wine Prefix, any suggestions?? I have all updates
Comment by Chris — June 28, 2008 @ 03:48
So have I. Any fix ?
Comment by Jerome — July 8, 2008 @ 09:25
I was having the same Creating Wine Prefix issue on a fresh install/update of Leopard. Then I realized that X11 was completely broken.
I installed the latest version of X11 from http://xquartz.macosforge.org/ and it was smooth sailing after that.
Comment by Chris V — July 22, 2008 @ 00:25
So after a bunch of tweaking… I got this working. On my OSX on AMD64 10.4.9.
First, “massage” wget… (http://kdmurray.net/2007/04/03/getting-wget-for-os-x-104x)
Then,
ln md5 md5sum
then change “MD5SUM=$(md5sum “$1″)” to “MD5SUM=$(md5sum -q “$1″)”
in $home/Desktop/ies4osx/Contents/Resources/ies4linux/lib/funcitons.sh
Then right click on ies4osx and “show pkg contents” -> Contents/MacOS right click on ies4osx and “Open with -> Terminal”
YMMV
Comment by Daniel — August 22, 2008 @ 01:40