-
Notifications
You must be signed in to change notification settings - Fork 8
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
make install #27
Comments
When you look at the log and the error message, you can see that the problem is on the C++ side, so I doubt a conda env will fix this. Can you specify which OS you are trying to install MapMOS on? Which TBB version is installed on your system? |
In the meantime, I was able to reproduce your issue: https://github.com/PRBonn/MapMOS/actions/runs/10939530727/job/30369981192?pr=28 Most likely your system's TBB version is too old and since it is found by the build system, you will not fetch and install the newer one. This issue was fixed for I just ported the fix to this repo, so please pull and check again after I merged the PR. |
PR is merged, please let me know if it solved the issue on your side!
BTW, conda uses a newer version of TBB, so with conda you should not have this issue. However, this way it is now also fixed for people that do not use conda (like me). |
Thanks for your fast help. I find that by turning off However, after successfully install, it cannot run with command
After roughly comparing 4DMOS and MapMOS, I find them quiet similar, why did not use the same env for them |
Yes, this will fetch TBB (newer version) and install it in the build environment, therefore ignoring your system's TBB. It is totally legit to do that, it just takes a bit longer to install :)
It now looks like you have an older version of conda install -c conda-forge gcc=12.1.0 Searching for that error message and finding possible solutions took just a few seconds. Please check yourself next time :) |
I am very grateful for your great help, I am going to wander through this excellent work, thanks! |
Hello, when I build it , it shows:
Could you please offer a conda env? thanks
The text was updated successfully, but these errors were encountered: