-
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
Can't build matlab_wrapper #552
Comments
General ideas: replace -g with -g1 if symbols are enabled, or reduce
optimizations to -O1 (in that file), or to split the file in smaller ones
(this only helps sometimes)
|
@jlblancoc @varunagrawal hi ~~when build matlab wrapper . it happens some error like this /usr/include/boost/smart_ptr/make_shared_object.hpp:256:5: error: no matching function for call to
|
have you solved it? @huanhexiao |
Since currently no one here is actively using the MATLAB wrapper, you can try use the Python wrapper instead. |
yeah, python wrapper is ok, build the matlab wrapper because it has more examples~~ |
@fangxu622 |
I've seen this issue with the python wrapper too unfortunately. This is going to require quite a bit of leg work to figure out. 🙁 |
@fangxu622 can you try compiling with the E.g. |
@fangxu622 #603 should fix your issue. If you pull the latest @huanhexiao any updates? Please try with the latest |
Closing this due to lack of responses. Please feel free to reopen if your issue has not been resolved. |
When compiling gtsam,it stops at "[ 76%] Building CXX object gtsam/CMakeFiles/gtsam_matlab_wrapper.dir/wrap/gtsam/gtsam_wrapper.cpp.o
", the memory has been increasing until overflow and killing by the compiler.
I set GTSAM_INSTALL_MATLAB_TOOLBOX as "ON", my OS is Ubuntu16.04.
Any help?
The text was updated successfully, but these errors were encountered: