-
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
tbb/parallel_pipeline.h: No such file or directory #6497
Comments
Three possibilities:
|
Just ran into this also :( The patch against the 5.27.1 release does compile fine:
|
Hi thank you for this, I am in build directory after cloning the osrm-backend I created a directory build and in that on performing the commands I am getting the error posted above, after that I tried using your commands in the same build directory I am getting this error: I am new to this so help would be appreciated |
You have to fetch the patch inside the osrm-backend directory and run the patch there. |
Hello everyone,
Currently I am trying to install OSRM routing service on Ubuntu machine. But while running cmake --build . command I am getting the following error.
/osrm/osrm-backend/src/extractor/edge_based_graph_factory.cpp:35:10: fatal error: tbb/parallel_pipeline.h: No such file or directory
35 | #include <tbb/parallel_pipeline.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/EXTRACTOR.dir/build.make:90: CMakeFiles/EXTRACTOR.dir/src/extractor/edge_based_graph_factory.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:236: CMakeFiles/EXTRACTOR.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
I have installed the latest version of libtbb library.
libtbb-dev - 2020.1-2
Try to install OSRM on Ubuntu 20.04
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
The text was updated successfully, but these errors were encountered: