Comment 14 for bug 1194129

Revision history for this message
su_v (suv-lp) wrote :

1) Committed:
Patches from comment #2 and #3 committed to lp:inkscape/0.48.x in revision 9951
Backport for format-security fix committed to lp:inkscape/0.48.x in revision 9952

2) Fix configure.ac:
@Alex - could you help out again and review the patch from comment #1? AFAICT it removes a variable ($cc_vers_major) which is used later (on line 730 )
<http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/view/head:/configure.ac#L730>
Configure doesn't fail, but there might be a better solution?

3) Remaining issue:
Fix "error: variable length array of non-POD element type 'Glib::ustring'" in ' src/ui/dialog/inkscape-preferences.cpp'
See comment #11