Apps :: The Gimp 2.4



Hi guys!

How's the work with the new gimp extension getting along? I just saw that it's up in version 2.4.3 now. Hope all goes well because I'd love to use it with DSL and not having to change to another os to make some photo-work.

As always have fun,
meo

...well, gimp starts to compile but then I run out of ram. I'll have to try again once I get back to my desktop and can symlink to hd.

Have you tried the image magik extension?

Running out of ram.. I have seen that too. Flite (a light speech synthetizer) takes more than 384mb, but it is compilable with 512mb.. I feel your pain bro!
Hi Juanito:
From this
Quote
/opt/gimp-2.4/lib/libgthread-2.0.so.0: undefined reference to `g_thread_gettime'
I guess your glib is installed in '/opt/gimp-2.4/lib/'?

I think the problem might be because 'libgthread-2.0.so.0' is still linked to DSL's glib at '/usr/lib/libglib-2.0.so.0'. (DSL's glib is version 2.6.4.)

Possible solutions:
-- Configure glib with "--prefix=/usr". This will overwrite the old '/usr/lib/libglib-2.0.so.0' with the new version.
-- Configure glib with "LDFLAGS='-Wl,-rpath,/opt/gimp-2.4/lib'". This way, 'libgthread-2.0.so.0' will look first in '/opt/gimp-2.4/lib/' for 'libglib-2.0.so.0'.

I was thinking it must be something along those lines - I noticed that if I try to compile gimp immediately after compiling gtk, etc then I did not get this error. If I saved my progress to date as an extension and then came back to it then I get this error. I'll try to get back to this after a couple of days...
Next Page...
original here.