
20 May
2008
20 May
'08
5:23 p.m.
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:
http://necrobious.blogspot.com/2008/05/wxhaskell-go-go.html $ 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? Marc Weber