[Gimp-developer] ANNOUNCE: GIMP 2.5.4 development release
bgw
west at ieee.org
Fri Sep 19 20:09:46 PDT 2008
Sven Neumann wrote:
> Hi,
>
> GIMP 2.5.4 has been released yesterday.
I would love to help, esp. with documentation as I learn about GIMP. But
I'm unable to install 2.5.4.
I got babl and gegl from svn repo
babl]$ ./autogen.sh says
I am going to run ./configure with the following arguments:
--enable-maintainer-mode
...
Now type 'make' to compile BABL.
$ make
-- completes with no further issues
# make install
<quote>
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
</quote>
-- completes w/o error or warning. Then
# ldconfig <to reconfigure the libraries>
# ldconfig -p | grep babl
libbabl-0.0.so.0 (libc6) => /usr/local/lib/libbabl-0.0.so.0
libbabl-0.0.so (libc6) => /usr/local/lib/libbabl-0.0.so
# ls -l /usr/local/lib | grep babl
drwxr-xr-x 2 root root 4096 2008-09-19 15:56 babl-0.0
-rwxr-xr-x 1 root root 819 2008-09-19 15:56 libbabl-0.0.la
lrwxrwxrwx 1 root root 21 2008-09-19 15:56 libbabl-0.0.so ->
libbabl-0.0.so.0.23.0
lrwxrwxrwx 1 root root 21 2008-09-19 15:56 libbabl-0.0.so.0 ->
libbabl-0.0.so.0.23.0
-rwxr-xr-x 1 root root 354691 2008-09-19 15:56 libbabl-0.0.so.0.23.0
gegl]$ ./autogen.sh balks at babl:
<quote>
checking pkg-config is at least version 0.9.0... yes
checking for BABL... configure: error: Package requirements (babl >=
0.0.22) were not met:
No package 'babl' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
</quote>
Given the standard library structure above, why doesn't gegl autogen
find babl?
More information about the Gimp-developer
mailing list