Carol, Partha, thanks for your help. I am already using PyGTK-2.24.0, however it searches for pygobject-2.0.pc in the PKG_CONFIG path, and that’s what forces me to use a version of pygobject not newer than 2.28.6…
Partha, could you tell me which combination of library versions are you using for your windows and OS X builds? Thanks! > On 18 May 2017, at 16:50, Partha Bagchi <parth...@gmail.com> wrote: > > > > On Thu, May 18, 2017 at 8:49 AM, Carmelo DrRaw <aferrero1...@gmail.com > <mailto:aferrero1...@gmail.com>> wrote: > Dear GIMP experts, > > I am having troubles to compile the dependencies required to build the latest > GEGL/GIMP versions from GIT. > > The problem I am facing is the following: > > * on one hand, GEGL requires GLIB > 2.44.0 > > * on the other hand, PyGTK (needed to have python support in GIMP) wants > pygobject-2.0, whose latest version I could find is 2.28.6 > However, this version must be compiled against a gobject-introspection > version prior to this commit: > https://mail.gnome.org/archives/commits-list/2011-August/msg03069.html > <https://mail.gnome.org/archives/commits-list/2011-August/msg03069.html> > <https://mail.gnome.org/archives/commits-list/2011-August/msg03069.html > <https://mail.gnome.org/archives/commits-list/2011-August/msg03069.html>> > (Deprecate ErrorDomain), otherwise one gets compilation errors due to > undefined enum values. So this brings me to 1.29.16 as the latest usable > gobject-introspection version (at least according to release dates, see > http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.29/ > <http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.29/> > <http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.29/ > <http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.29/>>). > However, gobject-introspection-1.29.16 cannot be compiled against glib-2.44.0 > because of g_module_* functions having been moved into a sport library, which > gobject-introspection-1.29.16 is not linking… > > Am I doing something wrong? Is there a recommended set of library versions > for compiling GIMP? Or should I patch object-introspection to add the missing > glib library? > > Thanks a lot in advance! > > Use pygtk-2.24 and you should be fine. _______________________________________________ gimp-developer-list mailing list List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list