-
Type: Question
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.0
-
Component/s: Build
-
None
-
Environment:Windows 10, Visual Studio 2013 & 2015, MongoDB 3.2
When I try to build 3.2 in Windows (either VS2013 or VS2015), I get an error "Compiler must support a thread local storage class for trivially constructible types" when the --ssl flag is passed to scons. If I remove the flag scons proceeds with the compilation.
My original command line had more options, but even with this:
scons --release --64 --ssl=SSL
it fails to compile.