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

Error while building: gegl_free undeclared.

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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Error while building: gegl_free undeclared. Román 22 Nov 15:29
  Error while building: gegl_free undeclared. Michael Natterer 22 Nov 19:07
   Error while building: gegl_free undeclared. Román 22 Nov 21:32
Román
2013-11-22 15:29:58 UTC (over 10 years ago)

Error while building: gegl_free undeclared.

Hi everyone,

I compiled and installed babl and gegl. Later I tried building gimp and I got this error:

[...]
make[4]: se ingresa al directorio
`/home/roman/workspace/gimp/gimp/app/display' CC gimpdisplayshell-render.o gimpdisplayshell-render.c: In function 'gimp_display_shell_render': gimpdisplayshell-render.c:125:13: warning: implicit declaration of function 'gegl_malloc' [-Wimplicit-function-declaration] gegl_malloc (w * h * babl_format_get_bytes_per_pixel (filter_format));
^
gimpdisplayshell-render.c:124:30: warning: assignment makes pointer from integer without a cast [enabled by default] shell->filter_data =
^
*gimpdisplayshell-render.c:134:64: error: 'gegl_free' undeclared (first use in this function)**
**(GDestroyNotify) gegl_free,*
[...]

What is this error? I cloned gimp yesterday.

Regards. Romn.

Michael Natterer
2013-11-22 19:07:14 UTC (over 10 years ago)

Error while building: gegl_free undeclared.

On Fri, 2013-11-22 at 16:29 +0100, Román wrote:

Hi everyone,

I compiled and installed babl and gegl. Later I tried building gimp and I got this error:

[...]
make[4]: se ingresa al directorio
`/home/roman/workspace/gimp/gimp/app/display' CC gimpdisplayshell-render.o gimpdisplayshell-render.c: In function 'gimp_display_shell_render': gimpdisplayshell-render.c:125:13: warning: implicit declaration of function 'gegl_malloc' [-Wimplicit-function-declaration] gegl_malloc (w * h * babl_format_get_bytes_per_pixel (filter_format));
^
gimpdisplayshell-render.c:124:30: warning: assignment makes pointer from integer without a cast [enabled by default] shell->filter_data =
^
*gimpdisplayshell-render.c:134:64: error: 'gegl_free' undeclared (first use in this function)**
**(GDestroyNotify) gegl_free,*
[...]

What is this error? I cloned gimp yesterday.

Gimp git master depends on babl and gegl git master.

Regards, --mitch

Román
2013-11-22 21:32:32 UTC (over 10 years ago)

Error while building: gegl_free undeclared.

El 22/11/13 20:07, Michael Natterer escribió:

On Fri, 2013-11-22 at 16:29 +0100, Román wrote:

Hi everyone,

I compiled and installed babl and gegl. Later I tried building gimp and I got this error:

[...]
make[4]: se ingresa al directorio
`/home/roman/workspace/gimp/gimp/app/display' CC gimpdisplayshell-render.o gimpdisplayshell-render.c: In function 'gimp_display_shell_render': gimpdisplayshell-render.c:125:13: warning: implicit declaration of function 'gegl_malloc' [-Wimplicit-function-declaration] gegl_malloc (w * h * babl_format_get_bytes_per_pixel (filter_format));
^
gimpdisplayshell-render.c:124:30: warning: assignment makes pointer from integer without a cast [enabled by default] shell->filter_data =
^
*gimpdisplayshell-render.c:134:64: error: 'gegl_free' undeclared (first use in this function)**
**(GDestroyNotify) gegl_free,*
[...]

What is this error? I cloned gimp yesterday.

Gimp git master depends on babl and gegl git master.

Regards, --mitch

That's right!!! I have cloned gegl and babl once again and gimp building works. Thank you.

Regards.
Román.