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

Unable to build GTSAM w/ MATLAB toolbox on Windows (stable only) #1691

Open
smnmsr opened this issue Dec 15, 2023 · 1 comment
Open

Unable to build GTSAM w/ MATLAB toolbox on Windows (stable only) #1691

smnmsr opened this issue Dec 15, 2023 · 1 comment
Labels
windows Related to Windows

Comments

@smnmsr
Copy link

smnmsr commented Dec 15, 2023

Description

I'm unable to build GTSAM with the MATLAB toolbox on Windows 10. I was following the install descriptions provided in the file Install.md.

Steps to reproduce

  1. Download latest release of GTSAM from here.
  2. Download the boost library and add it to the PATH (boost_1_74_0, precompiled [lib64-msvc-14.2])
  3. Configure and run CMake (CMakeSettings.json, cmake_out.txt)
  4. Open GTSAM.sln with Visual Studio (generates warnings: "The solution already contains an item named 'examples'." and "... timing")
  5. Build->Build->1 ALL_BUILD
  6. The Build fails throwing 52 errors (one related to the MATLAB wrapper, the rest related to the unstable lib) see build_out.txt

Expected behavior

I expect the library to compile w/o any errors.

Environment

  • MATLAB r2023b
  • Visual Studio Professional 2019 (16.11.32) w/ MSVC v142
  • Windows 10 Enterprise (10.0.19045)

I'd really appreciate any help! Thanks!

@etamarlu
Copy link
Contributor

etamarlu commented Dec 18, 2023

In the open issue I am describing how I got the toolbox installed on windows.
However, there are some workaround required (mainly when using Point3 and Vector value types) - the open issue is about making sure there is no underlying problem with the installation.

@varunagrawal varunagrawal added the windows Related to Windows label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Related to Windows
Projects
None yet
Development

No branches or pull requests

3 participants