From owner-freebsd-questions Sun Nov 11 10: 1:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from khyron.p11.com (khyron.p11.com [64.95.193.74]) by hub.freebsd.org (Postfix) with ESMTP id 078EA37B420 for ; Sun, 11 Nov 2001 10:01:45 -0800 (PST) Received: from tetsuo (cx369650-c.irvn1.occa.home.com [67.167.161.2]) by khyron.p11.com (Postfix) with ESMTP id 7C2E03C4E00 for ; Sun, 11 Nov 2001 10:05:38 -0800 (PST) From: "Ryan C. Creasey" To: Subject: Error in custom kernel compile Date: Sun, 11 Nov 2001 10:01:37 -0800 Message-ID: <001001c16ada$ebbcfa90$02a1a743@neotokyo.kaneda.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Yesterday, I just sync'd my src tree with the latest STABLE (or so I thought). I go to compile under a configfile that I have been using for quite some time now, only this time adding enough for ip firewall support. Half way through the compile, I get one of these: linux_proto.h:517: syntax error before `linux_stack_t' linux_proto.h:517: `linux_stack_t' undeclared here (not in a function) linux_proto.h:517: syntax error before `)' linux_proto.h:517: `linux_stack_t' undeclared here (not in a function) linux_proto.h:517: syntax error before `)' linux_sysent.c:21: sizeof applied to an incomplete type linux_sysent.c:21: warning: built-in function `exit' used without declaration linux_sysent.c:21: warning: cast discards qualifiers from pointer target type *** Error code 1 Stop in /usr/src/sys/modules/linux. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/KHYRON. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. There's a lot more of that, but hopefully that's enough to tell what's wrong. My config file can be found here: http://kaneda.net/projects/source.php?file=3D/projects/khyron/KHYRON Anyone see what I'm apparently missing? Thanks, Ryan C. Creasey rcreasey@uci.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message