You are not logged in.
Pages: 1
Im working as normal. But yesyerday i leave some work unfinished, and when i restore the files i suspect to fail, i cant recover the previous state and compile as normal.
Cygwin shows me this error bit i cant find where it is:
$ make red
rgbasm -h -o red/main.o red/main.asm
C:\cygwin64\usr\local\bin\rgbasm.exe: Unterminated IF construct (-1 levels)!
make: *** [Makefile:84: red/main.o] Error 1
Need some help please.
What means "underminated IF construct (-1 levels)!"????
Last edited by pepitopon (2016-08-26 04:38:16)
Offline
It means you have an 'endc' somewhere, without an 'if' before it.
Offline
It means you have an 'endc' somewhere, without an 'if' before it.
Thanks! Resolved because your help :D
Offline
Pages: 1