
20 May
2008
20 May
'08
5:47 p.m.
Op Tuesday 20 May 2008 23:23:57 schreef Marc Weber:
On Tue, May 20, 2008 at 12:38:14PM -0700, Kirk Peterson wrote:
I had a difficult time getting wxhaskell installed and working on a mac running os x 10.5. I did a quick write up of the process I got working here:
$ cd ../samples/wx $ ghc -package wx -o helloworld HelloWorld.hs $ /opt/local/bin/macosx-app -v helloworld $ open helloworld.app
I've never used a Mac.. Why do you run macosx-app ?
Doesn't $ ./helloworld work? It works, but it doesn't look right. The nice colory drop-like minimization/maximization buttons are missing, for example. At least, that's my experience using wxHaskell on the Mac (OS X 10.4).
Reinier