tried the 'sudo apt-get build-dep gegl' already a bunch of times, and it says:
Code:
E: Could not open file /var/lib/apt/lists/ppa.launchpad.net_otto-kesselgulasch_gimp_ubuntu_dists_maverick_main_source_Sources - open (2: No such file or directory)
then I tried to add that ppa repository that it asks, but with no result..
(I think someone put the whole gimp 2.8 package on that repository but it seams that I can't install from it..)
And after that not working tried to install the 'libglib2.0-dev' library and it works!!
gegl finally has everything it needs to run the 'make' command.
so, I run make && make install and it seams everything is as it should be.
but then I try to run ./configure for the gimp 2.8 rc1 installation and it says:
Code:
checking for GEGL... no
configure: error: Package requirements (gegl-0.2 >= 0.2.0) were not met:
No package 'gegl-0.2' 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 GEGL_CFLAGS
and GEGL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
da faq? checked it, gegl 0.2 package is in the usr/local/lib directory (among all).
why does it say it's not there?
Bookmarks