I try to compile the source code, but the compiler gives me errors in the form. How can I fix this?
/home/snoop/compiled sql/db-engine-paradigms/include/common/runtime/Concurrency.hpp:6:10: fatal error: tbb/task_group.h: No such file or directory
#include "tbb/task_group.h"
^~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/common.dir/build.make:108: CMakeFiles/common.dir/src/common/runtime/Database.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:353: CMakeFiles/common.dir/all] Error 2
make: *** [Makefile:160: all] Error 2
I try to compile the source code, but the compiler gives me errors in the form. How can I fix this?