On 2008 Dec 2, at 2:48, Andy Stewart wrote:
,----
| * The following packages will be built:
| *
| * glib          : yes
| * gtk           : yes
| * glade         : no
| * cairo         : yes
| * svgcairo      : no
| * gtkglext      : no
| * gconf         : no
| * sourceview    : no
| * mozembed      : no
| * soegtk        : yes
| * gnomevfs      : no
| * gstreamer     : no
| * documentation : no
`----

So i want to ask, what libraries need to install for support full
gtk2hs?

You need the native development libraries for all the listed libraries. On Linux a first cut is to check for (rpm or apt as appropriate) packages named (something)-dev or (something)-devel, e.g. glade-dev. (Some of them will be versioned, for example gconf2- devel.) The Haskell libraries are wrappers for the native libraries.

On OSX there's the additional complication that there are both native (new, not well tested, not very complete) and X11 (uglier but well tested) versions of many of these, and the two don't mix.

--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university    KF8NH


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

Reply via email to