From owner-freebsd-questions Sun Apr 2 14:37:30 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA12813 for questions-outgoing; Sun, 2 Apr 1995 14:37:30 -0700 Received: from palmer.demon.co.uk (root@palmer.demon.co.uk [158.152.50.150]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA12806 for ; Sun, 2 Apr 1995 14:37:26 -0700 Received: from localhost (gary@localhost [127.0.0.1]) by palmer.demon.co.uk (8.6.9/8.6.9) with SMTP id WAA02728 ; Sun, 2 Apr 1995 22:36:14 +0100 X-Authentication-Warning: palmer.demon.co.uk: Host localhost didn't use HELO protocol To: John Lind cc: FreeBSD questions Subject: Re: 2.0-950322-SNAP header file problems trying to make kernel In-reply-to: Your message of "Sun, 02 Apr 1995 15:56:14 CDT." <199504022056.PAA20480@starfire.mn.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2724.796858572.1@palmer.demon.co.uk> Date: Sun, 02 Apr 1995 22:36:13 +0100 Message-ID: <2725.796858573@palmer.demon.co.uk> From: Gary Palmer Sender: questions-owner@FreeBSD.org Precedence: bulk In message <199504022056.PAA20480@starfire.mn.org>, John Lind writes: >I have now installed this from scratch a second time to try to resolve >this problem, but still no luck. Right out of the box, I get LOTS of >missing header files trying to do a make depend after config'ing a >new kernel. Has anyone else seen this? Is there an easy fix, or >should I reinstall again, using 2.0-950210-SNAP? If you just have the kernel sources installed, edit the Makefile (in /sys/compile//Makefile and remove the ``-nostdinc'' flag from the ``INCLUDES='' line. That should cure your problem. Gary