RSS/Atom feed Twitter
Site is read-only, email is disabled

GEGL making failed

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

GEGL making failed Cédric Gémy 17 Sep 14:00
  GEGL making failed Kevin Cozens 18 Sep 15:36
   GEGL making failed Cédric Gémy 18 Sep 23:59
  GEGL making failed Sven Neumann 18 Sep 22:03
Cédric Gémy
2008-09-17 14:00:28 UTC (over 16 years ago)

GEGL making failed

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

Kevin Cozens
2008-09-18 15:36:36 UTC (over 16 years ago)

GEGL making failed

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.

Sven Neumann
2008-09-18 22:03:10 UTC (over 16 years ago)

GEGL making failed

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

Cédric Gémy
2008-09-18 23:59:10 UTC (over 16 years ago)

GEGL making failed

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