[Haskell-cafe] First time I've gotten gtk2hs to install from ports on Mac OS X from scratch

2009-04-04 Thread Jeff Heard
The instructions in the leksah manuals seem to work for doing a
straight-up ports install of gtk2hs.  I've never managed to get it to
install without compiling manually, but this worked

$ sudo port install gtk2 cairo librsvg libglade2 gtksourceview2
gtkglext gtk-chtheme gtk2-clearlooks
$ sudo port -k install ghc gtk2hs hs-cabal

Unfortunately leksah itself won't link...
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] First time I've gotten gtk2hs to install from ports on Mac OS X from scratch

2009-04-04 Thread Jason Dagit
Hi Jeff,

On Sat, Apr 4, 2009 at 10:57 AM, Jeff Heard jefferson.r.he...@gmail.com wrote:
 The instructions in the leksah manuals seem to work for doing a
 straight-up ports install of gtk2hs.  I've never managed to get it to
 install without compiling manually, but this worked

 $ sudo port install gtk2 cairo librsvg libglade2 gtksourceview2
 gtkglext gtk-chtheme gtk2-clearlooks
 $ sudo port -k install ghc gtk2hs hs-cabal

 Unfortunately leksah itself won't link...

I think people might be able to help you, but I think we need the
exact error message.  Unfortunately, won't link is a bit too vague
to make any suggestions.

Jason
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] First time I've gotten gtk2hs to install from ports on Mac OS X from scratch

2009-04-04 Thread Jason Dagit
On Sat, Apr 4, 2009 at 12:15 PM, Jason Dagit da...@codersbase.com wrote:

 I think people might be able to help you, but I think we need the
 exact error message.  Unfortunately, won't link is a bit too vague
 to make any suggestions.

Nevermind my message.  I see you sent the error in a different thread.

Jason
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe