RSS/Atom feed Twitter
Site is read-only, email is disabled

Compiling from git on Ubuntu 9.04

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

Compiling from git on Ubuntu 9.04 Chris Mohler 03 Oct 20:54
  Compiling from git on Ubuntu 9.04 Chris Mohler 03 Oct 21:02
9d40e4ef0910031427i5ac51e2f... 07 Oct 20:27
  Compiling from git on Ubuntu 9.04 Chris Mohler 03 Oct 23:39
   Compiling from git on Ubuntu 9.04 Owen 04 Oct 01:37
    Compiling from git on Ubuntu 9.04 Alexia Death 04 Oct 10:34
Chris Mohler
2009-10-03 20:54:07 UTC (about 15 years ago)

Compiling from git on Ubuntu 9.04

Hi,

Not sure how best to proceed - GIMP is requiring libgtk 2.16.6 to proceed, and Ubuntu 9.04 is shipping 2.16.1.

Any ideas?

Also - the INSTALL file probably needs an update: 4. You need to have installed GTK+ version 2.16.1 or newer

Chris

Chris Mohler
2009-10-03 21:02:33 UTC (about 15 years ago)

Compiling from git on Ubuntu 9.04

On Sat, Oct 3, 2009 at 1:54 PM, Chris Mohler wrote:

Not sure how best to proceed - GIMP is requiring libgtk 2.16.6 to proceed, and Ubuntu 9.04 is shipping 2.16.1.

Any ideas?

Never mind :)

Compiling 2.16.6 now, sticking in /opt...

Chris

Chris Mohler
2009-10-03 23:39:40 UTC (about 15 years ago)

Compiling from git on Ubuntu 9.04

On Sat, Oct 3, 2009 at 4:27 PM, Alexia Death wrote:

On Sat, Oct 3, 2009 at 10:02 PM, Chris Mohler wrote:

On Sat, Oct 3, 2009 at 1:54 PM, Chris Mohler wrote:

Not sure how best to proceed - GIMP is requiring libgtk 2.16.6 to proceed, and Ubuntu 9.04 is shipping 2.16.1.

Compiling 2.16.6 now, sticking in /opt...

you probably should remove any *.la files from your /usr/lib, or you will run into a bad dependency/libtool hell. Happened to me after installing gtk from git, and I was told this is common.

Well, I installed gtk 2.16.6 into /opt/gtk, then exported my LD_CONFIG_PATH to there before compiling gimp (and also added to PKG_CONFIG_PATH), so hopefully I've sidestepped that. If I'm headed for trouble with this approach, someone please let me know :)

It seems to be working OK, but it's not picking up the current GTK settings/devices (like tablet). I think this method will work well enough for testing purposes though, and my stock 2.6.6 install seems to be working just fine.

Thanks, Chris

Owen
2009-10-04 01:37:47 UTC (about 15 years ago)

Compiling from git on Ubuntu 9.04

On Sat, 3 Oct 2009 16:39:40 -0500 Chris Mohler wrote:

Well, I installed gtk 2.16.6 into /opt/gtk, then exported my LD_CONFIG_PATH to there before compiling gimp (and also added to PKG_CONFIG_PATH), so hopefully I've sidestepped that. If I'm headed for trouble with this approach, someone please let me know :)

It seems to be working OK, but it's not picking up the current GTK settings/devices (like tablet). I think this method will work well enough for testing purposes though, and my stock 2.6.6 install seems to be working just fine.

This might work and might not.

Start gimp from the console, but before you do set the LD_LIBRARY_PATH to /opt/gtk or where ever you installed it

Owen

Alexia Death
2009-10-04 10:34:28 UTC (about 15 years ago)

Compiling from git on Ubuntu 9.04

On Sun, Oct 4, 2009 at 2:37 AM, Owen wrote:

This might work and might not.

Start gimp from the console, but before you do set the LD_LIBRARY_PATH to /opt/gtk or where ever you installed it

For me it worked for some time an then suddenly after rebuilding something libtool was trying to link against wrong stuff and failed.