I built it without the MPI and Stacktrace libraries, but still I have errors about Boost.Spirit. This time it's about enums being able to be expressed with some object's underlying int value. I'm going to just build it with MSVC for now and wait for
the LLVM support to be completed.
I tried to use the attached configuration file when trying to build it with MSVC this time. The output from b2 is in the boost-build.log file. Note the fact that it's saying that "/permissive-" is an extra argument. I was trying to turn on MSVC's standards-conformance
mode. How do I do this when building Boost using MSVC without getting this error?
From: Boost-users <boost-users-bounces@lists.boost.org> on behalf of degski via Boost-users <boost-users@lists.boost.org>
Sent: Saturday, January 5, 2019 9:08 PM
To: boost-users@lists.boost.org
Cc: degski
Subject: Re: [Boost-users] I ran b2 with the -d+2 command and redirected the output to a file
I'll try to see if I can get it to work without Stacktrace.
If you don't [for the moment] need it, just exclude it: --without-stacktrace.
degski
--
“If something cannot go on forever, it will stop" - Herbert Stein