<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">leledumbo via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Sa., 27. Apr. 2019, 15:14:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> Please provide a real example of a compiler output, cause I can't find<br>
"Wrong ppu found" in the sources. <br>
<br>
I think what he meant is:<br>
<br>
$ grep -i 'wrong ppu version' -r *<br>
pkgutil.pas:         Comment(V_Error,'Wrong PPU Version<br>
'+tostr(ppuversion)+' in '+PPUFn);<br>
utils/ppufiles.pp:     Error('Error: Wrong PPU Version : '+PPUFn,false);<br>
utils/ppumove.pp:     Error('Error: Wrong PPU Version '+tostr(ppuversion)+'<br>
in '+PPUFn,false);<br></blockquote></div><div dir="auto"><br></div><div dir="auto">The first shouldn't really be visible as it's a consistency check (and does print a version) and the other two are from compiler utilities, not the compiler itself. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>