[fpc-pascal] Command line -a cannot be combined with -Sewn

Zamrony P. Juhara zamronypj at yahoo.com
Mon Mar 9 03:02:17 CET 2020


For example I have following code
program teststr;begin     writeln('test');end.
Compile it with -a and -Sewn or -Sen
$ fpc -a -Sewn teststr.pas It fails to compile. this is not a bug but it makes me pulling hair for hours.
The problem is -a options add note which causing -Sewn to stop compilation. I wish  the error message also tells reason why compilation is stopped.
Zamrony P. JuharaFano Framework, Free Pascal Web Framework https://fanoframework.github.io
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20200309/3d762765/attachment-0001.html>


More information about the fpc-pascal mailing list