site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com . . . Later, Jake Luck <dkern@10k.org> 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. David _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... On Jun 12, 2005, at 12:03 PM, Terry Greeniaus <tgree@relay.phys.ualberta.ca> 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' 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. This email sent to site_archiver@lists.apple.com