- i am running karmic with the latest updates
- i am trying to compile 2.7 from source via info here: http://www.gimpusers.com/news/2009-10-14/compiling-gimp-27-git-ubuntu-904-910.html
- the instructions are super basic, and i had an earlier install just run perfectly with the said script. now, gegl refuses to compile. here is what i get when i type in make -j3 as per script:
**** just before the error ****
libtool: link: gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/rtaylor/bin/gimp-2.7/include/babl-0.1 -g -DGEGL_ENABLE_DEBUG -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -mmmx -msse -o .libs/test-gegl-rectangle test-gegl-rectangle.o -Wl,--export-dynamic -pthread ../gegl/.libs/libgegl-0.1.so /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so -L/home/rtaylor/bin/gimp-2.7/lib /home/rtaylor/bin/gimp-2.7/lib/libbabl-0.1.so -lm -pthread -Wl,-rpath -Wl,/home/rtaylor/bin/gimp-2.7/lib
make[3]: Leaving directory `/home/rtaylor/src/gimp.2.7/gegl/tests'
make[2]: Leaving directory `/home/rtaylor/src/gimp.2.7/gegl/tests'
Making all in docs
make[2]: Entering directory `/home/rtaylor/src/gimp.2.7/gegl/docs'
Making all in gallery
make[3]: Entering directory `/home/rtaylor/src/gimp.2.7/gegl/docs/gallery'
Making all in data
make[4]: Entering directory `/home/rtaylor/src/gimp.2.7/gegl/docs/gallery/data'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/rtaylor/src/gimp.2.7/gegl/docs/gallery/data'
make[4]: Entering directory `/home/rtaylor/src/gimp.2.7/gegl/docs/gallery'
--[Updating sample compositions]--
./clones.xml
./OpenRaster-00.xml
./OpenRaster-01.xml
./OpenRaster-04.xml
make[4]: Leaving directory `/home/rtaylor/src/gimp.2.7/gegl/docs/gallery'
make[3]: Leaving directory `/home/rtaylor/src/gimp.2.7/gegl/docs/gallery'
make[3]: Entering directory `/home/rtaylor/src/gimp.2.7/gegl/docs'
GEGL_SWAP=RAM GEGL_PATH=../operations \
../tools/operation_reference --ops-html > operations.html
make[3]: *** No rule to make target `gegl.devhelp', needed by `all-am'. Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/rtaylor/src/gimp.2.7/gegl/docs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rtaylor/src/gimp.2.7/gegl/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rtaylor/src/gimp.2.7/gegl'
make: *** [all] Error 2
*** just at the end of the error ***
any thoughts on why gegl is failing to compile?
-------------------------------------------------------------------
Response 03/12/10:
This error can be avoided by disabling gegl docs
$ sh autogen.sh --disable-docs