[fpc-pascal] Compilation progress

Sven Barth pascaldragon at googlemail.com
Thu Apr 26 18:32:52 CEST 2012


On 26.04.2012 17:31, OBones wrote:
> Hello,
>
> Is there a way get progress information output by the compiler while
> building a project?
> I tried the -vt option, but I can't figure out a way to parse this and
> get something like current value and max while the lines are output.
> I also tried to look in the lazarus sources but could not figure out how
> they do it either.
>
> Any help would be very much appreciated.

FPC does not print continous line information. Only at the end if either 
in the fpc.cfg or the command line -vi is given it shows a line similar 
to the following one:

35 lines compiled, 1.4 sec

Regards,
Sven



More information about the fpc-pascal mailing list