diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-06-02 20:42:36 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-06-02 20:42:36 (GMT) |
commit | 7f803b51a21bc5b66c5e0c8c70382d833fbad864 (patch) | |
tree | aa73fb173f189edb513fdfe10d044bcd5225d30e /doc/testing.txt | |
parent | 25dca401e701f102e7360dc009064f12f1bf3a13 (diff) |
mention locale error/workaround in documentation
Diffstat (limited to 'doc/testing.txt')
-rw-r--r-- | doc/testing.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index dbe0791..714a480 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -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: |