From owner-freebsd-current Mon Oct 7 5:13:25 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 0357137B401 for ; Mon, 7 Oct 2002 05:13:24 -0700 (PDT) Received: from relay03.cablecom.net (relay03.cablecom.net [62.2.33.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id EACEE43E6A for ; Mon, 7 Oct 2002 05:13:22 -0700 (PDT) (envelope-from hanspeter_roth@hotmail.com) Received: from localhost.there (dclient80-218-74-198.hispeed.ch [80.218.74.198]) by relay03.cablecom.net (8.12.5/8.12.5/SOL/AWF/MXRELAY/20020820) with ESMTP id g97CDLMO036324 for ; Mon, 7 Oct 2002 14:13:21 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Received: (from idefix@localhost) by localhost.there (8.11.3nb1/8.11.3) id g97CDQE01763 for freebsd-current@FreeBSD.ORG; Mon, 7 Oct 2002 14:13:26 +0200 (CEST) Date: Mon, 7 Oct 2002 14:13:26 +0200 From: Hanspeter Roth To: freebsd-current@FreeBSD.ORG Subject: /usr/include/stdlib.h:51: syntax error before "size_t" Message-ID: <20021007141326.A1666@gicco.cablecom.ch> Reply-To: freebsd-current@FreeBSD.ORG Mail-Followup-To: freebsd-current@FreeBSD.ORG References: <20021007004727.A3639@gicco.cablecom.ch> <3DA0CF13.8E27F12@mindspring.com> <20021007112359.A926@gicco.cablecom.ch> <3DA1572E.45D04F10@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3DA1572E.45D04F10@mindspring.com>; from tlambert2@mindspring.com on Mon, Oct 07, 2002 at 02:43:10AM -0700 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 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: ===> usr.bin/yacc /usr/obj/usr/src/i386/usr/src/usr.bin/yacc created for /usr/src/usr.bin/yacc rm -f .depend mkdep -f .depend -a -D__FBSDID=__RCSID /usr/src/usr.bin/yacc/closure.c /usr/src/usr.bin/yacc/error.c /usr/src/usr.bin/yacc/lalr.c /usr/src/usr.bin/yacc/lr0.c /usr/src/usr.bin/yacc/main.c /usr/src/usr.bin/yacc/mkpar.c /usr/src/usr.bin/yacc/output.c /usr/src/usr.bin/yacc/reader.c /usr/src/usr.bin/yacc/skeleton.c /usr/src/usr.bin/yacc/symtab.c /usr/src/usr.bin/yacc/verbose.c /usr/src/usr.bin/yacc/warshall.c /usr/src/usr.bin/yacc/closure.c:43:23: sys/cdefs.h: No such file or directory When I copy /usr/src/include/* over the existing /usr/include I get: ===> usr.bin/yacc /usr/obj/usr/src/i386/usr/src/usr.bin/yacc created for /usr/src/usr.bin/yacc rm -f .depend mkdep -f .depend -a -D__FBSDID=__RCSID /usr/src/usr.bin/yacc/closure.c /usr/src/usr.bin/yacc/error.c /usr/src/usr.bin/yacc/lalr.c /usr/src/usr.bin/yacc/lr0.c /usr/src/usr.bin/yacc/main.c /usr/src/usr.bin/yacc/mkpar.c /usr/src/usr.bin/yacc/output.c /usr/src/usr.bin/yacc/reader.c /usr/src/usr.bin/yacc/skeleton.c /usr/src/usr.bin/yacc/symtab.c /usr/src/usr.bin/yacc/verbose.c /usr/src/usr.bin/yacc/warshall.c echo yacc: /usr/lib/libc.a >> .depend cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/closure.c In file included from /usr/src/usr.bin/yacc/closure.c:46: /usr/include/stdlib.h:51: syntax error before "size_t" Is there something more to consider before building world? Did I copy the wrong include directory (/usr/src/include)? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message