Trying to compile pyclutter from svn against the latest svn version of
clutter gives me an error. Is this a known issue or am I doing something
wrong? Error is below.

Kind Regards
-- 
Thomas

$ gmake
gmake  all-recursive
gmake[1]: Entering directory `/home/thomas/projects/ui/clutter/pyclutter'
Making all in clutter
gmake[2]: Entering directory
`/home/thomas/projects/ui/clutter/pyclutter/clutter'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -I/usr/local/include/python2.5 -I/usr/local/include/pygtk-2.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/clutter-0.8 -I/usr/local/include/pango-1.0
-I/usr/local/include/cairo -I/usr/X11R6/include/freetype2
-I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/libpng
-pthread -I/usr/local/include/gtk-2.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -Wall
-fno-strict-aliasing -MT _clutter_la-clutter.lo -MD -MP -MF
".deps/_clutter_la-clutter.Tpo" -c -o _clutter_la-clutter.lo `test -f
'clutter.c' || echo './'`clutter.c; \
then mv -f ".deps/_clutter_la-clutter.Tpo" ".deps/_clutter_la-clutter.Plo";
else rm -f ".deps/_clutter_la-clutter.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.5
-I/usr/local/include/pygtk-2.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/clutter-0.8
-I/usr/local/include/pango-1.0 -I/usr/local/include/cairo
-I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/local/include
-I/usr/local/include/libpng -pthread -I/usr/local/include/gtk-2.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/X11R6/include -Wall -fno-strict-aliasing -MT _clutter_la-clutter.lo
-MD -MP -MF .deps/_clutter_la-clutter.Tpo -c clutter.c  -fPIC -DPIC -o
.libs/_clutter_la-clutter.o
clutter.c: In function `_wrap_clutter_actor_request_coords':
clutter.c:1989: warning: implicit declaration of function
`clutter_actor_request_coords_REPLACED_BY_clutter_actor_allocate'
clutter-actor.override: In function `_wrap_clutter_actor_query_coords':
clutter-actor.override:215: warning: implicit declaration of function
`clutter_actor_query_coords_REPLACED_BY_clutter_actor_get_width_request_AND_clutter_actor_get_height_request'
clutter-actor.override: In function `_wrap_clutter_actor_get_coords':
clutter-actor.override:53: warning: implicit declaration of function
`clutter_actor_get_coords'
clutter-actor.override: In function `_wrap_clutter_actor_get_abs_position':
clutter-actor.override:65: warning: implicit declaration of function
`clutter_actor_get_abs_position_REPLACED_BY_clutter_actor_get_transformed_position'
clutter-actor.override: In function `_wrap_clutter_actor_get_abs_size':
clutter-actor.override:77: warning: implicit declaration of function
`clutter_actor_get_abs_size_REPLACED_BY_clutter_actor_get_transformed_size'
clutter-actor.override: In function `_wrap_clutter_actor_get_vertices':
clutter-actor.override:126: warning: implicit declaration of function
`clutter_actor_get_vertices'
clutter-actor.override: In function
`_wrap_clutter_actor_get_relative_vertices':
clutter-actor.override:385: warning: implicit declaration of function
`clutter_actor_get_relative_vertices'
clutter.c: In function `_wrap_ClutterActor__do_request_coords':
clutter.c:3123: error: structure has no member named `request_coords'
clutter.c:3124: error: structure has no member named `request_coords'
clutter-actor.override: In function `_wrap_ClutterActor__do_query_coords':
clutter-actor.override:330: error: structure has no member named
`query_coords'
clutter-actor.override:333: error: structure has no member named
`query_coords'
clutter.c: In function `__ClutterActor_class_init':
clutter.c:3924: error: structure has no member named `request_coords'
clutter.c:3934: error: structure has no member named `query_coords'
clutter.c: In function `_wrap_clutter_stage_snapshot':
clutter.c:8101: error: `GdkPixbuf' undeclared (first use in this function)
clutter.c:8101: error: (Each undeclared identifier is reported only once
clutter.c:8101: error: for each function it appears in.)
clutter.c:8101: error: `ret' undeclared (first use in this function)
clutter.c:8106: warning: implicit declaration of function
`clutter_stage_snapshot'
clutter.c: In function `_wrap_clutter_texture_set_pixbuf':
clutter.c:8515: error: `clutter_texture_set_pixbuf' undeclared (first use in
this function)
clutter.c:8515: warning: implicit declaration of function
`DEPRECATED_BY_clutter_texture_set_from_rgb_data'
clutter.c:8515: warning: implicit declaration of function `GDK_PIXBUF'
clutter.c: In function `_wrap_clutter_texture_get_pixbuf':
clutter.c:8526: error: `GdkPixbuf' undeclared (first use in this function)
clutter.c:8526: error: `ret' undeclared (first use in this function)
clutter.c:8529: warning: implicit declaration of function
`clutter_texture_get_pixbuf'
clutter.c: In function `_wrap_clutter_texture_bind_tile':
clutter.c:8558: warning: implicit declaration of function
`clutter_texture_bind_tile'
./clutter.override: In function `_wrap_clutter_texture_get_n_tiles':
./clutter.override:135: warning: implicit declaration of function
`clutter_texture_get_n_tiles'
./clutter.override: In function `_wrap_clutter_texture_get_x_tile_detail':
./clutter.override:156: warning: implicit declaration of function
`clutter_texture_get_x_tile_detail'
./clutter.override: In function `_wrap_clutter_texture_get_y_tile_detail':
./clutter.override:177: warning: implicit declaration of function
`clutter_texture_get_y_tile_detail'
clutter.c: In function `_wrap_clutter_texture_has_generated_tiles':
clutter.c:8630: warning: implicit declaration of function
`clutter_texture_has_generated_tiles'
clutter.c: In function `_wrap_clutter_texture_is_tiled':
clutter.c:8642: warning: implicit declaration of function
`clutter_texture_is_tiled'
clutter.c: In function `_wrap_clutter_shader_bind':
clutter.c:10786: warning: implicit declaration of function
`clutter_shader_bind_REPLACED_BY_clutter_shader_compile'
clutter.c: In function `_wrap_clutter_shader_is_bound':
clutter.c:10810: warning: implicit declaration of function
`clutter_shader_is_bound_REPLACED_BY_clutter_shader_is_compiled'
clutter.c: In function `_wrap_clutter_redraw':
clutter.c:14222: error: too few arguments to function `clutter_redraw'
clutter.c: In function `_wrap_clutter_shader_release_all':
clutter.c:14513: warning: implicit declaration of function
`clutter_shader_release_all'
gmake[2]: *** [_clutter_la-clutter.lo] Error 1
gmake[2]: Leaving directory
`/home/thomas/projects/ui/clutter/pyclutter/clutter'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/thomas/projects/ui/clutter/pyclutter'
gmake: *** [all] Error 2

Reply via email to