From owner-freebsd-current Thu May 28 00:22:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18692 for freebsd-current-outgoing; Thu, 28 May 1998 00:22:19 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18687 for ; Thu, 28 May 1998 00:22:16 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by freefall.freebsd.org (8.8.8/8.8.5) with ESMTP id AAA20557 for ; Thu, 28 May 1998 00:16:38 -0700 (PDT) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.8/8.8.7) id JAA06249 for freebsd-current@freefall.cdrom.com; Thu, 28 May 1998 09:22:03 +0200 (MEST) (envelope-from kuku) Date: Thu, 28 May 1998 09:22:03 +0200 (MEST) From: Christoph Kukulies Message-Id: <199805280722.JAA06249@gilberto.physik.RWTH-Aachen.DE> To: freebsd-current@freefall.cdrom.com Subject: help! - nodes.h where is it? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I cannot build -current world because something seems to be screwed in my src tree and I cannot figure out. Could soneone help me: e -c /a/src/bin/sh/alias.c yacc -d /a/src/bin/sh/arith.y cp y.tab.c arith.c cc -O2 -m486 -pipe -DSHELL -I. -I/a/src/bin/sh -I/usr/obj/a/src/tmp/usr/include -c arith.c lex -t -8 /a/src/bin/sh/arith_lex.l > arith_lex.c cc -O2 -m486 -pipe -DSHELL -I. -I/a/src/bin/sh -I/usr/obj/a/src/tmp/usr/include -c arith_lex.c cc -O2 -m486 -pipe -DSHELL -I. -I/a/src/bin/sh -I/usr/obj/a/src/tmp/usr/include -c /a/src/bin/sh/cd.c /a/src/bin/sh/cd.c:58: nodes.h: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I looked into cd.c and there is nodes.h included but I can't find it anywhere in the system. Is it produced by some step in the make phase? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message