sNop
2006-Sep-29 15:48 UTC
[compiz] undeclared identifier 'space' in function MetaButtonSpace
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -I/opt/Xgl/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libwnck-1.0 -I/opt/Xgl/include -I/usr/include/metacity-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT gtk-window-decorator.o -MD -MP -MF ".deps/gtk-window-decorator.Tpo" -c -o gtk-window-decorator.o gtk-window-decorator.c; \ then mv -f ".deps/gtk-window-decorator.Tpo" ".deps/gtk-window-decorator.Po"; else rm -f ".deps/gtk-window-decorator.Tpo"; exit 1; fi gtk-window-decorator.c: In function ?meta_get_button_position?: gtk-window-decorator.c:2813: error: ?MetaButtonSpace? undeclared (first use in this function) gtk-window-decorator.c:2813: error: (Each undeclared identifier is reported only once gtk-window-decorator.c:2813: error: for each function it appears in.) gtk-window-decorator.c:2813: error: ?space? undeclared (first use in this function) make[3]: *** [gtk-window-decorator.o] Error 1 make[3]: Leaving directory `/opt/Xgl/_tmp_/compiz/gtk/window-decorator' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/opt/Xgl/_tmp_/compiz/gtk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/Xgl/_tmp_/compiz' make: *** [all] Error 2 after today update
David Reveman
2006-Oct-02 08:57 UTC
[compiz] undeclared identifier 'space' in function MetaButtonSpace
metacity 2.15.21 or later is currently required, I've updated configure.ac for this. -David On Sat, 2006-09-30 at 00:47 +0200, sNop wrote:> if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread > -I/opt/Xgl/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 > -I/usr/include/libwnck-1.0 -I/opt/Xgl/include > -I/usr/include/metacity-1 -I/usr/include/gtk-2.0 > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -g -O2 -Wall -Wpointer-arith > -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations > -Wnested-externs -fno-strict-aliasing -MT gtk-window-decorator.o -MD -MP > -MF ".deps/gtk-window-decorator.Tpo" -c -o gtk-window-decorator.o > gtk-window-decorator.c; \ > then mv -f ".deps/gtk-window-decorator.Tpo" > ".deps/gtk-window-decorator.Po"; else rm -f > ".deps/gtk-window-decorator.Tpo"; exit 1; fi > gtk-window-decorator.c: In function ?meta_get_button_position?: > gtk-window-decorator.c:2813: error: ?MetaButtonSpace? undeclared (first > use in this function) > gtk-window-decorator.c:2813: error: (Each undeclared identifier is > reported only once > gtk-window-decorator.c:2813: error: for each function it appears in.) > gtk-window-decorator.c:2813: error: ?space? undeclared (first use in > this function) > make[3]: *** [gtk-window-decorator.o] Error 1 > make[3]: Leaving directory `/opt/Xgl/_tmp_/compiz/gtk/window-decorator' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/opt/Xgl/_tmp_/compiz/gtk' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/opt/Xgl/_tmp_/compiz' > make: *** [all] Error 2 > > after today update > > _______________________________________________ > compiz mailing list > compiz@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/compiz