On Sun, 2009-09-06 at 16:12 +0700, Ashiqur Rahman Angel wrote: > U must have to compile BABL and GEGL first, to compile Gimp. > > Get and Compile BABL: > > svn co http://svn.gnome.org/svn/babl/trunk/ babl > cd babl > ./autogen.sh --prefix /home/$USER/gimp-2.7 > make (or "make -j 2" for multiple cores.) > make install > cd ..
Here is the last few lines make[1]: Entering directory `/home/nirjhor/babl/babl/babl/docs' Making install in graphics make[2]: Entering directory `/home/nirjhor/babl/babl/babl/docs/graphics' make[2]: Leaving directory `/home/nirjhor/babl/babl/babl/docs/graphics' make[2]: Entering directory `/home/nirjhor/babl/babl/babl/docs' make[2]: Leaving directory `/home/nirjhor/babl/babl/babl/docs' make[1]: Leaving directory `/home/nirjhor/babl/babl/babl/docs' make[1]: Entering directory `/home/nirjhor/babl/babl/babl' make[2]: Entering directory `/home/nirjhor/babl/babl/babl' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/nirjhor/gimp-2.7/lib/pkgconfig" || /bin/mkdir -p "/home/nirjhor/gimp-2.7/lib/pkgconfig" /usr/bin/install -c -m 644 'babl.pc' '/home/nirjhor/gimp-2.7/lib/pkgconfig/babl.pc' make[2]: Leaving directory `/home/nirjhor/babl/babl/babl' make[1]: Leaving directory `/home/nirjhor/babl/babl/babl' nirj...@nirjhor-laptop:~/babl/babl/babl$ > Get and Compile GEGL > > svn co http://svn.gnome.org/svn/gegl/trunk/ gegl > cd gegl > ./autogen.sh --prefix /home/$USER/gimp-2.7 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for BABL... configure: error: Package requirements (babl >= 0.0.23) 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. seems like babl haven't been installed > make (or "make -j 2" for multiple cores.) > make install > cd .. > > Now try compiling Gimp. > > On Sun, Sep 6, 2009 at 12:09 PM, Nirjhor <[email protected]> wrote: > > > Hello folks, > > Today when I was trying to compile GIMP 2.7 I was facing error. The > > problem is I have installed the additional libraries and downloaded and > > extracted the tar.bz2 file. When I am issuing ./configure command from > > within the file it's showing this error: > > > > ................(Many lines).......... > > checking for iso-codes... yes > > checking for BABL... configure: error: Package requirements (babl >= > > 0.1.0) 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. > > > > > > Now what to do? > > -- > > Mess with the best.......Die like the rest > > Md. Junayeed Ahnaf Nirjhor > > Jaleswaritala,Bogra > > Mobile- +8801673911916 > > Homepage- Http://nirjhor.wordpress.com > > > > > > -- > > Ubuntu Bangladesh | http://ubuntu-bd.org > > [email protected] > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd > > > > > > -- > Angel > http://fedoraproject.org/wiki/User:Angel > 0DF8 3CD4 AFE3 68C6 2CDA 9F17 14B8 1A15 E5F7 73C2 > > Fedora -- Freedom² and rapid innovation > > Samuel > Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html> > - "I'm willing to admit that I may not always be right, but I am never > wrong." -- Mess with the best.......Die like the rest Md. Junayeed Ahnaf Nirjhor Jaleswaritala,Bogra Mobile- +8801673911916 Homepage- Http://nirjhor.wordpress.com -- Ubuntu Bangladesh | http://ubuntu-bd.org [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
