Changes between Initial Version and Version 6 of Ticket #15653
- Timestamp:
- Sep 14, 2010, 9:32:18 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15653
- Property Owner changed from macports-tickets@… to mww@…
- Property Port gcc43 added
-
Ticket #15653 – Description
initial v6 1 1 When compiling the following code: 2 2 3 {{{ 3 4 #include <locale> 4 5 #include <iostream> … … 73 74 try_cpp_locale(test_locales[x]); 74 75 } 76 }}} 75 77 76 78 the output clearly states there is something wrong: 77 79 80 {{{ 78 81 Trying c locales... 79 82 Succeeded in calling setlocale(LC_ALL, "C") … … 91 94 Failed ctor for std::locale with "pl_PL": locale::facet::_S_create_c_locale name not valid 92 95 Failed ctor for std::locale with "pl_PL.ISO8859-2": locale::facet::_S_create_c_locale name not valid 96 }}} 93 97 94 98 a google serach delivers this: … … 96 100 http://groups.google.com/group/gnu.gcc.help/browse_thread/thread/99d874aed6b46fdd 97 101 98 appearantly, a --enable-clocaleto configure might do something102 appearantly, a `--enable-clocale` to configure might do something 99 103 100 104 however, macport's configure stage does not allow for adding options (or I could not find it) 101 105 102 * could this be fixed in gcc? (in libstdc++)103 * could this be added to macport (adding extra configure options)106 * could this be fixed in gcc? (in libstdc++) 107 * could this be added to macport (adding extra configure options)