Closed Gaaaavin closed 2 months ago
I have the same problem
I have fixed the problem by change this:
SIBR_viewers/src/core/raycaster/CMakeLists.txt line 34
embree
to embree3
I hope it's helpful to you.
I have fixed the problem by change this: SIBR_viewers/src/core/raycaster/CMakeLists.txt line 34
embree
toembree3
I hope it's helpful to you.
I have tried it, but the problem still exists. Can you give me more detailed steps? Thank you very much
I have fixed the problem by change this: SIBR_viewers/src/core/raycaster/CMakeLists.txt line 34
embree
toembree3
I hope it's helpful to you.
@qi-an-zl The solution works for me. Please try delete the whole build file then config and build it again.
I followed the instructions in the read me to build SIBR viewers but failed. I got the following error when building:
Note that I have installed embree via
sudo apt install libembree-dev
as instructed in the readme. I'm on a ubuntu 20.04 machine.