From owner-freebsd-current Mon Oct 7 15:19:51 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF2C37B401 for ; Mon, 7 Oct 2002 15:19:50 -0700 (PDT) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id C1E7B43E42 for ; Mon, 7 Oct 2002 15:19:48 -0700 (PDT) (envelope-from keramida@freebsd.org) Received: (qmail 27110 invoked from network); 7 Oct 2002 22:12:50 -0000 Received: from upnet-dialinpool-10.upatras.gr (HELO hades.hell.gr) (@150.140.128.244) by nic.upatras.gr with SMTP; 7 Oct 2002 22:12:50 -0000 Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g97DSamo054563; Mon, 7 Oct 2002 16:28:36 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g97DSaHI054562; Mon, 7 Oct 2002 16:28:36 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 7 Oct 2002 16:28:35 +0300 From: Giorgos Keramidas To: Mark Murray Cc: freebsd-current@freebsd.org Subject: Re: /usr/include/stdlib.h:51: syntax error before "size_t" Message-ID: <20021007132835.GA54343@hades.hell.gr> References: <20021007141326.A1666@gicco.cablecom.ch> <200210071317.g97DH0BZ000754@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210071317.g97DH0BZ000754@grimreaper.grondar.org> X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-10-07 14:17, Mark Murray wrote: > > On Oct 07 at 02:43, Terry Lambert spoke: > > > > > /usr/include/* is obsolete. Install the new ones instead. > > > > When I rename /usr/include and copy /usr/src/include/* to > > /usr/include I get: > > Don't do that. > Look in src/Makefile* for the right way to fix your includes. > > (IIRC there is a target, maybe called "doincludes" to do this). By grepping through buildworld logs I saw this passing by: # cd /usr/src/include; make buildincludes; make installincludes That might help a bit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message