28 Mar
2006
28 Mar
'06
8:13 p.m.
Hi,
Thanks for the fixes! I have succeeded in compiling and running Inkscape on Fedora Core 5. There is one part of the patch from inkblotter that did not get applied to svn and was needed to get Inkscape to compile:
Index: src/ui/view/edit-widget.cpp =================================================================== --- src/ui/view/edit-widget.cpp (revision 11109) +++ src/ui/view/edit-widget.cpp (working copy) @@ -1542,6 +1542,7 @@ return r == Gtk::RESPONSE_YES; }
+void _namedview_modified (SPNamedView* nv, guint flags, EditWidget* ew);
void EditWidget::initEdit (SPDocument *doc)
I haven't played with it too much but so far everything looks like it is working.
Tav