From owner-freebsd-questions@FreeBSD.ORG Wed Sep 9 15:59:55 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E185106568D for ; Wed, 9 Sep 2009 15:59:55 +0000 (UTC) (envelope-from savage@savage.za.org) Received: from www39.cpt2.host-h.net (www39.cpt2.host-h.net [41.204.202.39]) by mx1.freebsd.org (Postfix) with ESMTP id ECF178FC1F for ; Wed, 9 Sep 2009 15:59:54 +0000 (UTC) Received: from [196.41.191.115] (helo=SUPERMAN) by www39.cpt2.host-h.net with esmtpa (Exim 4.66) (envelope-from ) id 1MlPG8-0007k2-2W for questions@freebsd.org; Wed, 09 Sep 2009 17:39:00 +0200 From: "Chris Knipe" To: Date: Wed, 9 Sep 2009 17:37:12 +0200 Message-ID: <04eb01ca3163$68ce6300$3a6b2900$@za.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcoxY2ZSsxlXVLu6TzegfyAuSblGMw== Content-Language: en-za X-Authenticated-Sender: cknipe@savage.za.org X-Virus-Scanned: Clear (ClamAV 0.95.2/9788/Wed Sep 9 13:59:41 2009) Cc: Subject: 7.2-RELEASE kbdmux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: savage@savage.za.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 15:59:55 -0000 Hi, I've just checked out 7.2-RELEASE from CVS. My build world was successful, but I am failing on compiling the stock standard GENERIC kernel that comes out of CVS. ===> kbdmux (all) cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/kbdmux/../../dev/kbdmux/kbdmux.c /usr/src/sys/modules/kbdmux/../../dev/kbdmux/kbdmux.c:127:8: error: macro names must be identifiers /usr/src/sys/modules/kbdmux/../../dev/kbdmux/kbdmux.c: In function 'kbdmux_kbd_event': /usr/src/sys/modules/kbdmux/../../dev/kbdmux/kbdmux.c:261: warning: implicit declaration of function 'KBDMUX_CHECK_CHAR' /usr/src/sys/modules/kbdmux/../../dev/kbdmux/kbdmux.c:261: warning: nested extern declaration of 'KBDMUX_CHECK_CHAR' *** Error code 1 This is a stock standard cvsup'ed machine, nothing changed, altered, added, or removed. Any help appreciated. -- Chris.