I'm compiling the new release of Polygnome on Ubuntu 10.04 (lucid) with gtk 2.4 and it's stopping on an error:
% git checkout -b newrelease 0.1.3
% git clean -d -f -x
% mkdir m4
% ./autogen.sh && ./configure && make
...
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/atkmm-1.6 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gio-unix-2.0/ -I../ -O2 -Wextra -pedantic -Werror -Wfatal-errors -Wall -Wshadow -Wno-long-long -g -MT polygnome-MTGui.o -MD -MP -MF .deps/polygnome-MTGui.Tpo -c -o polygnome-MTGui.o test -f 'MTGui.cpp' || echo './'MTGui.cpp
MTGui.cpp: In member function ‘bool MTGui::onKeyPressEvent(Gtk::Widget, GdkEventKey)’:
MTGui.cpp:579: error: ‘GDK_KEY_space’ was not declared in this scope
compilation terminated due to -Wfatal-errors.
make[2]: *** [polygnome-MTGui.o] Error 1
make[2]: Leaving directory /home/mark/polygnome/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/home/mark/polygnome'
make: *** [all] Error 2
mark@dsdimple:~/polygnome$ dpkg --list | grep gtkmm
ii libgtkmm-2.4-1c2a 1:2.20.3-0ubuntu1 C++ wrappers for GTK+ (shared libraries)
ii libgtkmm-2.4-dev 1:2.20.3-0ubuntu1 C++ wrappers for GTK+ (development files)
Thanks! -- Mark
Hopefully fixed in
commit 3969795c424f305b69f7e659dfdfee34a51c05ea