From owner-freebsd-hackers Wed Aug 6 20:16:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA12773 for hackers-outgoing; Wed, 6 Aug 1997 20:16:44 -0700 (PDT) Received: from zippy.dyn.ml.org (garbanzo@tibet-27.ppp.hooked.net [206.80.9.155]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA12768 for ; Wed, 6 Aug 1997 20:16:39 -0700 (PDT) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.6/8.8.5) with SMTP id UAA00360; Wed, 6 Aug 1997 20:14:02 -0700 (PDT) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Wed, 6 Aug 1997 20:14:00 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: Paul Allenby cc: hackers@FreeBSD.ORG Subject: Re: kernel don't compile In-Reply-To: <199708070013.CAA23202@zibbi.mikom.csir.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 7 Aug 1997, Paul Allenby wrote: > As of this morning... > > intr_machdep.c > cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DAPM_BROKEN_STATCLOCK -DLINUX -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -include opt_global.h ../../i386/isa/isa.c > ../../i386/isa/isa.c: In function `isa_dmastatus': > ../../i386/isa/isa.c:935: parse error before `<' > ../../i386/isa/isa.c:938: parse error before `==' Try going back to the kernel configuration file, and running config on it, then make it again. This seems to solve most problems involved with upgrading. - alex