Removed types.pp, types.pas, and regexpr_compilers.inc
Plot thickens, thank you.
From the log can be seen that:
- compiler loads the regexpr.ppu file from project directory
- compiler loads the math.ppu file from project directory
- compiler locates the regexpr.pas file from project directory
- compiler tries to locate regexpr_compilers.inc file from project directory and (ultimately) fails
Remove from project directory:
- regexpr.ppu
- math.ppu
- regexpr.pas
Then try compile test_fileio.pas project again with -va option and please post output again.
Edit: ...and... I just realized it was probably easier to instruct to copy the test_fileio.pas into a new directory and compile from there with -va and post the output. Sorry about that.