Changes between Initial Version and Version 6 of Ticket #15653


Ignore:
Timestamp:
Sep 14, 2010, 9:32:18 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15653

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Port gcc43 added
  • Ticket #15653 – Description

    initial v6  
    11When compiling the following code:
    22
     3{{{
    34#include <locale>
    45#include <iostream>
     
    7374        try_cpp_locale(test_locales[x]);
    7475}
     76}}}
    7577
    7678the output clearly states there is something wrong:
    7779
     80{{{
    7881Trying c locales...
    7982Succeeded in calling setlocale(LC_ALL, "C")
     
    9194Failed ctor for std::locale with "pl_PL": locale::facet::_S_create_c_locale name not valid
    9295Failed ctor for std::locale with "pl_PL.ISO8859-2": locale::facet::_S_create_c_locale name not valid
     96}}}
    9397
    9498a google serach delivers this:
     
    96100http://groups.google.com/group/gnu.gcc.help/browse_thread/thread/99d874aed6b46fdd
    97101
    98 appearantly, a --enable-clocale to configure might do something
     102appearantly, a `--enable-clocale` to configure might do something
    99103
    100104however, macport's configure stage does not allow for adding options (or I could not find it)
    101105
    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)