Subject: Build problem in libedit
To: None <current-users@netbsd.org>
From: Mark White <mark.white@st-edmund-hall.oxford.ac.uk>
List: current-users
Date: 03/09/2001 00:23:19
My -current (anoncvs update yesterday) doesn't build in
lib/libedit, and I can't seem to make the problem go away
(I've tried rolling various relevant files back a bit, but
it doesn't seem to go away).  Output below;  term.c is 1.32.

Mark <><

cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror   -I. -I/usr/src/lib/libedit -I. -I/usr/src/lib/libedit   -c editline.c
cc1: warnings being treated as errors
/usr/src/lib/libedit/term.c: In function `term_set':
In file included from editline.c:19:
/usr/src/lib/libedit/term.c:931: warning: passing arg 1 of `tgetstr' discards `const' from pointer target type
*** Error code 1