[fpc-pascal] Compile errors
Frank McCormick
beacon at videotron.ca
Mon Jan 20 14:54:33 CET 2025
I have recently got back into working with Free Pascal.
I ran across a CRT replacement called NCRT and OCRT and
am getting compile errors which I can't track down.
Are these units still workable with Free Pascal ?
These are the errors I am getting:
Free Pascal Compiler version 3.2.2 [2025/01/10] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling ncrt.pp
ncrt.inc(225,11) Error: Identifier not found "TermIOS"
ncrt.inc(225,18) Error: Error in type definition
ncrt.inc(278,4) Error: Identifier not found "tcGetAttr"
ncrt.inc(326,4) Error: Identifier not found "tcSetAttr"
ncrt.inc(326,20) Error: Identifier not found "TCSANOW"
ncrt.inc(744,3) Error: Illegal type conversion: "Text" to "TextRec"
ncrt.inc(835,3) Error: Identifier not found "Select"
ncrt.inc(971,4) Error: Illegal type conversion: "Text" to "TextRec"
ncrt.inc(975,4) Error: Illegal type conversion: "Text" to "TextRec"
ncrt.pp(39) Fatal: There were 9 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
Can someone help ?
Thanks
Frank McCormick
More information about the fpc-pascal
mailing list