Re: [Gimp-developer] GEGL making failed

2008-09-18 Thread Sven Neumann
Hi,

On Wed, 2008-09-17 at 12:00 +, 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
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] GEGL making failed

2008-09-18 Thread Cédric Gémy
Le jeudi 18 septembre 2008 à 09:36 -0400, Kevin Cozens a écrit :
> Cédric Gémy wrote:
> > Does anyone know what pb could cause this error ?
> 
> The atop.c file isn't part of the GEGL source. It would help if you posted 
> the 
> source somewhere. You are probably missing some include file, missing a 
> #define, or have a syntax error in the top part of the file.
> 

make distclean and recheckout everything has been enough, thanks for you
help.

pygmee

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] GEGL making failed

2008-09-18 Thread Kevin Cozens
Cédric Gémy wrote:
> Does anyone know what pb could cause this error ?

The atop.c file isn't part of the GEGL source. It would help if you posted the 
source somewhere. You are probably missing some include file, missing a 
#define, or have a syntax error in the top part of the file.

-- 
Cheers!

Kevin.

http://www.ve3syb.ca/   |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172  |"Same thing we always do, Pinkutus:
 |  Try to assimilate the world!"
#include  |  -Pinkutus & the Borg
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] GEGL making failed

2008-09-17 Thread Cédric Gémy
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"
In file included from atop.c:21:
../../gegl/gegl-chant.h:310: error: expected ‘)’ before ‘*’ token
../../gegl/gegl-chant.h:359:10: error: #include expects "FILENAME" or

../../gegl/gegl-chant.h:392:10: error: #include expects "FILENAME" or

../../gegl/gegl-chant.h: In function ‘get_property’:
../../gegl/gegl-chant.h:416: error: dereferencing pointer to incomplete
type
../../gegl/gegl-chant.h:465:10: error: #include expects "FILENAME" or

../../gegl/gegl-chant.h: In function ‘set_property’:
../../gegl/gegl-chant.h:492: error: dereferencing pointer to incomplete
type
../../gegl/gegl-chant.h:559:10: error: #include expects "FILENAME" or

../../gegl/gegl-chant.h: In function ‘gegl_chant_destroy_notify’:
../../gegl/gegl-chant.h:581: error: dereferencing pointer to incomplete
type
../../gegl/gegl-chant.h:630:10: error: #include expects "FILENAME" or

../../gegl/gegl-chant.h:760:10: error: #include expects "FILENAME" or

../../gegl/gegl-chant.h: In function ‘gegl_chant_init_properties’:
../../gegl/gegl-chant.h:779: error: dereferencing pointer to incomplete
type

pygmee

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer