[Haskell-cafe] wxHaskell on Mac (Was: Status of Haskell + Mac + GUIs & graphics)
Tom Murphy
amindfv at gmail.com
Wed May 18 21:06:02 CEST 2011
> 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"\
> LDFLAGS="$arch_flags"\
> OBJCFLAGS="$arch_flags"\
> OBJCXXFLAGS="$arch_flags"\
> --enable-unicode
Is there a way to build an installer that would make this process easier?
> Unfortunately, this does not address Conal's issue about using wxHaskell
> with GHCi on Mac. I do wish somebody had a free week to concentrate on
> the issue. Maintainer Jeremy made some progress on it, the last time I
> checked...
Do you have the link for the progress so far?
Tom
More information about the Haskell-Cafe
mailing list