On 12/2/05, Ben Fowler <ben.the.mole@...400...> wrote:
On 12/2/05, Bryce Harrington <bryce@...961...> wrote:
/home/bryce/src/Inkscape/inkscape/src/ui/dialog/aboutbox.cpp:88: error: no matching function for call to `Inkscape::UI::Dialog::AboutBox::size_request( )'
...this is a True Bill. My guess is that the function overload for size_request( ) was added in a later release of GTKMM.
Without going back on that (I do believe that the overloaded function requested is only in later versions of GTKMM), I still haven't found confirmation in any form of changleog.
Curiously, my Gentoo system has gtkmm of 2.4.11 (gtk+ 2.6.10) and this exhibits the problem, so I am puzzled, but one might want to work on the basis that the alternative size_request( ) function - if it works as required - might be best for the moment.
Ben