I just did a cvs up and rebuild, and got this error:
/home/bryce/src/Inkscape/inkscape/src/ui/dialog/aboutbox.cpp: In constructor ` Inkscape::UI::Dialog::AboutBox::AboutBox()': /home/bryce/src/Inkscape/inkscape/src/ui/dialog/aboutbox.cpp:88: error: no matching function for call to `Inkscape::UI::Dialog::AboutBox::size_request( )' /usr/include/gtkmm-2.4/gtkmm/widget.h:510: error: candidates are: void Gtk::Widget::size_request(const Gtk::Requisition&) make[2]: *** [ui/dialog/aboutbox.o] Error 1 make[2]: Leaving directory `/home/bryce/Build/Inkscape/inkscape/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/bryce/Build/Inkscape/inkscape' make: *** [all] Error 2
In case this was just due to out of date autoconf stuff, I'm doing a make distclean and a full rebuild.
Bryce