-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
ERROR: Intel TBB NOT found! on Ubuntu 22.04 #6253
Comments
After some trials, I successfully executed
However, I got the following error on executing
|
OSRM depends on an older version of TBB than you're using. Newer TBB versions are not compatible with the older interface that OSRM was built against. You can try building OSRM using the pre-built binaries we depend on: do |
Thanks for your advice. |
Hi,
I tried to build 5.26 branch from source code following instructions of the document on Ubuntu 22.04 but it failed.
Does anyone have the same issue?
cmake .. --trace-expand 2>&1 | grep FindTBB
apt info libtbb-dev
dpkg -L libtbb-dev
The text was updated successfully, but these errors were encountered: