From anton.sodergren at gmail.com Sun Mar 4 17:33:29 2018 From: anton.sodergren at gmail.com (=?iso-8859-1?Q?Anton_S=F6dergren?=) Date: Mon Mar 5 04:28:21 2018 Subject: [build-users] Build2 0.6.2 failed to build with MSVC 15.5.7 Message-ID: <002a01d3b408$d218e020$764aa060$@gmail.com> Hello! I just tried to install Build2 for the first time, but it failed to build during the bootstrapping stage. I was following this guide: https://build2.org/build2-toolchain/doc/build2-toolchain-install.xhtml and when I ran the command ?.\bootstrap-msvc.bat cl? during phase 1 of the bootstrap process, it ran into compiler errors. Seems to be related to templates that requires POD types. The error log can be found here: https://pastebin.com/gbDbMsmL I am using MSVC 15.5.7 64 bits and the version I tried to build was 0.6.2. Thanks in advance! Anton S?dergren From boris at codesynthesis.com Mon Mar 5 04:30:28 2018 From: boris at codesynthesis.com (Boris Kolpackov) Date: Mon Mar 5 04:33:04 2018 Subject: [build-users] Build2 0.6.2 failed to build with MSVC 15.5.7 In-Reply-To: <002a01d3b408$d218e020$764aa060$@gmail.com> References: <002a01d3b408$d218e020$764aa060$@gmail.com> Message-ID: Anton S?dergren writes: > I am using MSVC 15.5.7 64 bits and the version I tried to build was 0.6.2. Support for 15.5 (and 15.6) has been added after that release. I suggest that you try the latest stage: https://stage.build2.org/0/ Boris