-
Notifications
You must be signed in to change notification settings - Fork 6
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 not include mrpt library #25
Comments
Hi, Thank you for your interest in this project. It appears that CMake was unable to locate the MRPT library files. After building MRPT, did you run Else, modify this line to Let me know if this helps. But please also note that this app in its current state doesn't give good results and needs more fixing. |
Thanks for your reply. I do 'make install' and I check there are some file about mrpt where /usr/local/include and /usr/local/lib. Also, I modified that line to ++ I have some question. I'm using virtual environment with anaconda. If I compile this project in virtual env, then cmake can not detect library files in /usr/local ? (++ thank you for making this project. I hope you will complete this!!!) |
Hi, If adding PATHS did not work you can instead pass your build directory as an argument to cmake as follows, With this, cmake will be able to find mrpt irrespective of how your conda environment is configured. However I'm afraid the project still might not build completely due to changes in the dependency sources that this project hasn't been updated for. |
Hi!
I try to use autocalib-sensor-extrinsics project.
First, I built mrpt (from master branch) at my home directory (/hone/username/mrpt/build)
(mrpt build was complete!)
Second, I try to build autocalib-sensor-extrinsics follow your build command at my home directory
But, at make step, the error is occured
Even though mrpt build was complete, It seems to not find mrpt libs and some files.
How can I fix this problem?
The text was updated successfully, but these errors were encountered: