World fails to build
Emiel Kollof
coolvibe at hackerheaven.org
Tue Oct 14 03:25:58 PDT 2003
Hi,
Somehow, VCHECKPT and CCHECKPT seem to be missing. This makes a buildworld
fail. See here:
cc -O -pipe -Wall -Wformat -W -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c /usr/dragonsrc/bin/stty
cchar.c
/usr/dragonsrc/bin/stty/cchar.c:59: `VCHECKPT' undeclared here (not in a
function)
/usr/dragonsrc/bin/stty/cchar.c:59: initializer element is not constant
/usr/dragonsrc/bin/stty/cchar.c:59: (near initialization for `cchars
[0].sub')
/usr/dragonsrc/bin/stty/cchar.c:59: `CCHECKPT' undeclared here (not in a
function)
/usr/dragonsrc/bin/stty/cchar.c:59: initializer element is not constant
/usr/dragonsrc/bin/stty/cchar.c:59: (near initialization for `cchars
[0].def')
Which headerfile declares/defines these? What are they declared/defined as?
That way I can patch things up here on the fly :)
Cheers,
Emiel
More information about the Bugs
mailing list