Comment 6 for bug 1194129

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

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.