id summary reporter owner description type status milestone component version severity resolution keywords cc 2175 error_code.cpp fails to compile on QNX glyn.matthews@… Beman Dawes "This file doesn't compile on QNX. The compiler output is listed as follows: libs/system/src/error_code.cpp: In member function `virtual std::string ::generic_error_category::message(int) const': libs/system/src/error_code.cpp:105: error: `strerror_r' undeclared (first use this function) libs/system/src/error_code.cpp:105: error: (Each undeclared identifier is reported only once for each function it appears in.) libs/system/src/error_code.cpp: In member function `virtual boost::system::error_condition ::system_error_category::default_error_condition(int) const': libs/system/src/error_code.cpp:160: error: duplicate case value libs/system/src/error_code.cpp:157: error: previously used here I've added a patch which fixes these errors on my system. This is using the latest version in trunk." Bugs closed Boost 1.37.0 system Boost Development Trunk Problem fixed