blckbear_
Developer
The thing is that I've already sorted out most errors and the compiler keeps doing the same, it's really weirdSounds like progress
It could be because previouslly the compiler was stopping at the first error (so the code after it was not checked)
Now that the beginning of the code has been standarized a bit the compiler passes that point, but it stops at a later point... so is needed to do the same in other function/s
This line at the end of the compiler log is just a counter btw, only counts the errors (not the warnings, that are ignored)
make[1]: *** [pkgi.o] Error 1
It was complainng about this line
Code:error: 'for' loop initial declarations are only allowed in C99 mode


