27 Oct
2018
27 Oct
'18
9:01 p.m.
James E. King III wrote:
Using develop from this morning (tried various combinations of these three options...):
boost@d48d3305d4b4:/boost/status$ ../b2 toolset=clang variant=release cxxstd=03 ... /boost/tools/build/src/build/feature.jam:491: in validate-value-string from module feature error: "shared:" is not a known value of feature <link> error: legal values: "shared" "static"
I suspect this as the cause: ../libs/statechart/test/Jamfile.v2:40: Unescaped special character in argument <link>shared:$(dll-export) ../libs/statechart/test/Jamfile.v2:105: Unescaped special character in argument <link>shared:$(dll) Haven't looked at it too deeply though. You can exclude statechart from the tests by using `--exclude-tests=statechart`.