[fpc-devel] Less comprehensive progress output for fpmake

Jonas Maebe jonas.maebe at elis.ugent.be
Mon Nov 29 19:31:24 CET 2010


On 29 Nov 2010, at 18:45, Darius Blaszyk wrote:

> The major "problem" we will have to solve is localization. Now the code
> depends on the words "Compiling" and "linking". Is there a way to
> circumvent this?

If you pass -vq to the compiler, it will prepend the message numbers to the output messages. Then you can filter on these numbers (they should not change with new compiler versions).


Jonas


More information about the fpc-devel mailing list