From 7f803b51a21bc5b66c5e0c8c70382d833fbad864 Mon Sep 17 00:00:00 2001 From: don bright Date: Sat, 2 Jun 2012 22:42:36 +0200 Subject: [PATCH] mention locale error/workaround in documentation --- doc/testing.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/testing.txt b/doc/testing.txt index dbe07918..714a4807 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: