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

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to