On Tue, Jan 21, 2025 at 2:34 PM Frank McCormick via fpc-pascal <
fpc-pascal@lists.freepascal.org> wrote:

> 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"
>

Are you using the ncurses package of FPC 3.2.2?  The line number for the
first error does not correspond to the location of the identifier.
It should be on line 216:
https://gitlab.com/freepascal.org/fpc/source/-/blob/release_3_2_2/packages/ncurses/src/ncrt.inc?ref_type=tags#L216
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to