Changes between Initial Version and Version 1 of Ticket #44274, comment 4


Ignore:
Timestamp:
Oct 26, 2014, 9:02:30 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44274, comment 4

    initial v1  
    33Same problem with gcc48:
    44
     5{{{
    56In file included from /opt/local/include/gcc48/c++/bits/basic_ios.h:37:0,
    67                 from /opt/local/include/gcc48/c++/ios:44,
     
    2425/opt/local/include/gcc48/c++/bits/locale_facets.h:845:53: error: macro "tolower" passed 2 arguments, but takes just 1
    2526       tolower(char_type* __lo, const char_type* __hi) const
    26                                      
     27}}}                                     
    2728
    2829gcc49 gets compiler errors much earlier on in the process (which didn’t happen with gcc47 or gcc48.
    2930E.g.
    3031
     32{{{
    3133/Users/davidlaxer/opencog/opencog/util/Logger.cc:157:25: error: no matching constructor for initialization of 'std::thread'
    3234        writer_thread = std::thread(&Logger::writingLoop, this);
     35}}}