Compiler Error messages

Posted By: krial057

Compiler Error messages - 06/18/13 13:18

Hello,
I wanted to ask if you could make some improvements to the compiler error messages:
If there is an error in the file that gets compiled(not one that is included), you don't get the filename in the errormessage. For example:
-main.c (the program starts here)
-rectangle.c (is included in main)
if there is an error in main.c you get the following error:
Quote:
Error in 'line 17:
(the filename is not shown)
if an error is in th included file:
Quote:
Error in ' 'rectangle.c' line 11:
(the filename is indicated)

Furthermore, there seems to be one ' to much.

Alain
Posted By: jcl

Re: Compiler Error messages - 06/18/13 16:48

Ok, we'll try to improve that.
© 2024 lite-C Forums