Re: [Gimp-developer] prerequisites not building on F14

2011-08-02 Thread Martin Nordholts
2011/8/2 Michael J. Hammel mjham...@graphics-muse.org:
 Gdk-2.0.gir: error: Type reference 'GdkPixbuf' not found

 I've built and installed the prerequisites, including gdk-pixbuf,
 to /usr/local/gimpgit.  I've tried building gobject-introspection but
 that doesn't build either.  I didn't think that was required for pre-3.0
 anyway (side note: should latest GIMP GIT build with 3.0?).  I was under
 the impression that the gir stuff was from the introspection stuff,
 but maybe not.

Is the .gir file for GdkPixbuf installed? If not, that's probably why
you get the error. If you have problems building the introspection
files, try passing --disable-introspection to configure for all
dependencies.

And no, GIMP git master doesn't build with GTK+ 3.0, but mitch's
gtk3-port branch does.

 / Martin


-- 

My GIMP Blog:
http://www.chromecode.com/
GIMP 2.8 schedule on tasktaste.com
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] prerequisites not building on F14

2011-08-02 Thread Michael J. Hammel
On Tue, 2011-08-02 at 08:33 +0200, Martin Nordholts wrote:
 2011/8/2 Michael J. Hammel mjham...@graphics-muse.org:
  Gdk-2.0.gir: error: Type reference 'GdkPixbuf' not found
 
 Is the .gir file for GdkPixbuf installed? If not, that's probably why
 you get the error. If you have problems building the introspection
 files, try passing --disable-introspection to configure for all
 dependencies.

It appears to be:
mjhammel(tty8)$ cd /usr/local/gimpgit
mjhammel(tty8)$ find . -name *.gir
./share/gir-1.0/Gegl-0.1.gir
./share/gir-1.0/GdkPixbuf-2.0.gir
./share/gir-1.0/Atk-1.0.gir
./share/gir-1.0/Babl-0.1.gir

I'll try building everything with the --disable-introspection option
tonight.  Thanks for the tip.

 And no, GIMP git master doesn't build with GTK+ 3.0, but mitch's
 gtk3-port branch does.

Okay, I was pretty sure that was the case.  I'll stick to the 2.x series
for my builds then.  Thanks again.

-- 
Michael J. Hammel mjham...@graphics-muse.org

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