From owner-freebsd-current Fri Sep 27 7:43:46 2002 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 29E1D37B401 for ; Fri, 27 Sep 2002 07:43:45 -0700 (PDT) Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB2C043E4A for ; Fri, 27 Sep 2002 07:43:44 -0700 (PDT) (envelope-from wsk@ns.gddsn.org.cn) Received: from mail.gddsn.org.cn (unknown [192.168.168.4]) by ns.gddsn.org.cn (Postfix) with ESMTP id C70E138CBCF for ; Fri, 27 Sep 2002 22:43:38 +0800 (CST) Message-ID: <3D94718D.1080702@mail.gddsn.org.cn> Date: Fri, 27 Sep 2002 22:56:13 +0800 From: wsk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020912 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Subject: current make depend: 'ar_args' has incomplete type help Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG folks: after succeed buildworld ,i custom mykernel and get the error messages from make depend. help please! wsk# make depend rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 ../../../i386/i386/genassym.c In file included from ../../../sys/buf.h:271, from ../../../i386/i386/genassym.c:46: ../../../sys/proc.h:117: field `ar_args' has incomplete type *** Error code 1 Stop in /usr/src/sys/i386/compile/WSK. *** Error code 1 Stop in /usr/src/sys/i386/compile/WSK. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message