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 After that I call gegl.sh: #!/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 gegl ./autogen.sh --prefix=/opt/gimp-git && make ....which returns: checking for BABL... no configure: error: Package requirements (babl >= 0.1.10) were not met: No package 'babl' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables BABL_CFLAGS and BABL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Pointers appreciated. -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a C++++ UL++ P+>++ L+++>++++ E-- W++ N o? K- w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ b++(+++) DI+++ D- G++ e* h>++ r* y? ------END GEEK CODE BLOCK------
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ gimp-developer-list mailing list gimp-developer-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gimp-developer-list