Re: [Haskell-cafe] wxHaskell on Mac (Was: Status of Haskell + Mac + GUIs & graphics)

2011-05-20 Thread Jeremy O'Donoghue
On 19 May 2011 00:03, Eric Y. Kow wrote: > On Wed, May 18, 2011 at 15:06:02 -0400, Tom Murphy wrote: > > Is there a way to build an installer that would make this process easier? > > I've sent a pull request to the maintainer of homebrew. > Hopefully it should then just be a matter of brew instal

Re: [Haskell-cafe] wxHaskell on Mac (Was: Status of Haskell + Mac + GUIs & graphics)

2011-05-18 Thread Eric Y. Kow
On Wed, May 18, 2011 at 15:06:02 -0400, Tom Murphy wrote: > Is there a way to build an installer that would make this process easier? I've sent a pull request to the maintainer of homebrew. Hopefully it should then just be a matter of brew install wxmac Homebrew's wxWidgets already builds 32 bit,

Re: [Haskell-cafe] wxHaskell on Mac (Was: Status of Haskell + Mac + GUIs & graphics)

2011-05-18 Thread Tom Murphy
> The tricky bits are that you have to > > 1. install wxWidgets by hand, being sure to enable Unicode >and to compile a 32 bit version: > >arch_flags="-arch i386" >./configure CFLAGS="$arch_flags"\ >CXXFLAGS="$arch_flags"\ >CPPFLAGS="$arch_flags"\ >

[Haskell-cafe] wxHaskell on Mac (Was: Status of Haskell + Mac + GUIs & graphics)

2011-05-18 Thread Eric Y. Kow
Hi On Wed, May 18, 2011 at 09:18:42 +0100, Andrew Butterfield wrote: > Alas - I have yet to be able to build it on Mac OS X (Snow Leopard) For what it's worth, I'm still using wxHaskell on MacOS X (also Snow Leopoard) The tricky bits are that you have to 1. install wxWidgets by hand, being sur