RE: Build kernel
RE: Build kernel
- Subject: RE: Build kernel
- From: David Gatwood <email@hidden>
- Date: Mon, 13 Jun 2005 16:30:26 -0700
On Jun 12, 2005, at 12:03 PM, Terry Greeniaus
<email@hidden> wrote:
cc -O -g -I../../include -Wall -Wno-long-double -no-cpp-precomp -
static
-c \
-MD -dependency-file ./bytesex.d \
-o ./bytesex.o ../bytesex.c
../bytesex.c: In function `swap_i386_thread_fpstate':
../bytesex.c:1316: error: structure has no member named `environ'
../bytesex.c:1316: error: structure has no member named `environ'
.
.
.
Later, Jake Luck <email@hidden> wrote:
Terry, check the mailing list archive from last month(May). This has
already been covered. Good luck. jake
Really? I saw some problems reported in bytesex.c, but not those same
problems. And I never saw a resolution, either. The problems noted in
the May postings have already been corrected on the website. I've just
fixed the ar.h path issue and added the -version to the end of the 'cd'
command, so those should be fixed the next time the docs are pushed
to the web.
With respect to the above failure... do you have Tiger installed? If
so, do
you have the developer tools corresponding with Tiger? If not, you
probably
have an old copy of the Kernel framework headers. Either install the
Tiger
dev tools or... you might also be able to fix it by changing into the
xnu
directory, doing a 'make installhdrs', and then copy the headers out of
the resulting destination root manually.
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden