|
From: Eric Y. K. <Eri...@lo...> - 2005-11-09 09:47:04
|
On Tue, Nov 08, 2005 at 23:20:02 +0000, Wouter Swierstra wrote:
> I've been trying to install wxhaskell on my iBook, so far to no =20
> avail. I'm running 10.4 with Wolfgang Thaller's ghc version 6.4.1 and =20
> XCode 2.1. So far I have managed to build managed to build and =20
> install wxMac 2.6.2 (which oddly enough seems to correspond to =20
> wxwidgets 2.5.3).
Hi,
1. For wxhaskell's configure, you need to pass the flag=20
--wx-config=3D/usr/local/bin/wx-config=20
(or wherever it is you installed wxWidgets 2.6.2)
2. For wxWidget's configure on the Mac, you must also
pass --disable-shared.
This is not related to problem you are having yet; just warning you
in advance. If somebody could explain why this is neccesary, that'd
be great. All i know is that it avoids things blowing up
3. As for the compilation error, either:
A) wxWidgets should be configured --disable-unicode=20
B) *or* you should patch wxhaskell using the following:
http://www.loria.fr/~kow/download/patch-wxhaskell-unicode-05
Cheers,
--=20
Eric Kow http://www.loria.fr/~kow
PGP Key ID: 08AC04F9 Merci de corriger mon fran=E7ais.
|