[Haskell-cafe] Mac and Gtk2hs problem
Brandon Allbery
allbery.b at gmail.com
Thu Jun 7 15:05:56 CEST 2012
On Thu, Jun 7, 2012 at 8:40 AM, Heinrich Apfelmus <apfelmus at quantentunnel.de
> wrote:
> Tanja Piechnick wrote:
>
>> Loading package glib-0.12.3.1 ... can't load .so/.DLL for: intl
>> (dlopen(/usr/local/Cellar/**gettext/0.18.1.1/lib/libintl.**dylib<http://0.18.1.1/lib/libintl.dylib>,
>> 9): no suitable image found. Did find:
>> /usr/local/Cellar/gettext/0.**18.1.1/lib/libintl.dylib<http://0.18.1.1/lib/libintl.dylib>:
>> mach-o, but wrong architecture)
>> *Main>
>>
>
> That's a 64bit / 32bit problem. The gtk library you installed via homebrew
> is probably 64bit while the GHC you use (7.0.4) seems to be 32bit. Either
> you reinstall GTK with 32bit support, or you use the 64bit version of the
> recently released Haskell Platform.
>
The 7.0.4 HP package strongly suggested use of the 32-bit package even on
64-bit systems, so this is very likely.
--
brandon s allbery allbery.b at gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120607/d1277115/attachment.htm>
More information about the Haskell-Cafe
mailing list