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
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
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
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
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
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