Re: [wxhaskell-users] Using wxHaskell on Mac OS x

2012-04-24 Thread Andrew Butterfield
On 23 Apr 2012, at 23:47, Eric Kow wrote: I'm a bit confused by this. Isn't /opt/local used by Macports rather than Homebrew? also, does non-ghci stuff work? Apologies - it was MacPorts - I was getting hopelessly confused at this stage .. If I try to compile HelloWorld.hs I get the error

Re: [wxhaskell-users] Using wxHaskell on Mac OS x

2012-04-24 Thread Heinrich Apfelmus
Andrew Butterfield wrote: $ ghc --make -package wx HelloWorld.hs [2 of 2] Compiling Main ( HelloWorld.hs, HelloWorld.o ) Linking HelloWorld ... ld: warning: in /opt/local/lib/libwx_osx_cocoau_xrc-2.9.dylib, file was built for unsupported file format which is not the

Re: [wxhaskell-users] Using wxHaskell on Mac OS x

2012-04-24 Thread Jeremy O'Donoghue
On 24 April 2012 12:52, Eric Kow eric@gmail.com wrote: /me roots for Nix Which currently doesn't build :-( See https://github.com/jodonoghue/wxHaskell/issues/4 - I'm working on it, but will not be able to test the solution as life is too short to create Yet Another Test Environment - I

Re: [wxhaskell-users] Using wxHaskell on Mac OS x

2012-04-23 Thread Eric Kow
I'm a bit confused by this. Isn't /opt/local used by Macports rather than Homebrew? also, does non-ghci stuff work? On Monday, 23 April 2012, Andrew Butterfield wrote: I've done yet another attempt at installing wxHaskell on Mac OS X (Intel, Snow Leopard) following the page at