Date: Thu, 28 May 1998 09:22:03 +0200 (MEST) From: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE> To: freebsd-current@freefall.cdrom.com Subject: help! - nodes.h where is it? Message-ID: <199805280722.JAA06249@gilberto.physik.RWTH-Aachen.DE>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805280722.JAA06249>