opencv - CMake error: BUILD_TBB option supports Windows on ARM only -


i trying build libraries cmake vision detection system built in opencv using visual studio 2012's c++ compiler. after lot of fixing of configurations, installation of qt 5 , openni, still getting following errors cmake configuration step:

checking windows (phone) platform sdk 8.0/8.1 checking visual studio 2012/2013 warning, openni library directory (set openni_lib_dir variable) not     found or not have openni libraries. warning, openni include directory (set openni_include_dir variable) not found or not have openni include files. warning, primesensor module binaries directory (set     openni_prime_sensor_module_bin_dir variable) not found or not have   primesensor module binaries. looking mfapi.h looking mfapi.h - found warning @ cmake/opencvfindintelpercsdk.cmake:17 (message): intel perceptual computing sdk library directory (set intelperc_lib_dir variable) not found or not have intel perceptual computing sdk libraries. call stack (most recent call first): cmake/opencvfindlibsvideo.cmake:291 (include) cmakelists.txt:482 (include)   cmake error @ 3rdparty/tbb/cmakelists.txt:5 (message):   build_tbb option supports windows on arm only!    use regular official tbb build instead of build_tbb option!    configuring incomplete, errors occurred!  see "c:/opencv/opencv/lib/cmakefiles/cmakeoutput.log". 

from cmake_gui, can disable build_tbb variable. if want tbb, have build separately yourself, , can use this guide activate in opencv.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -