After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 626792 - error: ‘GDK_RGB_DITHER_NORMAL’ undeclared
error: ‘GDK_RGB_DITHER_NORMAL’ undeclared
Status: RESOLVED DUPLICATE of bug 626605
Product: librsvg
Classification: Core
Component: general
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-13 07:44 UTC by Diska
Modified: 2010-08-13 22:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Diska 2010-08-13 07:44:11 UTC
i'm trying to build gnome-shell via jhbuild but i have an error when compile librsvg

svg-render.c: In function ‘pixbuf_render’:
svg-render.c:430: warning: implicit declaration of function ‘gdk_draw_pixbuf’
svg-render.c:430: warning: nested extern declaration of ‘gdk_draw_pixbuf’
svg-render.c:434: error: ‘GDK_RGB_DITHER_NORMAL’ undeclared (first use in this function)
svg-render.c:434: error: (Each undeclared identifier is reported only once
svg-render.c:434: error: for each function it appears in.)
svg-render.c: In function ‘theme_pixbuf_render’:
svg-render.c:831: error: ‘GdkGC’ undeclared (first use in this function)
svg-render.c:831: error: ‘tmp_gc’ undeclared (first use in this function)
svg-render.c:832: error: ‘GdkGCValues’ undeclared (first use in this function)
svg-render.c:832: error: expected ‘;’ before ‘gc_values’
svg-render.c:838: warning: implicit declaration of function ‘gdk_gc_new’
svg-render.c:838: warning: nested extern declaration of ‘gdk_gc_new’
svg-render.c:843: error: ‘GDK_RGB_DITHER_NORMAL’ undeclared (first use in this function)
svg-render.c:847: error: ‘gc_values’ undeclared (first use in this function)
svg-render.c:847: error: ‘GDK_TILED’ undeclared (first use in this function)
svg-render.c:849: warning: implicit declaration of function ‘gdk_gc_new_with_values’
svg-render.c:849: warning: nested extern declaration of ‘gdk_gc_new_with_values’
svg-render.c:850: error: ‘GDK_GC_FILL’ undeclared (first use in this function)
svg-render.c:850: error: ‘GDK_GC_TILE’ undeclared (first use in this function)
svg-render.c:852: warning: implicit declaration of function ‘gdk_draw_rectangle’
svg-render.c:852: warning: nested extern declaration of ‘gdk_draw_rectangle’
make[3]: *** [libsvg_3_la-svg-render.lo] Errore 1
Comment 1 Norman Smith 2010-08-13 20:36:05 UTC
FYI see Bug 626605.  Same problem.
Comment 2 Diska 2010-08-13 22:42:06 UTC

*** This bug has been marked as a duplicate of bug 626605 ***