On 22 October 2012 16:52, Dexter Filmore <Dexter.Filmore@xxxxxx> wrote: > Hi all, > > I made some futile attempts to build git on SuSE 12.2 but as soon as I try and > build gegl it claims that babl (which I just built and pointed autogen for > gegl at) does not exist. > > > So far I hacked up some scripts, the babl script for example looks like this: > > #!/bin/bash > export PATH=/opt/gimp-git/bin:$PATH > export PKG_CONFIG_PATH=/opt/gimp-git/lib/pkgconfig > export LD_LIBRARY_PATH=/opt/gimp-git/lib > export ACLOCAL_FLAGS="-I /opt/gimp-git/share/aclocal $ACLOCAL_FLAGS" > export XDG_DATA_DIRS=/opt/gimp-git/share > > cd babl > ./autogen.sh --prefix=/opt/gimp-git && make > > > which then results in babl being installed in /opt/gimp-git Not unless you also run "make install"? ;) If that is not the problem, check that "babl.pc" ends up in the expected directory ($libdir/pkgconfig) and that PKG_CONFIG_PATH is set accordingly. -- Jon Nordby - www.jonnor.com _______________________________________________ gimp-developer-list mailing list gimp-developer-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gimp-developer-list