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

Build error on Ubuntu: too few arguments in function call #37

Closed
tlok666 opened this issue Jan 18, 2022 · 3 comments
Closed

Build error on Ubuntu: too few arguments in function call #37

tlok666 opened this issue Jan 18, 2022 · 3 comments

Comments

@tlok666
Copy link

tlok666 commented Jan 18, 2022

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

@somisawa
Copy link

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.

@somisawa
Copy link

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.

@Tom94
Copy link
Collaborator

Tom94 commented Jan 18, 2022

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.

@Tom94 Tom94 closed this as completed Jan 18, 2022
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

3 participants