[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: KEY_END on AIX 4
From: |
Thomas Dickey |
Subject: |
Re: KEY_END on AIX 4 |
Date: |
Sun, 29 Jul 2001 12:03:11 -0400 |
User-agent: |
Mutt/1.2.5i |
ok - I see the problem. For whatever reason, when I was constructing the
Caps.aix4, I noted that key_end was not in the same place as in ncurses
(between key_create and key_enter), but did not see that AIX puts it
between key_command_pane and key_help.
(I had in my mind the incorrect thought that AIX did not define KEY_END,
but looking at their header files, this is not the case).
On Sun, Jul 29, 2001 at 10:23:32AM -0500, address@hidden wrote:
> While building the tests directory:
>
> xlc -I../test -I. -I. -I../include
> -I/opt/TWWfsw/ncurses5/include/ncurses -DHAVE_CONFIG_H -O2 -qmaxmem=-1
> -qarch=com -c ../test/ncurses.c -DPIC
> "../test/ncurses.c", line 2198.14: 1506-045 (S) Undeclared identifier
> KEY_END.
> "../test/ncurses.c", line 2198.14: 1506-051 (S) Case expression must
> be a valid integral constant.
> "../test/ncurses.c", line 2978.13: 1506-045 (S) Undeclared identifier
> KEY_END.
>
> include/curses.h does not have a #define for KEY_END. From the
> include/Caps.aix4 file:
> # SVr4 capabilities resume here. Note that key_end is in the
> IBM-extensions.
>
> --
> albert chin (address@hidden)
>
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses
--
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com
- KEY_END on AIX 4, bug-ncurses, 2001/07/29
- Re: KEY_END on AIX 4,
Thomas Dickey <=