[Gimp-developer] 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.
Román.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]