-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Compiling issue with GAPI #15784
Copy link
Copy link
Closed
Milestone
Description
Hi,
I try to compile the last version of the code under osx.
Here the cmake command:
cmake -DWITH_QT=ON -DWITH_OPENGL=ON -DWITH_TBB=ON -DBUILD_EXAMPLES=OFF -DBUILD_DOCS=OFF -DBUILD_TESTS=OFF -OPENCV_CONTRIB=OFF -DENABLE_PRECOMPILED_HEADERS=OFF -DOPENCV_GENERATE_PKGCONFIG=ON -DCMAKE_PREFIX_PATH=/Applications/Qt/5.12.3/clang_64/ ..
here the error that I get:
In file included from /Users/thewoz/Documents/GitHub/opencv/modules/gapi/src/compiler/gcompiler.cpp:31:
In file included from /Users/thewoz/Documents/GitHub/opencv/modules/gapi/src/compiler/gstreaming_priv.hpp:12:
/Users/thewoz/Documents/GitHub/opencv/modules/gapi/src/executor/gstreamingexecutor.hpp:19:12: fatal error: 'tbb/concurrent_queue.h' file not found
# include <tbb/concurrent_queue.h> // FIXME: drop it from here!
Reactions are currently unavailable