Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2002 15:17:44 +0200
From:      Marc Recht <recht@contentmedia.de>
To:        current@FreeBSD.ORG
Subject:   World broken in ncurses ?!
Message-ID:  <20020922151744.326eb516.recht@contentmedia.de>

next in thread | raw e-mail | index | archive | help
--=.SIFM8(nC(PvaY,
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

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

--=.SIFM8(nC(PvaY,
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9jcL57YQCetAaG3MRAutbAJoCvTSGpsy3TdMe8zhYbHhzuPASlACeJ+wm
iCsw895G1VfGM+lnJDqKgY8=
=06UO
-----END PGP SIGNATURE-----

--=.SIFM8(nC(PvaY,--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020922151744.326eb516.recht>