Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2000 11:27:10 -0700
From:      Matthew Hunt <mph@astro.caltech.edu>
To:        Otter <otterr@telocity.com>
Cc:        -current <freebsd-current@freebsd.org>, -questions <freebsd-questions@freebsd.org>
Subject:   Re: Kernel making problems
Message-ID:  <20000526112710.A63950@wopr.caltech.edu>
In-Reply-To: <392DE861.867E9418@telocity.com>; from otterr@telocity.com on Thu, May 25, 2000 at 10:58:41PM -0400
References:  <392DE861.867E9418@telocity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <mph@astro.caltech.edu> * 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000526112710.A63950>