Skip to content

Instantly share code, notes, and snippets.

@sapier
Created April 8, 2016 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sapier/0da9d5248a6327522d52fd702202d721 to your computer and use it in GitHub Desktop.
Save sapier/0da9d5248a6327522d52fd702202d721 to your computer and use it in GitHub Desktop.
tbb build error
make
[ 0%] Built target genrev
[ 0%] Built target revision.h
[ 1%] Performing build step for 'TBB_Project'
In file included from ../../src/tbb/concurrent_queue.cpp:29:0:
/usr/include/c++/4.9/cstring:41:28: fatal error: bits/c++config.h: Datei oder Verzeichnis nicht gefunden
#include <bits/c++config.h>
^
compilation terminated.
In file included from /usr/include/c++/4.9/stdexcept:38:0,
from ../../include/tbb/concurrent_hash_map.h:32,
from ../../src/tbb/concurrent_hash_map.cpp:29:
/usr/include/c++/4.9/exception:37:28: fatal error: bits/c++config.h: Datei oder Verzeichnis nicht gefunden
#include <bits/c++config.h>
^
compilation terminated.
../../build/common_rules.inc:93: recipe for target 'concurrent_hash_map.o' failed
make[4]: *** [concurrent_hash_map.o] Error 1
make[4]: *** Warte auf noch nicht beendete Prozesse...
../../build/common_rules.inc:93: recipe for target 'concurrent_queue.o' failed
make[4]: *** [concurrent_queue.o] Error 1
Makefile:40: recipe for target 'tbb' failed
make[3]: *** [tbb] Error 2
dep/tbb/CMakeFiles/TBB_Project.dir/build.make:104: recipe for target 'dep/tbb/TBB_Project-prefix/src/TBB_Project-stamp/TBB_Project-build' failed
make[2]: *** [dep/tbb/TBB_Project-prefix/src/TBB_Project-stamp/TBB_Project-build] Error 2
CMakeFiles/Makefile2:197: recipe for target 'dep/tbb/CMakeFiles/TBB_Project.dir/all' failed
make[1]: *** [dep/tbb/CMakeFiles/TBB_Project.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment