From owner-freebsd-current Fri May 26 11:30:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 39CF537BED9; Fri, 26 May 2000 11:30:23 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.3) id LAA64037; Fri, 26 May 2000 11:27:10 -0700 (PDT) (envelope-from mph) Date: Fri, 26 May 2000 11:27:10 -0700 From: Matthew Hunt To: Otter Cc: -current , -questions Subject: Re: Kernel making problems Message-ID: <20000526112710.A63950@wopr.caltech.edu> References: <392DE861.867E9418@telocity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392DE861.867E9418@telocity.com>; from otterr@telocity.com on Thu, May 25, 2000 at 10:58:41PM -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c > aicasm_gram.c > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' > ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' I had the same problem. It looks like the following procedure fixes it: Make sure your source tree is up to date. cd /usr/src make includes Do the config/make depend/make bit again. Matt -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message