
On Sat, 2006-01-14 at 01:41 -0800, Bryce Harrington wrote:
== Errors ==
ui/dialog/inkscape-preferences.cpp:49: error: no matching function for call to `Gtk::SpinButton::size_request()' /usr/include/gtkmm-2.4/gtkmm/widget.h:510: error: candidates are: void Gtk::Widget::size_request(const Gtk::Requisition&) ui/dialog/inkscape-preferences.cpp:489: error: no matching function for call to `Inkscape::UI::Dialog::InkscapePreferences::size_request()' /usr/include/gtkmm-2.4/gtkmm/widget.h:510: error: candidates are: void Gtk::Widget::size_request(const Gtk::Requisition&) ui/dialog/inkscape-preferences.cpp:490: error: no matching function for call to `Inkscape::UI::Dialog::InkscapePreferences::size_request()' /usr/include/gtkmm-2.4/gtkmm/widget.h:510: error: candidates are: void Gtk::Widget::size_request(const Gtk::Requisition&)
Strange, i don't get those errors, and there is a Gtk::Widget::size_request() (since gtkmm 2.4 i think). http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1Widget.h...
what version of gtkmm are you using for testing?
-- Marco