Hi, On Wed, 2008-09-17 at 12:00 +0000, Cédric Gémy wrote: > Hello > Does anyone know what pb could cause this error ? > > In file included from atop.c:21: > ../../gegl/gegl-chant.h:26:2: error: #error "GEGL_CHANT_C_FILE not > defined"
The problem is that some files in GEGL are autogenerated. And there are no proper Makefile rules for this step. Instead they are generated when you run autogen.sh. So, unlike in other projects, in GEGL you may have to rerun autogen.sh after you updated your source tree. It would certainly be nice if someone could fix this. Sven _______________________________________________ Gimp-developer mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
