Opened 8 years ago
#11117 new Bugs
asio: massive regression test failures
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
I am running the regression tests on the develop branch with Oracle Solaris Studio12.4 on Solaris 11.2 OS.
Tests for asio fail as follows: ../boost/system/config.hpp", line 34: Error: #error Must not define both BOOST_SYSTEM_DYN_LINK and BOOST_SYSTEM_STATIC_LINK.
I looked at the developer issues on http://www.boost.org/development/tests/develop/developer/issues.html
and see that asio tests fail similarly.
See discussion on http://lists.boost.org/Archives/boost/2015/03/220407.php
For possible solution: Removing the following line <library>/boost/systemboost_system
from libs/asio/test/Jamfile.v2
seems to resolve the issue.