From: Eric K. <eri...@gm...> - 2012-02-27 15:38:54
|
Sarah, The good news is that it *can* be done. I know because I'm on Lion, and I'm using wxHaskell. On 25 Feb 2012, at 14:58, Sarah Brofeldt wrote: > I've been trying frantically to get a working setup of wxHaskell and > wxWidgets on my Mac recently, but to no avail. I was wondering if > anyone knows how exactly to go about it. I've tried just about every > combination of old and new versions of wxWidgets from homebrew as well > as older wxcore releases. How do you do it? The bad news is that it may still involve manually applying some patches (I'm not up to speed about the latest state of wxHaskell) and also installing wxWidgets by hand. Your two challenges are to install the right wxWidgets version with the right set of flags (you want Unicode, for starters), and then to get a version of wxhaskell that works with it. I'm using wxWidgets 2.9, for what it's worth If you use Homebrew, I have a formula for a wxmac2.9 by Alessandro Vermeulen (attached) |