Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 1995 11:27:40 -0700
From:      Paul Traina <pst@shockwave.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        fenner@parc.xerox.com, freebsd-current@freebsd.org
Subject:   Re: Can't build -current kernel, what am I doing wrong? 
Message-ID:  <199508141827.LAA02158@precipice.shockwave.com>
In-Reply-To: Your message of "Tue, 15 Aug 1995 04:19:33 %2B1000." <199508141819.EAA24593@godzilla.zeta.org.au> 

next in thread | previous in thread | raw e-mail | index | archive | help

  From: Bruce Evans <bde@zeta.org.au>
  Subject: Re: Can't build -current kernel, what am I doing wrong?
  >I got and built the new config, and config'd a new kernel.  However, the bui
>>ld
  >is choking on the following line of sys/sys/types.h:
  
  >typedef _BSD_OFF_T_     off_t;          /* file offset */
  
  >Do I need a new gcc, which understands what a _BSD_OFF_T_ is, to build a
  >-current kernel?
  
  You need consistent header files.  _BSD_OFF_T_ is declared in
  <machine/ansi.h>.

Given that you're trying to go from 2.0.5-ALPHA to -current, a top-level
make includes might be appropriate, or better yet, make world.
  
  Bruce



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