From owner-freebsd-questions Thu Nov 29 12:29:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web14809.mail.yahoo.com (web14809.mail.yahoo.com [216.136.224.230]) by hub.freebsd.org (Postfix) with SMTP id 612C937B41A for ; Thu, 29 Nov 2001 12:29:13 -0800 (PST) Message-ID: <20011129202913.41359.qmail@web14809.mail.yahoo.com> Received: from [198.88.118.10] by web14809.mail.yahoo.com via HTTP; Thu, 29 Nov 2001 12:29:13 PST Date: Thu, 29 Nov 2001 12:29:13 -0800 (PST) From: krzysztof Subject: Kern comiple failure To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, We are attempting to compile a kernel under FREEBSD 4.2-STABLE. The config, make depend processes go through ok. When we get to the 'make' process, the following syntax error occurs: 1). Is there anyway to fix this? 2). If not, is there anyway to have it ignore the linux configurations? What we've tried: 1). Doing a make cleandir in ..modules/linux 2). Doing a make modules-clean in ../compile/$KERNCONF Thanks, Phil -c /usr/src/sys/modules/linux/../../compat/linux/linux_stats.c^M cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi nline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/linux/../../compat/linux/linux_sysctl.c^M cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi nline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c linux_sysent.c^M In file included from linux_sysent.c:14:^M linux_proto.h:57: syntax error before `linux_time_t'^M linux_proto.h:57: `linux_time_t' undeclared here (not in a function)^M linux_proto.h:57: syntax error before `)'^M linux_proto.h:57: `linux_time_t' undeclared here (not in a function)^M linux_proto.h:57: syntax error before `)'^M linux_proto.h:156: syntax error before `linux_handler_t'^M linux_proto.h:156: `linux_handler_t' undeclared here (not in a function)^Ml __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message