With -current sources as of today:

cc -O -pipe -march=athlon-xp -I. -I/usr/src/lib/libncurses 
-I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses 
-I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE 
-DNDEBUG -DHAVE_CONFIG_H -DTERMIOS  -c lib_keyname.c -o lib_keyname.o

lib_keyname.c:7: `KEY_A1' undeclared here (not in a function)
lib_keyname.c:7: initializer element is not constant
lib_keyname.c:7: (near initialization for `_nc_key_names[0].code')
lib_keyname.c:7: initializer element is not constant
lib_keyname.c:7: (near initialization for `_nc_key_names[0]')
lib_keyname.c:8: `KEY_A3' undeclared here (not in a function)
lib_keyname.c:8: initializer element is not constant
lib_keyname.c:8: (near initialization for `_nc_key_names[1].code')
lib_keyname.c:8: initializer element is not constant
lib_keyname.c:8: (near initialization for `_nc_key_names[1]')
lib_keyname.c:9: `KEY_B2' undeclared here (not in a function)
[...] And so on for every key..
lib_keyname.c:160: (near initialization for `_nc_key_names[153].code')
lib_keyname.c:160: initializer element is not constant
lib_keyname.c:160: (near initialization for `_nc_key_names[153]')
lib_keyname.c:161: initializer element is not constant
lib_keyname.c:161: (near initialization for `_nc_key_names[154]')
*** Error code 1

Marc

Attachment: msg43179/pgp00000.pgp
Description: PGP signature

Reply via email to