From: Jeremy O'D. <jer...@gm...> - 2006-11-22 09:28:04
|
On 21/11/06, Eric Y. Kow <eri...@gm...> wrote: > On Tue, Nov 21, 2006 at 19:17:51 +0100, Stefan Holdermans wrote: > > I have a problem with wxHaskell (checked out from darcs a week ago) > > running on Mac OS X 10.4.8: my GUIs refuse to display any text at all. > > > > For instance, the following program, > > Hmm. I can't reproduce this. What wxWidgets are you using? Is it > Unicode-enabled? I've got the one from MacPorts. I've certainly run into something similar to this on my Mac long ago - using the wxWidgets which is pre-installed on the Mac (a variant of wxWidgets 2.5.x, I think) - you need to ensure that wxHaskell is compiled with the same Unicode (or not) configuration as your wxWidgets library. The Mac provided version does require Unicode. Regards Jeremy |