You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for your excellent work! I meet a problem when I try to compile mvs-texturing following those commands:
git clone https://github.com/nmoehrle/mvs-texturing.git
cd mvs-texturing
mkdir build && cd build && cmake ..
make (or make -j for parallel compilation)
But I meet this issue:
-- Setting build type to 'RELWITHDEBINFO' as none was specified.
CMake Error at elibs/tbb/FindTBB.cmake:187 (file):
file failed to open for reading (No such file or directory):
/usr/include/tbb/tbb_stddef.h
Call Stack (most recent call first):
CMakeLists.txt:16 (FIND_PACKAGE)
System: Linux 22.04
TBB version 2021.5, it doesn't include tbb_stddef.h anymore.
Anyone meet this issue? Thanks a lot in advance!
The text was updated successfully, but these errors were encountered:
Hello,
thanks for your excellent work! I meet a problem when I try to compile mvs-texturing following those commands:
But I meet this issue:
System: Linux 22.04
TBB version 2021.5, it doesn't include tbb_stddef.h anymore.
Anyone meet this issue? Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: