Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2001 21:06:24 -0700
From:      Dima Dorfman <dima@unixfreak.org>
To:        Mike Heffner <mheffner@vt.edu>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol. 
Message-ID:  <20010527040624.E64763E28@bazooka.unixfreak.org>
In-Reply-To: <20010527033101.422013E2F@bazooka.unixfreak.org>; from dima@unixfreak.org on "Sat, 26 May 2001 20:31:01 -0700"

next in thread | previous in thread | raw e-mail | index | archive | help
Dima Dorfman <dima@unixfreak.org> writes:
> Mike Heffner <spock@techfour.net> writes:
> > cd /usr/src/usr.sbin/kbdcontrol; make _EXTRADEPEND
> > echo kbdcontrol: /usr/obj/usr/src/i386/usr/lib/libc.a
> > /usr/obj/usr/src/i386/usr/lib/libl.a >> .depend
> > cc -O2 -pipe  -I/usr/src/usr.sbin/kbdcontrol  
> > -I/usr/obj/usr/src/i386/usr/include  -c
> > /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c
> > /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `clear_history':
> > /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:987: `CONS_CLRHIST' undeclared (firstuse in this function)
> > /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:987: (Each undeclared identifier isreported only once
> > /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:987: for each function it appearsin.)
> > *** Error code 1
> 
> Well, the problem is obviously that it's using the installed version
> of consio.h (the one in /usr/include/sys) instead of the new one (the

Okay, I figured out that this is a problem because kbdcontrol is a
build-tool, so it has to use the old headers.  I've committed a fix
that should let you continue buildworld.

Sorry about that.

					Dima Dorfman
					dima@unixfreak.org

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




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