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

Issues with building cmake for SIBR viewer on Ubuntu 22.04 #1004

Open
lucciffer opened this issue Oct 5, 2024 · 0 comments
Open

Issues with building cmake for SIBR viewer on Ubuntu 22.04 #1004

lucciffer opened this issue Oct 5, 2024 · 0 comments

Comments

@lucciffer
Copy link

When i run the command cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release as per the "install from Source' section of the SIBR viewer, I am unfortunately facing this error during the cmake build.

-- Adding dataset_tools project
-- BUILD_IBR_DATASET_TOOLS is OFF
-- Adding ulr project
-- BUILD_IBR_ULR is OFF
-- Adding basic project
-- BUILD_IBR_BASIC is ON
-- Adding gaussianviewer project
-- BUILD_IBR_GAUSSIANVIEWER is ON
-- Populating library CudaRasterizer...
-- The CUDA compiler identification is unknown
CMake Error at extlibs/CudaRasterizer/CudaRasterizer/CMakeLists.txt:14 (project):
No CMAKE_CUDA_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment
variable "CUDACXX" or the CMake cache entry CMAKE_CUDA_COMPILER to the full
path to the compiler, or to the compiler name if it is in the PATH.

-- Configuring incomplete, errors occurred!

System OS: Ubuntu 22.04
GPU: RTX 6000 Ada Gen

However, i am able to test/train gaussian splatting on the same machine, all the submodules also have been installed without errors.

more information on the error in the picture attached.

Screenshot 2024-10-06 at 00 21 59
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

1 participant