-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Build Issue] Linker error while trying to build osrm on Mac M1 #6566
Comments
I guess you use Boost 1.81? You can downgrade as a workaround (or use Conan via -DENABLE_CONAN=ON) |
@bb-santoshbanerjee If you're still having this linker error on MacOS, and you're using Homebrew to manage your packages, install boost version 1.76 and it will complete the build process successfully. I ran into the same issue today and this worked for me! brew install [email protected] If you have the newer version of boost installed, you might need to relink the Homebrew symlinks to the older version of boost: brew unlink boost
brew link [email protected] and then try to re-run the build step again. |
Thanks for the reply @AlTimofeyev ! |
Nice! Glad I could help out! |
#6709 resolved issues with Boost 1.8x, so this should be fine now? |
I'm running into the following Linker issue, but not sure about the correct way to go about fixing it.
Any pointers to get this resolved?
The text was updated successfully, but these errors were encountered: