<div dir="ltr">On Fri, Nov 25, 2011 at 15:33, Philippe Sismondi <span dir="ltr">&lt;<a href="mailto:psismondi@arqux.com">psismondi@arqux.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word"><div>Your suggestion reminds me that installing soegtk caused an outpouring of messages about &quot;ignoring libraries&quot;. So the problem may well have arisen at that point. I should probably look at the cabal packages for gtk2hs, or maybe contact the guys who put it together.</div>
</div></blockquote><div><br></div><div>Ok, then what happened is that gtk2hs found the MacPorts Gtk+ libraries, which were built native/64-bit, and tried to use them in your 32-bit GHC environment.  (gtk2hs does *not* come with Gtk+ libraries; you have to provide them from somewhere.)</div>
<div><br></div><div>So, either you need to find some prebuilt 32-bit Gtk+ libraries, or you need to rebuild the MacPorts libraries to be +universal so they have been 32- and 64-bit variants.  That said, the latter will probably fail with missing symbols related to iconv (MacPorts&#39; iconv library is not compatible with Apple&#39;s, which is used by the Haskell Platform build).</div>
<div><br></div></div>-- <br>brandon s allbery                                      <a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a><br>wandering unix systems administrator (available)     (412) 475-9364 vm/sms<br>
<br>
</div>