We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation of ALL_BUILD target failed on windows with VS2022 and MSVC v143
Follow this guide https://github.com/borglab/gtsam/blob/develop/INSTALL.md#windows-installation And install last version of boost, cmake, and visual studio.
Compil boost with mvsc (or cmake not find them later) (should be specified in the install doc)
Run the cmake generator with this CMakeSettings.json
{ "configurations": [ { "name": "x64-Debug", "generator": "Visual Studio 17 2022 Win64", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "" } ] }
Download the error list here ErrorList_20240124174522.zip
Compilation success
Windows
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Compilation of ALL_BUILD target failed on windows with VS2022 and MSVC v143
Steps to reproduce
Follow this guide https://github.com/borglab/gtsam/blob/develop/INSTALL.md#windows-installation
And install last version of boost, cmake, and visual studio.
Compil boost with mvsc (or cmake not find them later) (should be specified in the install doc)
Run the cmake generator with this CMakeSettings.json
Download the error list here
ErrorList_20240124174522.zip
Expected behavior
Compilation success
Environment
Windows
The text was updated successfully, but these errors were encountered: