Clang error message mentioned in comment #4:
CXX ui/dialog/inkscape-preferences.o ../../src/ui/dialog/inkscape-preferences.cpp:1243:29: error: variable length array of non-POD element type 'Glib::ustring' Glib::ustring labels[numIems]; ^ 1 error generated. make[2]: *** [ui/dialog/inkscape-preferences.o] Error 1
Source code: <http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/view/head:/src/ui/dialog/inkscape-preferences.cpp#L1243>
Similar clang compiler errors had been tracked (and worked around) in bug #889172 - the one in the preferences dialog had been undetected at that time, apparently.
Clang error message mentioned in comment #4:
CXX ui/dialog/ inkscape- preferences. o ui/dialog/ inkscape- preferences. cpp:1243: 29: error: variable length array of non-POD element type 'Glib::ustring'
Glib:: ustring labels[numIems];
^ inkscape- preferences. o] Error 1
../../src/
1 error generated.
make[2]: *** [ui/dialog/
Source code: bazaar. launchpad. net/~inkscape. dev/inkscape/ RELEASE_ 0_48_BRANCH/ view/head: /src/ui/ dialog/ inkscape- preferences. cpp#L1243>
<http://
Similar clang compiler errors had been tracked (and worked around) in bug #889172 - the one in the preferences dialog had been undetected at that time, apparently.