* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [060606 14:42]:
> 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.

Either that,. or remove "CC=ccache gcc" from the Makefile, it is a
too system specific thing to have there (even though it is present on
all my machines to speed up builds).

I've put out a new version of the tarball with this line stripped away
from the Makefile.

/Øyvind K.

-- 
«The future is already here. It's just not very evenly distributed»
                                                 -- William Gibson
http://pippin.gimp.org/                            http://ffii.org/
_______________________________________________
Gegl-developer mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer

Reply via email to