Changes between Initial Version and Version 1 of Ticket #44274, comment 4
- Timestamp:
- Oct 26, 2014, 9:02:30 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44274, comment 4
initial v1 3 3 Same problem with gcc48: 4 4 5 {{{ 5 6 In file included from /opt/local/include/gcc48/c++/bits/basic_ios.h:37:0, 6 7 from /opt/local/include/gcc48/c++/ios:44, … … 24 25 /opt/local/include/gcc48/c++/bits/locale_facets.h:845:53: error: macro "tolower" passed 2 arguments, but takes just 1 25 26 tolower(char_type* __lo, const char_type* __hi) const 26 27 }}} 27 28 28 29 gcc49 gets compiler errors much earlier on in the process (which didn’t happen with gcc47 or gcc48. 29 30 E.g. 30 31 32 {{{ 31 33 /Users/davidlaxer/opencog/opencog/util/Logger.cc:157:25: error: no matching constructor for initialization of 'std::thread' 32 34 writer_thread = std::thread(&Logger::writingLoop, this); 35 }}}