NVlabs / instant-ngp

Instant neural graphics primitives: lightning fast NeRF and more

Home Page:https://nvlabs.github.io/instant-ngp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error on Ubuntu: too few arguments in function call

tlok666 opened this issue · comments

ssss
Ubuntu18.04.6
GTX3080
CUDA 11.5
What should I fix? Is this a Cuda version error?

What were the cmake and build command? In my case, the build failed when the environmental variables were not correctly set in cmake and build command.

And also, you had better to check whether any warnings appear in cmake command. In my case, it totally worked well by solving all warnings.

This looks like one of the submodules (glfw to be precise) is not tracking the right commit.

git submodule sync --recursive
git submodule update --init --recursive

should do the trick.

Please feel free to re-open this issue if the problem persists.