[Haskell-cafe] Trouble installing leksah

Gregory Propf gregorypropf at yahoo.com
Thu Sep 17 06:35:19 EDT 2009


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+haskell at gmail.com> wrote:

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

On Thu, Sep 17, 2009 at 9:01 AM, Gregory Propf <gregorypropf at 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.



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090917/cfe77625/attachment.html


More information about the Haskell-Cafe mailing list