[test] mingw 4.5, 4.6, compile failure with trunk

..\..\../boost/test/utils/runtime/config.hpp: In function 'void boost::runtime::putenv_impl(boost::runtime::cstring, boost::runtime::cstring)': ..\..\../boost/test/utils/runtime/config.hpp:95:51: error: 'putenv' was not declared in this scope This is preventing me from testing other Boost libraries that use Boost.Test:-( --Beman

AMDG On 05/22/2012 06:39 AM, Beman Dawes wrote:
..\..\../boost/test/utils/runtime/config.hpp: In function 'void boost::runtime::putenv_impl(boost::runtime::cstring, boost::runtime::cstring)': ..\..\../boost/test/utils/runtime/config.hpp:95:51: error: 'putenv' was not declared in this scope
This is preventing me from testing other Boost libraries that use Boost.Test:-(
I'll take care of this today. In Christ, Steven Watanabe

AMDG On 05/22/2012 06:39 AM, Beman Dawes wrote:
..\..\../boost/test/utils/runtime/config.hpp: In function 'void boost::runtime::putenv_impl(boost::runtime::cstring, boost::runtime::cstring)': ..\..\../boost/test/utils/runtime/config.hpp:95:51: error: 'putenv' was not declared in this scope
This is preventing me from testing other Boost libraries that use Boost.Test:-(
I think this is fixed in r78540. The problem is that -std=c++0x sets __STRICT_ANSI__ which disables putenv. In Christ, Steven Watanabe
participants (2)
-
Beman Dawes
-
Steven Watanabe