DragonFly BSD
DragonFly bugs List (threaded) for 2003-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

World fails to build


From: Emiel Kollof <coolvibe@xxxxxxxxxxxxxxxx>
Date: Tue, 14 Oct 2003 12:25:58 +0200

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




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]