Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oneTBB 2021.5 error when compiling mvs-texturing #31

Open
Jonas7777777 opened this issue May 6, 2024 · 1 comment
Open

oneTBB 2021.5 error when compiling mvs-texturing #31

Jonas7777777 opened this issue May 6, 2024 · 1 comment

Comments

@Jonas7777777
Copy link

Hello,

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!

@WFram
Copy link

WFram commented Nov 28, 2024

For me, the following steps worked:

  1. Build TBB inside elibs/tbb folder
  2. Make it accessible for mvs-texturing using make install
  3. Remove the mvs-texturing's build folder and rebuild

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants