From owner-freebsd-questions@FreeBSD.ORG Thu Feb 16 17:51:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 657CD16A420 for ; Thu, 16 Feb 2006 17:51:34 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from mail.compedgeracing.com (dsl-katy-207-70-139-52.consolidated.net [207.70.139.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1560843D45 for ; Thu, 16 Feb 2006 17:51:33 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from www.compedgeracing.com (localhost [127.0.0.1]) by mail.compedgeracing.com (Postfix) with ESMTP id 8334A5C0B for ; Thu, 16 Feb 2006 11:51:41 -0600 (CST) Received: from 63.97.49.74 (SquirrelMail authenticated user ruzzi) by www.compedgeracing.com with HTTP; Thu, 16 Feb 2006 11:51:41 -0600 (CST) Message-ID: <1612.63.97.49.74.1140112301.squirrel@www.compedgeracing.com> Date: Thu, 16 Feb 2006 11:51:41 -0600 (CST) From: "Robert Uzzi" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.6-rc1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: make depend error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 17:51:34 -0000 Any clues to this error? root@www CUSTOM-SMP # make depend cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding ../../../i386/i386/genassym.c NM='nm' sh ../../../kern/genassym.sh genassym.o > assym.s awk -f ../../../tools/vnode_if.awk ../../../kern/vnode_if.src -h awk -f ../../../tools/vnode_if.awk ../../../kern/vnode_if.src -p awk -f ../../../tools/vnode_if.awk ../../../kern/vnode_if.src -q CC=cc make -f ../../../dev/aic7xxx/aicasm/Makefile MAKESRCPATH=../../../dev/aic7xxx/aicasm Warning: Object directory not changed from original /usr/src/sys/i386/compile/CUSTOM-SMP cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I../../../dev/aic7xxx/aicasm -c ../../../dev/aic7xxx/aicasm/aicasm.c cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I../../../dev/aic7xxx/aicasm -c ../../../dev/aic7xxx/aicasm/aicasm_symbol.c yacc -b aicasm_gram -d -o aicasm_gram.c ../../../dev/aic7xxx/aicasm/aicasm_gram.y cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I../../../dev/aic7xxx/aicasm -c aicasm_gram.c ../../../dev/aic7xxx/aicasm/aicasm_gram.y:1933: error: conflicting types for 'yyerror' aicasm_gram.c:3133: error: previous implicit declaration of 'yyerror' was here *** Error code 1 Stop in /usr/src/sys/i386/compile/CUSTOM-SMP. *** Error code 1 Stop in /usr/src/sys/i386/compile/CUSTOM-SMP.