Ask Your Question

LarryK's profile - activity

2019-10-28 16:19:18 -0600 received badge  Popular Question (source)
2016-04-14 14:41:10 -0600 commented question TBB libraries not found

1) I am using CMAKE graphical user interface

2) TBB was installed from Intel Parallel Studio XE 2016 Update2 downloaded 4/9/2016

3) Prior to starting cmake-gui, tbbvars.bat is run and produces the following environment variables: TBBROOT=I:\OpenCV\deps\tbb\bin.. TBB_ARCH_PLATFORM=intel64\vc14 TBB_BIN_DIR=I:\OpenCV\deps\tbb\bin\ TBB_TARGET_ARCH=intel64 TBB_TARGET_VS=vc14

4) After running configure the second time in CMAKE, CMAKE reports: TBB_LIB_DIR: I:/OpenCV/deps/tbb/lib/intel64/vc14, that directory is empty, the correct location is: I:/OpenCV/deps/tbb/lib/intel64_win/vc14

That's why I asked if the CMAKE list files had been updated to correct the problem.

2016-04-14 01:01:07 -0600 asked a question TBB libraries not found

Building OpenCV 3.1 with TBB 4.4 results in link failure, TBB libraries not found. CMake is using tbb\intel_64 as lib path. Lib files are located in tbb\intel_64_win

Build environment: VS 2015 x64 TBB ver: 4.4

Have updated cmake files been created to correct the problem?