Actions
Bug #5873
closedCould not build tests on Windows with MinGW (at master)
Start date:
08/12/2017
Due date:
% Done:
50%
Estimated time:
Description
The linker has problems with the recognition of dependencies now.
I created a pull request PR#120 to fix this problem.
Updated by Roel Standaert over 7 years ago
- Status changed from New to Resolved
I don't think it's necessary to link with boost_unit_test_framework
, and you don't need to set BOOST_DYNAMIC
to ON
when building with MinGW. In that case, the unit test framework acts as an include-only library, so linking with it is not necessary.
Also, I believe it should be enough to just move ${WT_SOCKET_LIBRARY}
to PUBLIC
.
Updated by Roel Standaert over 7 years ago
- Status changed from Resolved to Closed
Actions