Build error summary misleading for rc errors
Posted: Mon May 13, 2013 11:31 am
Hello,
it's not important, but only a little bit misleading:
If an error occurs compiling the rc file, this is of course reported in the build log, but not in the last line.
Sample from a build log:
...
windres -i "C:/tests/CodeLite/FFT/main.rc" -o ./Release/main.rc.o
windres: C:/tests/CodeLite/FFT/main.rc:59: syntax error
mingw32-make.exe[1]: *** [Release/main.rc.o] Error 1
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
fft1.mk:151: recipe for target `Release/main.rc.o' failed
mingw32-make.exe: *** [All] Error 2
mingw32-make.exe[1]: Leaving directory `C:/tests/CodeLite/FFT'
fft_wsp.mk:4: recipe for target `All' failed
[No errors found] : 0 errors, 0 warnings
The last line shows the green label [No errors found] and says 0 errors, though the build failed.
TIA,
Fred
it's not important, but only a little bit misleading:
If an error occurs compiling the rc file, this is of course reported in the build log, but not in the last line.
Sample from a build log:
...
windres -i "C:/tests/CodeLite/FFT/main.rc" -o ./Release/main.rc.o
windres: C:/tests/CodeLite/FFT/main.rc:59: syntax error
mingw32-make.exe[1]: *** [Release/main.rc.o] Error 1
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
fft1.mk:151: recipe for target `Release/main.rc.o' failed
mingw32-make.exe: *** [All] Error 2
mingw32-make.exe[1]: Leaving directory `C:/tests/CodeLite/FFT'
fft_wsp.mk:4: recipe for target `All' failed
[No errors found] : 0 errors, 0 warnings
The last line shows the green label [No errors found] and says 0 errors, though the build failed.
TIA,
Fred