Talk:Gtk2Hs

From HaskellWiki
Revision as of 12:09, 21 March 2011 by Atomic (talk | contribs) (→‎Installing gtk2hs - GTK+ and Glade troubleshooting: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The link to the gtk2hs website doesn't work any more. Does anybody know where that site ended up? It used to be at http://www.haskell.org/gtk2hs/.

Installing gtk2hs - GTK+ and Glade troubleshooting

The version of the GTK/Glade bundle in the wiki link is older than the recommended 2.22 bundle version. Cabal fails to build against the old version.

See: http://www.gtk.org/download-windows.html and download the latest zip GTK+ All-in-one bundle to build gtk with success.


Also, the gtk2hs set of packages have a bug which prevents cabal package registration.

See: http://hackage.haskell.org/trac/gtk2hs/ticket/1203 for the resolution.