10/9 I'm trying to get Gimp and several GNOME programs to work on a single
machine. For some odd reason Gimp will only work with gtk+ 1.0 while
every other Gnome program will only work with gtk+ 1.1 libraries so
I end up having to choose between running only Gimp or just other
gnome programs. Any suggestions to work around this?
\_ what a shocker. let's see what http://ftp.gimp.org has to say:
150 Opening ASCII mode data connection for /bin/ls.
0.0_LATEST-IS-1.0.1 latest
GIMP_1_0_DOES_NOT_WORK_WITH_GTK_1_1 old
README v1.0.1
Anyway, on a useful note, try doing it the way the FreeBSD port
handles it. It names gtk1.1 libgtk11 and stuff like that. If
most everything works with 1.1, you might wish to do the opposite
(i.e. have libgtk10.so....) Then make sure you relink gimp with
that flag. This must be a common problem, I'm sure you can find
something about it on the web (or you could just use FreeBSD ;)
--dbushong
\_ gee why dont you install both gtk's
\_ i tried that. gimp stops working.
\_ then you should figure out how to install two versions
of software so that they dont conflict.
\_ try compiling gimp with static libraries then.
\_ no, no, no. Move the old shared lib to another path,
then make a wrapper that changes the dynamic load path.
OR... just port Gimp. That's what I'd do, if I actually
cared about Gimp.
\_ (sigh) This is why Unix doesn't make a great desktop OS for
mere mortals.
\_ That's why I use TRS-DOS.
\_ Many other, more popular operating system have similar library
incompatibility problems; they just don't offer users a chance
to fix them. |