<br><br><div class="gmail_quote">On Fri, Feb 27, 2009 at 12:04 AM, Thomas Davie <span dir="ltr">&lt;<a href="mailto:tom.davie@gmail.com">tom.davie@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d"><br>
On 27 Feb 2009, at 08:17, Arne Dehli Halvorsen wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Manuel M T Chakravarty wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m planning to purchase a MacBookPro so I&#39;m wondering how well<br>
Haskell is supported under this platform.<br>
</blockquote>
<br>
At least two of the regular contributors to GHC work on Macs.  That should ensure that Mac OS X is well supported.  Installation is trivial with the Mac OS X installer package:<br>
<br>
 <a href="http://haskell.org/ghc/download_ghc_6_10_1.html#macosxintel" target="_blank">http://haskell.org/ghc/download_ghc_6_10_1.html#macosxintel</a><br>
</blockquote></blockquote>
<br></div>
Good advice, but I&#39;ve generally found the MacPorts version more consistantly built – plus, sudo port install ghc is nice and easy :)</blockquote><div><br></div><div>Does the MacPort have GMP linked statically or dynamically?  I haven&#39;t gotten around to trying to build things with a dynamic libgmp yet... but it&#39;s not fun to have LGPL statically linked stuff if you care about your own licensing terms.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, following on from this point:<br>
<br>
How does one get gtk2hs running on a mac?<br>
<br>
I have a MacBook Pro, and I&#39;ve had ghc installed for some time now.<br>
<br>
(first in 6.8.2 (packaged),<br>
then 6.10.1 (packaged),<br>
then 6.8.2 via macports 1.6<br>
then 6.10.1 via macports 1.7)<br>
<br>
I tried to install gtk2hs via macports, but it didn&#39;t work.<br>
(0.9.12? on 6.8.2, then on 6.10.1)<br>
Is there a recipe one could follow?<br>
Can I get the preconditions via macports, and then use cabal to install<br>
gtk2hs 0.10?<br>
</blockquote>
<br></div>
For me, this worked:<br>
sudo port install ghc<br>
sudo port install gtk2<br>
sudo port install cairomm<br>
curl <a href="http://downloads.sourceforge.net/gtk2hs/gtk2hs-0.10.0.tar.gz" target="_blank">http://downloads.sourceforge.net/gtk2hs/gtk2hs-0.10.0.tar.gz</a> &gt; gtk2hs-0.10.0.tar.gz<br>
tar xvfz gtk2hs-0.10.0.tar.gz<br>
normal install stuff here.<br>
<br>
Bob_______________________________________________<div><div></div><div class="Wj3C7c"><br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br>