gegl build fails
I've been having some problems building from git recently. Today I
tried to figure out why. I use simple scripts to update the trees and
then build them. BABL builds fine. GEGL fails here:
make[3]: Entering directory
`/home/mjhammel/src/graphics/gimp/git/gegl/gegl'
CC gegl-c.lo
CC gegl-config.lo
CC gegl-cpuaccel.lo
CC gegl-dot.lo
CC gegl-dot-visitor.lo
CC gegl-init.lo
CC gegl-instrument.lo
CC gegl-utils.lo
CC gegl-lookup.lo
CC gegl-xml.lo
CC gegl-matrix.lo
CCLD libgegl-0.1.la
GISCAN Gegl-0.1.gir
Couldn't find include 'Babl-0.1.gir' (search path: ['.',
'/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
make[3]: *** [Gegl-0.1.gir] Error 1
The commands to build it were as follows:
export LD_LIBRARY_PATH=/usr/local/gimpgit/lib:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=/usr/local/gimpgit/lib/pkgconfig/:
$PKG_CONFIG_PATH
./autogen.sh -prefix=/usr/local/gimpgit
make
These are the same command used to build BABL. The missing file is in
the proper place:
mjhammel(tty6)$ find /usr/local/gimpgit -name Babl-0.1.gir
/usr/local/gimpgit/share/gir-1.0/Babl-0.1.gir
Am I missing something new related to building GEGL from git? Seems I'm
not telling GEGL about the install dir correctly.
Thanks.