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'm just setting up NextBuild for the first time, and hit a couple of very minor issues to do with the case of some file names.
I am on Linux Min 22, and out of the box, building anything fails until tasks.json has all occurrences of Cspect/Cspect.exe replaced with CSpect/CSpect.exe . The corrected case is how it appears in Git. Windows won't care about this I guess.
The other problem is the occurrences of .NEX in the same file. Files are being compile to lower case .nex for me. Again, no doubt Windows doesn't care about.
edit: And another in collectiontest2.bas. sprites.spr needs to be sprites.SPR.
The text was updated successfully, but these errors were encountered:
I'm just setting up NextBuild for the first time, and hit a couple of very minor issues to do with the case of some file names.
I am on Linux Min 22, and out of the box, building anything fails until
tasks.json
has all occurrences ofCspect/Cspect.exe
replaced withCSpect/CSpect.exe
. The corrected case is how it appears in Git. Windows won't care about this I guess.The other problem is the occurrences of
.NEX
in the same file. Files are being compile to lower case.nex
for me. Again, no doubt Windows doesn't care about.edit: And another in
collectiontest2.bas
.sprites.spr
needs to besprites.SPR
.The text was updated successfully, but these errors were encountered: