Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2007 12:35:30 -0600
From:      "Jeremy Messenger" <mezz7@cox.net>
To:        "Craig Rodrigues" <rodrigc@crodrigues.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Populating /usr/include for make buildworld?
Message-ID:  <op.tnjpxgcz9aq2h7@mezz.mezzweb.com>
In-Reply-To: <20070210165904.GA58269@crodrigues.org>
References:  <20070210165904.GA58269@crodrigues.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 10 Feb 2007 10:59:04 -0600, Craig Rodrigues  
<rodrigc@crodrigues.org> wrote:

> Hi,
>
> I am trying to see if I have any outdated files in /usr/include by
> doing:
> cd /usr/obj ; rm -r *
> cd /usr/include ; rm -r *

-cd /usr/src; make buildworld
+cd /usr/src ; make includes ; make buildworld

> buildworld is failing in a few places because
> the installincludes step is not populating
> /usr/include/zlib.h, /usr/include/zconf.h, or /usr/include/termcap.h
>
> What is the correct way to populate /usr/include
> before buildworld?

Have you tried to run 'make includes'?

Cheers,
Mezz

> Thanks.


-- 
mezz7@cox.net  -  mezz@FreeBSD.org
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
http://wiki.freebsd.org/multimedia  -  multimedia@FreeBSD.org



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