Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 1995 05:00:25 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, pst@shockwave.com
Cc:        fenner@parc.xerox.com, freebsd-current@freebsd.org
Subject:   Re: Can't build -current kernel, what am I doing wrong?
Message-ID:  <199508141900.FAA25442@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  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.

It should be automatically right for building kernels:

	machine -> ../../i386/include
	S= ../..
	INCLUDES= -nostdinc -I. -I$S -I$S/sys

I actually use

	compile -> /usr/obj/sys/compile
	@ -> /sys
	machine -> @/i386/include

and have to remember to fixe the links after config builds the wrong ones.

Bruce



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