mention locale error/workaround in documentation

felipesanches-svg
don bright 2012-06-02 22:42:36 +02:00
parent 25dca401e7
commit 7f803b51a2
1 changed files with 10 additions and 1 deletions

View File

@ -120,7 +120,16 @@ Comparison method.
Your version of imagemagick is old. Upgrade, or pass -DCOMPARATOR=old to
cmake. The comparison will be of lowered reliability.
5. Other issues
5. Locale errors
"terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid"
Is a boost/libstdc++ bug. Fix like so:
$ export LC_MESSAGES=
6. Other issues
The OpenSCAD User Manual has a section on buildling. Please check there
for updates: