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

Errors on "sudo make install" step of compiling gtk+ version 3.4.3

This discussion is connected to the gimp-user-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.

Michael Schumacher
2012-07-18 18:45:35 UTC (over 12 years ago)

Errors on "sudo make install" step of compiling gtk+ version 3.4.3

On 18.07.2012 18:44, Nick Rahl wrote:

Hi,

I'm trying to compile GIMP 2.8 and all of its friends in /opt/gimp-2.8/ on Ubuntu 10.04. I'm having difficulty with the "sudo make install" step of compiling gtk+ version 3.4.3 (a GIMP dependency). The "./configure" and "make" steps (of GTK) seem to run OK, but "sudo make install" ends with the following:

GTK+ 3 is not a dependency of GIMP 2.8.

HTH, Michael

Nick Rahl
2012-07-19 01:41:44 UTC (over 12 years ago)

Errors on "sudo make install" step of compiling gtk+ version 3.4.3

On 07/18/2012 02:45 PM, Michael Schumacher wrote:

GTK+ 3 is not a dependency of GIMP 2.8.

Thanks for your reply, Michael.

The GIMP ./configure script said: "Checking for GTK+ - version >= 2.24.10 ... no". So I was trying to install gtk+ version 3.4.3 since 3.4.3 is greater than 2.24.10. I've since downloaded GTK+ version 2.24.5 and it configured, built and installed to /opt/gimp-2.8 successfully.

But, I'm still getting the error "Checking for GTK+ - version >= 2.24.10 ... no" when attempting to ./configure GIMP. It doesn't seem to be finding the newer GTK+? GIMP can find all of its other dependencies in /opt/gimp-2.8 just fine. Is there something else I could try?

Thanks, Nick

Owen
2012-07-19 07:01:18 UTC (over 12 years ago)

Errors on "sudo make install" step of compiling gtk+ version 3.4.3

On 07/18/2012 02:45 PM, Michael Schumacher wrote:

GTK+ 3 is not a dependency of GIMP 2.8.

Thanks for your reply, Michael.

The GIMP ./configure script said: "Checking for GTK+ - version >= 2.24.10 ... no". So I was trying to install gtk+ version 3.4.3 since 3.4.3 is greater than 2.24.10. I've since downloaded GTK+ version 2.24.5
and it configured, built and installed to /opt/gimp-2.8 successfully.

But, I'm still getting the error "Checking for GTK+ - version >= 2.24.10
... no" when attempting to ./configure GIMP. It doesn't seem to be finding the newer GTK+? GIMP can find all of its other dependencies in /opt/gimp-2.8 just fine. Is there something else I could try?

Did you export the paths so that it would look in /opt/gimp-2.8

Just check in your /opt/gimp-2.8/lib/pkgconfig and make sure the gtk pc file is there

Simon Budig
2012-07-19 08:57:18 UTC (over 12 years ago)

Errors on "sudo make install" step of compiling gtk+ version 3.4.3

Nick Rahl (lightnb@bellsouth.net) wrote:

I've since downloaded GTK+ version 2.24.5

[...]

But, I'm still getting the error "Checking for GTK+ - version >= 2.24.10 ... no" when attempting to ./configure GIMP.

note that 2.24.5 is smaller than 2.24.10.

Bye, Simon

Nick Rahl
2012-07-19 14:46:33 UTC (over 12 years ago)

Errors on "sudo make install" step of compiling gtk+ version 3.4.3

On 07/19/2012 04:57 AM, Simon Budig wrote:

note that 2.24.5 is smaller than 2.24.10.

Thanks,

I was a bit confused since the GTK source website had "2.24.1" through "2.24.5" and said that "2.24.5" was the latest. I did some digging online and found GTK exactly version 2.24.10, which seems to work. Thanks so much for your help!