autonomousvision / gaussian-opacity-fields

Gaussian Opacity Fields: Efficient and Compact Surface Reconstruction in Unbounded Scenes
https://niujinshuchong.github.io/gaussian-opacity-fields/
Other
559 stars 26 forks source link

tetra-triangulation , make , error : CGAL #16

Closed goometasoft closed 1 month ago

goometasoft commented 2 months ago
win11  wsl2  ubuntu-22.04  cuda-11.8  python-3.9  CGAL-5.6.1

(cuda118) root@LZH5:/mnt/e/gaus/submodules/tetra-triangulation# make
[ 33%] Building CXX object CMakeFiles/tetranerf_cpp_extension.dir/src/triangulation.cpp.o
/mnt/e/gaus/submodules/tetra-triangulation/src/triangulation.cpp:27:15: 
error: ‘Parallel_if_available_tag’ in namespace ‘CGAL’ does not name a type
   27 | typedef CGAL::Parallel_if_available_tag Concurrency_tag;
niujinshuchong commented 1 month ago

Hi, it should be resolved with the latest commit. Please pull the the latest code and try again.