On Sun, 2006-01-15 at 12:17 -0800, Bryce Harrington wrote:
On Sat, Jan 14, 2006 at 01:09:06PM +0100, Marco Scholten wrote:
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?
Gtkmm 2.4. We've got all the base prereq's installed on the test machine, so gtk issues discovered in the build could possibly be indicating some version issues.
I'm still seeing these same errors in today's build btw.
Bryce
I will use void Gtk::Widget::size_request(const Gtk::Requisition&) instead then.
Can i still upload a cvs patch or do i have to use svn now? -- Marco