You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: