Mailserver still down… UP! :)

Keep me going
give me coffee! Smoke 1 Smoke 2 Smoke 3

My mailserver is down since 21.11.2007 19:30.
I was in midst of some conversations when it happened... very annoying!
They say it will take them some more hours to fix it... hope they do not loose mails!

Meanwhile post feedback and request directly as comments.

Mike

[update]
As of 2007.11.28 Mail is back up.

ies4osx 2.5beta6_4 [updated 2]

First,
let me thank You for all the feedback, bugreports and suggestions! I really appreciate it.
ies4osx had a little more exposure than usual during the last days. It showed that loads of people moved on to Leopard, what led to some frustration, as darwine an thus ies4osx was not working as expected.

Now with Darwine 0.9.49 Darwine 0.9.49_2 and ies4osx 2.5beta6_4 I hope I can better serve that need. Sorry, still no PPC solution (if You are interested, You should bug this guy).

Please note, both are still in very early stages for Leopard... so please tell me if it works for you. The whole setup is NOT tested on Tiger as stated in the last post.

Two request that where made more than one time:

  • use the wrapper of ies4osx to install other Windows Applications as .app packages (gives me some headaches on how to define the desired executable after installation 😉 )
  • install interesting windows components similar to Dan Kegels winetricks.

enjoy
Mike

[Update]
As I feared, this Darwine-x86-0.9.49 is only working on Leopard atm. Users of Tiger should use Darwine-x86-0.9.48 for now.

[Update 2]
Here is a new .49 Darwine Build, that works for me on Tiger and Leopard:
Darwine-x86-0.9.49_2

Darwine 0.9.49 with freetype 2.3.5 [updated 2]

Geeks just have to pay double - but in the end it pays.
This is a first shot at building darwine for Leopard with included freetype for antialiased fonts. It's built against X11 4.2 in the hope to have a result that runs on Tiger and Leopard. But as I don't have a spare external HD to install Tiger, I can not test it atm.

Why did it take so long?

  • I was in good hope to get OpenGL running by now... but it's still broken on X11 7.2. So I decided to go for a version that runs on 10.4 and 10.5.
  • WineHelper and distrib needed some patching to build on Leopard (patch submitted to darwine project)
  • Leopard has a new way of starting X11. Most important, $DISPLAY has to be set correctly - but on Leopard, $DISPLAY is a random value, that is not accessible from within cocoa apps. [[[NSProcessInfo processInfo] environment] objectForKey:@"DISPLAY"] will always return @"localhost", which is wrong... another bug.) A way to get the current $DISPLAY if not set by bash is export DISPLAY="$(find -f /tmp/launch-* -name :0)"