Re: Lablgtk2 and gtk-osx

Jacques Garrigue <[email protected]> Tue, 22 Sep 2009 11:03:31 +0900 (JST)
Newsgroups gmane.comp.lang.ocaml.lib.gtk
Message-ID <[email protected]>
From: Aaron Bohannon <[email protected]>
> Am I supposed to be able to also install lablgtk2 using macports?
> 
> After doing the the steps you described for gtk2 and pango-devel, I
> get the error below when installing lablgtk2.
> 
>  - Aaron
> 
[...]
> ml_gdk.c:30:22: error: gdk/gdkx.h: No such file or directory

I always install the svn version by hand...
And it looks like the version in the ports expects the X11 version of
gtk. So it is a better idea to install it by hand.
If you intend to install unison, you are better off with the svn
version, as it contains a patch for using it with the quartz version
of Gtk (some old features of Gtk don't work with quartz...)

Cheers,

Jacques