Need help to get GTK bindings working

Manuel M. T. Chakravarty chak@cse.unsw.edu.au
Mon, 20 Aug 2001 00:11:00 +1000


<mgross@dorsai.org> wrote,

> I've got ghc5 running, have downloaded all the documented bits and pieces
> for the GTK bindings, done the compiles, modifed the package.conf file
> (probably incorrectly, since I haven't been able to find complete
> documentation on the contents of that file), and am having a variety of
> difficulties--like reported missing exports (which aren't missing from the
> .hi file), etc.

GTK bindings?  Do you mean Gtk+HS, or are you trying to use
the GTK-based frontpanel of the GHC runtime?  In the former
case, you shouldn't need to modify the package.conf files
(and you may want to move this thread to gtkhs@haskell.org).

Manuel