-
Notifications
You must be signed in to change notification settings - Fork 792
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
Building fails in VS22 due to ambiguous call #1642
Comments
We observed the same issue in conda-forge, and went back to vs2019 in the meantime. |
I have the same issue.
I think also Also please write down your cl version. It should be:
|
I found a guide how to change cl version. |
Description
When building i get the following error message:
Steps to reproduce
Then I get 6 error messages all related to
'gtsam::CameraSet<CAMERA>::SchurComplement': ambiguous call to overloaded function
These error messages comes from:
Expected behavior
I expected gtsam to build.
I got it to build when unchecking GTSAM_BUILD_EXAMPLES_ALWAYS and GTSAM_BUILD_UNSTABLE, but it doesn't fix the underlying issue.
Environment
Windows 10 x64
Visual Studio 17 2022
Boost 1.82
Cmake 3.26
The text was updated successfully, but these errors were encountered: