[Gegl-developer] Re: GEGL testbed

neota at softhome.net neota at softhome.net
Tue Jun 6 05:14:48 PDT 2006


Øyvind Kolås writes: 

> GEGL has started working locally lately, and the time has come that
> others can join use or more easily help develop GEGL. I have put a
> tarball containing my GEGL development sandbox with md5 based checksums
> on PNGSs to detect regressions in tests. 
> 
> The sandbox contains test cases, small example programs and a set of
> base ops (png/jpg load, png save, porter duff compositing, math ops,
> scaling, a box blur and some more. 
> 
> To use the sandbox you will need recent(?) glib, libpng, libjpg and 
> SDL (for a test case that displays an animation), as well as CVS
> checkouts of the gegl and babl modules from GNOME CVS. 
> 
> http://pippin.gimp.org/gegl/gegl-demo.tgz 
> 
 

Where can I obtain a 'ccache'? 

executing 'make bin' produces this output: 

ccache gcc -I/usr/include/gegl-1.0/gegl -I/usr/include/babl-0.0/babl 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng12 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/cairo -I/usr/include/pango-1.0   -I/usr/include/SDL 
 -D_REENTRANT -I. -O2 -Wall -g   -c -o ops/op_add.o ops/op_add.c
make: ccache: Command not found
make: *** [ops/op_add.o] Error 127 

.. *googles it* http://ccache.samba.org/ 

Okay, I know now. You should mention that requirement in the README.


More information about the Gegl-developer mailing list