Re: [Gimp-developer] how do I build the latest GIMP on Fedora Core 4?

2006-01-11 Thread Shlomi Fish
On Wednesday 11 January 2006 09:28, Owen Cook wrote: -- On Wed, 11 Jan 2006, Brannon King wrote: I'm sorry if this is a stupid question. Traditionally I'm a Windows programmer though I dual boot Fedora for some rare uses. (I'm open to other distro options!) I tried to compile GIMP 2.3.6

Re: [Gimp-developer] how do I build the latest GIMP on Fedora Core 4?

2006-01-11 Thread Michael Schumacher
Von: Shlomi Fish [EMAIL PROTECTED] A better solution would be to either install it under /usr/local and point the GIMP to it, or better yet install it under a unique path (like /usr/local/apps/glib-2.8) and also point the GIMP there. s/GIMP/pkg-config/ But this topic is also covered in

Re: [Gimp-developer] how do I build the latest GIMP on Fedora Core 4?

2006-01-11 Thread Sven Neumann
Hi, Brannon King [EMAIL PROTECTED] writes: I'm sorry if this is a stupid question. Traditionally I'm a Windows programmer though I dual boot Fedora for some rare uses. (I'm open to other distro options!) I tried to compile GIMP 2.3.6 on FC4 the other day. That didn't work: I

RE: [Gimp-developer] how do I build the latest GIMP on Fedora Core 4?

2006-01-11 Thread Brannon King
http://developer.gnome.org/doc/API/2.0/gtk/gtk-compiling.html That link is entirely unhelpful to me. 1) does not the GIMP compile already have that stuff in it? 2) It doesn't tell me how to install glib/gtk to the locations it references 3) It doesn't tell me how to deal with GTK version

RE: [Gimp-developer] how do I build the latest GIMP on Fedora Core 4?

2006-01-11 Thread Brannon King
But this topic is also covered in INSTALL, which is a must-read when compiling GIMP (or any other program, for that matter). I read the install but it does not cover how to fix GLIB/GTK conflicts nor does it cover usage of pkg-config. I don't think it should cover those but perhaps it could give

RE: [Gimp-developer] how do I build the latest GIMP on Fedora Core 4?

2006-01-11 Thread Brannon King
The GLIB 2.8 stuff is available from Redhat but it has numerous dependencies on the FC5 test1 release -- more than is reasonable to update to from FC4. You would have needed the latest glib,atk,pango and gtk They should have been available from Red Hat? If they weren't you should have built

RE: [Gimp-developer] how do I build the latest GIMP on Fedora Core 4?

2006-01-11 Thread Michael Schumacher
Von: Brannon King [EMAIL PROTECTED] I read the install but it does not cover how to fix GLIB/GTK conflicts nor does it cover usage of pkg-config. Have a look at the section When ./configure fails HTH, Michael -- DSL-Aktion wegen großer Nachfrage bis 28.2.2006 verlängert: GMX DSL-Flatrate

Re: [Gimp-developer] how do I build the latest GIMP on Fedora Core 4?

2006-01-10 Thread Owen Cook
-- On Wed, 11 Jan 2006, Brannon King wrote: I'm sorry if this is a stupid question. Traditionally I'm a Windows programmer though I dual boot Fedora for some rare uses. (I'm open to other distro options!) I tried to compile GIMP 2.3.6 on FC4 the other day. That didn't work: I needed