On Wed, Mar 29, 2006 at 06:55:41PM +0200, jiho wrote:
hello, tying to compile latest svn on debian got me this. is this a change in inkscape that requires a recent version of gtkmm? mine is: 2.4.10-1 ... /usr/include/gtkmm-2.4/gtkmm/widget.h:2440: error: `void Gtk::Widget::unparent()' is protected
Based on a cursory search of the gtkmm changelog, it appears that unparent was made public on 2004-10-10. gtkmm 2.4.0 was released before that; 2.4.6 and later were released after then. Given that jiho says he has 2.4.10, I suppose we'll need to bump the dependency in configure.ac (and debian/control) to >= 2.6 -- or remove those unparent() calls from ui/dialog/extension-editor.cpp.
How do we feel about requiring gtkmm 2.6, which was released Mar 2005 ?
Ted, how easy is it to do without those unparent calls?
pjrm.