-
Notifications
You must be signed in to change notification settings - Fork 767
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
MATLAB Wrapper Build fail #1246
Comments
This is interesting. I assume GTSAM compiles without issues and you are able to run all the tests? |
Dear @varunagrawal, the building with Matlab ON stops at the very last percent point. |
Thanks for the info @ClaudioCimarelli. I'll take a look at it today. :) |
@ClaudioCimarelli can you please share the full output of |
CMake GUI output:
Hi @varunagrawal, I have recompiled everything without python just for this test. |
@ClaudioCimarelli I am still unable to reproduce this. Can you please rebuild with the following cmake command?
|
The only difference between yours and mine is Boost. I use version 1.71.0, so let me try with 1.69 in the meantime. |
I was able to repro this issue and have submitted a fix. |
@ClaudioCimarelli please try the latest develop and if it doesn't work, please reopen this issue. Looking forward to your response. |
Thank you very much. I suspected boost and installed the custom 1.69, but reading here around, I thought 1.69 was the best. Should I update it to 1.71? Thanks again. |
1.71 works extremely well for me, but 1.69 should be fine as well. |
Description
I cannot build the Matlab wrapper due to the following errors:
Everything else builds correctly, even python wrapper.
Steps to reproduce
cmake -DCMAKE_BUILD_TYPE=Release -DGTSAM_BUILD_UNSTABLE:OPTION=ON -DGTSAM_INSTALL_MATLAB_TOOLBOX=ON -DGTSAM_UNSTABLE_INSTALL_MATLAB_TOOLBOX=ON ..
make
Environment
OS: Ubuntu 18.04
GCC 8.4.0
CMAKE 3.23.2
Boost 1.69
Python 3.8.12 (with anaconda)
Matlab 2022a
GTSAM: develop branch (and also latest release 4.1.1)
Thank you for your help.
The text was updated successfully, but these errors were encountered: