Skip to content
New issue

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

Cannont build target ALL_BUILD with VS2022 / MSVC v143 #1716

Open
theludovyc opened this issue Jan 24, 2024 · 0 comments
Open

Cannont build target ALL_BUILD with VS2022 / MSVC v143 #1716

theludovyc opened this issue Jan 24, 2024 · 0 comments

Comments

@theludovyc
Copy link

theludovyc commented Jan 24, 2024

Description

Compilation of ALL_BUILD target failed on windows with VS2022 and MSVC v143

Steps to reproduce

{
  "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": ""
    }
  ]
}
  • Open the ...\gtsam\build\x64-Debug\GTSAM.sln with VS22
  • Build ALL_BUILD

image

Download the error list here
ErrorList_20240124174522.zip

Expected behavior

Compilation success

Environment

Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant