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

space in path building bug #198

Closed
Krulknul opened this issue Feb 20, 2022 · 1 comment
Closed

space in path building bug #198

Krulknul opened this issue Feb 20, 2022 · 1 comment

Comments

@Krulknul
Copy link

I just spent a while trying to get the program to build, as I kept getting the error:

[Fatal: A single input file is required for a non-link phase when an outputfile is specified

in the second cmake command. It was difficult to fix but eventually I found the solution. There was a space in the path I was working in. This caused cmake to give the error.

My path was: :C:\Users\Krulknul\Desktop\nvidia ai\instant-ngp
Changing it to :C:\Users\Krulknul\Desktop\nvidia-ai\instant-ngp
fixed the problem

Maybe this can be added to the list for troubleshooting?

This is my first ever Github contribution so please excuse me if I'm doing it wrong. Thought this would be important to share :)

@Tom94
Copy link
Collaborator

Tom94 commented Feb 20, 2022

Wow, I hadn't thought spaces in paths were still a problem for build systems these days.

You're definitely doing the "GitHub contribution" thing right. Thanks for letting me know. Will add. :)

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

2 participants