Boris Schäling
On Tue, 29 Jul 2014 19:06:43 +0200, Marshall Clow
gmail.com>
wrote:
Release candidate files for 1.56.0 are available at http://boost.cowic.de/rc/
I get a compiler error with g++ 4.8.3 on Cygwin (64-bit):
In file included from libs\system\src\error_code.cpp:19:0: ./boost/system/detail/error_code.ipp: In member function ‘virtual std::string boost::system::{anonymous}::system_error_category::message(int) const’: ./boost/system/detail/error_code.ipp:413:5: error: ‘local_free_on_destruction’ is not a member of ‘boost::detail’ detail::local_free_on_destruction lfod(lpMsgBuf);
Hi Boris, I'd like to expand my local testing to g++ 4.8.3 on Cygwin (64-bit) to catch errors like the above much earlier. Thus I'd like to know what your setup looks like. * Do you test from the Windows command prompt or with bash? * What does the b2 command you use look like? * What does your user-config.jam file specify for the cygwin tests? * Anything else you can think of to help me duplicate you cygwin test environment. Thanks, --Beman