You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: you can also use a parallel build but then you need to add cflags=/FS to the command-line arguments of b2 to enable parallel writing of PDBs.
compile-c-c++-pch bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\debug-store-database\link-static\threading-multi\pch.pch pch.pch.cpp
compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\debug-store-database\link-static\threading-multi\acosh.obj acosh.cpp
libs\math\build..\src\tr1\acosh.cpp(6): error C2859: bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\debug-store-database\link-static\threading-multi\libboost_math_c99-vc141-mt-gd-x64-1_70.pdb is not the pdb file that was used when this precompiled header was created, recreate the precompiled header.
call "bin.v2\standalone\msvc\msvc-14.1\address-model-64\architecture-x86\msvc-setup.bat" >nul
cl /Zm800 -nologo @"bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\debug-store-database\link-static\threading-multi\acosh.obj.rsp"
... followed by the same error message for each of the 126 cpp files in math/src/tr1.
I have the same issue on Windows 10 with both Visual Studio 2017 and 2019. So I guess, it is fairly easy to reproduce but I'd be happy to provide further information.
This is related to this issue submitted to boost.build.
The text was updated successfully, but these errors were encountered:
All the cpp files in math/src/tr1 fail to compile when building boost 1.7.0 with PDBs on Windows 7 with Visual Studio 2017:
Note: you can also use a parallel build but then you need to add
cflags=/FS
to the command-line arguments of b2 to enable parallel writing of PDBs.... followed by the same error message for each of the 126 cpp files in math/src/tr1.
Some remarks:
The text was updated successfully, but these errors were encountered: