Re: [Haskell-cafe] Trouble installing leksah

2009-09-17 Thread david48
On Thu, Sep 17, 2009 at 9:01 AM, Gregory Propf gregorypr...@yahoo.com wrote:

 I now have the Haskell platform install problem solved but I'm now trying to 
 get the leksah IDE installed and I'm getting this.

 runhaskell Setup configure
 Configuring leksah-0.6.1...
 Setup: At least the following dependencies are missing:
 glib =0.10, gtk =0.10, gtksourceview2 =0.10.0

 I am aware that these are actually C development libraries, not Haskell 
 modules.  The thing is that they are all installed, using the Ubuntu synaptic 
 tool.  This is Ubuntu 9.04.  Is there something I need to tell cabal about 
 where these libraries are?

You need to install gtk2hs, a haskell binding to gtk libraries. When
you build it, make sure to build the gtksourceview component as well.
On (K)ubuntu you will need to download the gtk2hs tarball, install gtk
dev libraries, and the usual configure, make and make install.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Trouble installing leksah

2009-09-17 Thread Gregory Propf
There's no such named package in Hackage though.  That was the first thing I 
looked for.  All Hackage has with the string gtk2hs is this stuff

gtk2hs-cast-glade library: A type class for cast functions of Gtk2hs: glade 
packagegtk2hs-cast-glib library: A type class for cast functions of Gtk2hs: 
glib packagegtk2hs-cast-gnomevfs library: A type class for cast functions of 
Gtk2hs: gnomevfs packagegtk2hs-cast-gtk library: A type class for cast 
functions of Gtk2hs: gtk packagegtk2hs-cast-gtkglext library: A type class for 
cast functions of Gtk2hs: gtkglext packagegtk2hs-cast-gtksourceview2 library: A 
type class for cast functions of Gtk2hs: gtksourceview2 packagegtk2hs-cast-th 
library: A type class for cast functions of Gtk2hs: TH packagegtk2hs-rpn 
library: Adds a module to gtk2hs allowing layouts to be defined using
reverse polish notation.

--- On Thu, 9/17/09, david48 dav.vire+hask...@gmail.com wrote:

From: david48 dav.vire+hask...@gmail.com
Subject: Re: [Haskell-cafe] Trouble installing leksah
To: Gregory Propf gregorypr...@yahoo.com
Cc: Haskell-Cafe haskell-cafe@haskell.org
Date: Thursday, September 17, 2009, 12:39 AM

On Thu, Sep 17, 2009 at 9:01 AM, Gregory Propf gregorypr...@yahoo.com wrote:

 I now have the Haskell platform install problem solved but I'm now trying to 
 get the leksah IDE installed and I'm getting this.

 runhaskell Setup configure
 Configuring leksah-0.6.1...
 Setup: At least the following dependencies are missing:
 glib =0.10, gtk =0.10, gtksourceview2 =0.10.0

 I am aware that these are actually C development libraries, not Haskell 
 modules.  The thing is that they are all installed, using the Ubuntu synaptic 
 tool.  This is Ubuntu 9.04.  Is there something I need to tell cabal about 
 where these libraries are?

You need to install gtk2hs, a haskell binding to gtk libraries. When
you build it, make sure to build the gtksourceview component as well.
On (K)ubuntu you will need to download the gtk2hs tarball, install gtk
dev libraries, and the usual configure, make and make install.



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


Re: [Haskell-cafe] Trouble installing leksah

2009-09-17 Thread Daniel Fischer
Am Donnerstag 17 September 2009 12:35:19 schrieb Gregory Propf:
 There's no such named package in Hackage though.  That was the first thing
 I looked for.  All Hackage has with the string gtk2hs is this stuff

AFAIK, gtk2hs is not yet cabalized and not on Hackage, look at

http://haskell.org/gtk2hs/


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