Compiling from git on Ubuntu 9.04

View: New views
5 Messages — Rating Filter:   Alert me  

Compiling from git on Ubuntu 9.04

by Chris Mohler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
_______________________________________________
Gimp-developer mailing list
Gimp-developer@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: Compiling from git on Ubuntu 9.04

by Chris Mohler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Oct 3, 2009 at 1:54 PM, Chris Mohler <cr33dog@...> 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
_______________________________________________
Gimp-developer mailing list
Gimp-developer@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Parent Message unknown Re: Compiling from git on Ubuntu 9.04

by Chris Mohler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Oct 3, 2009 at 4:27 PM, Alexia Death <alexiadeath@...> wrote:
> On Sat, Oct 3, 2009 at 10:02 PM, Chris Mohler <cr33dog@...> wrote:
>> On Sat, Oct 3, 2009 at 1:54 PM, Chris Mohler <cr33dog@...> 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
_______________________________________________
Gimp-developer mailing list
Gimp-developer@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: Compiling from git on Ubuntu 9.04

by Owen-24 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, 3 Oct 2009 16:39:40 -0500
Chris Mohler <cr33dog@...> 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
_______________________________________________
Gimp-developer mailing list
Gimp-developer@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: Compiling from git on Ubuntu 9.04

by Alexia Death-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Oct 4, 2009 at 2:37 AM, Owen <rcook@...> 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.


--
--Alexia
_______________________________________________
Gimp-developer mailing list
Gimp-developer@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer