You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
Boost libs sometimes have -mt at the end to signify they are the multithreaded versions. After Project-OSRM/osrm-backend@4a3db7e node-osrm now needs to link all dependent libraries so we need to know their exact name.
So, builds against homebrew based boost will start failing at 1c51388 until we come up with a solution.
Possibilities are:
depend on OSRM to provide a pkg-config that provides all library names
come up with some custom node-osrm script to find and detect boost library names
Boost libs sometimes have
-mt
at the end to signify they are the multithreaded versions. After Project-OSRM/osrm-backend@4a3db7e node-osrm now needs to link all dependent libraries so we need to know their exact name.So, builds against homebrew based boost will start failing at 1c51388 until we come up with a solution.
Possibilities are:
I think
pkg-config
is ideal, just need to start testing this post Project-OSRM/osrm-backend@8383222The text was updated successfully, but these errors were encountered: