Package: libgegl-0.0-dev Version: 0.0.18-1 Severity: normal When compiling a program that depends on libgegl-0.0-dev this was shout:
In file included from /usr/local/include/geglmm-1.0/geglmm/rectangle.h:27, from /usr/local/include/geglmm-1.0/geglmm/node.h:32, from image.cpp:27: /usr/include/gegl-0.0/gegl.h:407: error: comma at end of enumerator list In file included from /usr/include/gegl-0.0/gegl.h:876, from /usr/local/include/geglmm-1.0/geglmm/rectangle.h:27, from /usr/local/include/geglmm-1.0/geglmm/node.h:32, from image.cpp:27: /usr/include/gegl-0.0/gegl-buffer.h:290: error: comma at end of enumerator list make[4]: *** [image.o] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 This is what has to be done: just remove the commas. I do not know how to correctly send the patch. [EMAIL PROTECTED]:~/experiment/gegl-0.0.18 % diff -r gegl ../gegl-0.0.18_pau/gegl diff -r gegl/buffer/gegl-buffer.h ../gegl-0.0.18_pau/gegl/buffer/gegl-buffer.h 290c290 < GEGL_INTERPOLATION_LANCZOS, --- > GEGL_INTERPOLATION_LANCZOS diff -r gegl/gegl.h ../gegl-0.0.18_pau/gegl/gegl.h 407c407 < GEGL_BLIT_DIRTY = 1 << 1, --- > GEGL_BLIT_DIRTY = 1 << 1 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core) Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libgegl-0.0-dev depends on: ii libbabl-0.0-0-dev 0.0.22-1 Dynamic, any to any, pixel format ii libgegl-0.0-0 0.0.18-1 Generic Graphics Library libgegl-0.0-dev recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]