Re: [Gimp-developer] GLIB version error while compiling GIMP with MacPorts

2011-04-26 Thread Tobias Jakobs
Hi Tim, On Thu, Apr 21, 2011 at 15:23, Tim Chen wrote: > In the end, I build GIMP successfully with native gtk-osx and jhbuild. > > As a reference to those who might want to build GIMP on Mac, I wrote down my > experience at > > https://sites.google.com/site/httimchen/2011_imagesvn/build-gimp-on

Re: [Gimp-developer] GLIB version error while compiling GIMP with MacPorts

2011-04-21 Thread Tim Chen
In the end, I build GIMP successfully with native gtk-osx and jhbuild. As a reference to those who might want to build GIMP on Mac, I wrote down my experience at https://sites.google.com/site/httimchen/2011_imagesvn/build-gimp-on-mac thanks for the help, -Tim On Apr 15, 2011, at 1:40 AM, Tim

Re: [Gimp-developer] GLIB version error while compiling GIMP with MacPorts

2011-04-14 Thread Tim Chen
woop, sorry for the short reply in last mail. Yes, I did install python gtk via MacPorts. It is actually kind of easy right now, just use port install py-gtk2, then all set :D As to recompiling gtk2, it seems like that the quartz variant on MacPorts introduces less problems. thanks for your rep

Re: [Gimp-developer] GLIB version error while compiling GIMP with MacPorts

2011-04-14 Thread Akkana Peck
Tim Chen writes: > Note that one has to install gtk2 using command below to avoid some weird > dependency problems Most Linux people have to recompile gtk2 (and its dependencies) to build GIMP now too. > ImportError: could not import pygtk Did you build python-gtk? It's a separate package, with

Re: [Gimp-developer] GLIB version error while compiling GIMP with MacPorts

2011-04-14 Thread Tim Chen
OK, after some hard time, I manage to get GIMP built. Typically, I follow the instruction in http://clockwork.fr/how-to-compile-gimp-271-on-snow-leopard/ Note that one has to install gtk2 using command below to avoid some weird dependency problems port install gtk2 +no_x11 +quartz +universal

[Gimp-developer] GLIB version error while compiling GIMP with MacPorts

2011-04-13 Thread Chen Hsiang-Ting
Hi all, I were trying to build GIMP 2.6 with MacPorts. However, I got several problems while issuing the ./configure The first problem I met is that it can not find libtiff/libjpg and I fix it following some old thread in the archive by adding DYLD_LIBRARY_PATH=/opt/local/lib Then comes the