From owner-freebsd-current@FreeBSD.ORG Tue Aug 31 13:49:15 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D106416A4CE for ; Tue, 31 Aug 2004 13:49:15 +0000 (GMT) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CBE743D1F for ; Tue, 31 Aug 2004 13:49:15 +0000 (GMT) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (andy@localhost [127.0.0.1]) i7VDlq8A048687; Tue, 31 Aug 2004 09:47:52 -0400 (EDT) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)i7VDlpKf048684; Tue, 31 Aug 2004 09:47:51 -0400 (EDT) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Tue, 31 Aug 2004 09:47:51 -0400 (EDT) From: Andre Guibert de Bruet To: Edwin Culp In-Reply-To: <20040831061128.skwogkc8kw0ksoss@mail.encontacto.net> Message-ID: <20040831094518.D5951@alpha.siliconlandmark.com> References: <20040831061128.skwogkc8kw0ksoss@mail.encontacto.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean cc: current@freebsd.org Subject: Re: /coda/coda_fbsd.c:215: error: `NVCODA' undeclared when building kernel. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 13:49:16 -0000 On Tue, 31 Aug 2004, Edwin Culp wrote: > cc -O -pipe -D_KERNEL -DKLD_MODULE -nostdinc -I- -include > /usr/obj/usr/src/sys/ENCONTACTO/opt_global.h -I. -I@ > -I@/contrib/altq -I@/../inc > lude -finline-limit=8000 -fno-common > -I/usr/obj/usr/src/sys/ENCONTACTO -mno-align-long-strings > -mpreferred-stack-boundary=2 -ffreestanding - > Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions - > std=c99 -c /usr/src/sys/modules/coda/../../coda/coda_fbsd.c > /usr/src/sys/modules/coda/../../coda/coda_fbsd.c: In function > `coda_fbsd_drvinit': > /usr/src/sys/modules/coda/../../coda/coda_fbsd.c:205: error: > `NVCODA' undeclared (first use in this function) > /usr/src/sys/modules/coda/../../coda/coda_fbsd.c:205: error: > (Each undeclared identifier is reported only once > /usr/src/sys/modules/coda/../../coda/coda_fbsd.c:205: error: for > each function it appears in.) > /usr/src/sys/modules/coda/../../coda/coda_fbsd.c: In function > `coda_fbsd_drvuninit': > /usr/src/sys/modules/coda/../../coda/coda_fbsd.c:215: error: > `NVCODA' undeclared (first use in this function) > *** Error code 1 > > Stop in /usr/src/sys/modules/coda. > *** Error code 1 "Me too". I cvsup'ed again, and it does the same thing using: Edit src/sys/modules/coda/Makefile,v Add delta 1.14 2004.08.31.12.17.47 ru Regards, | Andre Guibert de Bruet | Enterprise Software Consultant > | Silicon Landmark, LLC. | http://siliconlandmark.com/ >