From owner-freebsd-current Mon May 4 17:33:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09611 for freebsd-current-outgoing; Mon, 4 May 1998 17:33:14 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from thelab.hub.org (tc-23.acadiau.ca [131.162.2.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09517 for ; Mon, 4 May 1998 17:33:00 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.8.8/8.8.2) with SMTP id VAA18144 for ; Mon, 4 May 1998 21:32:51 -0300 (ADT) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 4 May 1998 21:32:51 -0300 (ADT) From: The Hermit Hacker To: freebsd-current@FreeBSD.ORG Subject: make world failed in lex compile... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ===> lib rm -f .depend /usr/src/usr.bin/lex/lib/obj/GRTAGS /usr/src/usr.bin/lex/lib/obj/GSYMS /usr/src/usr.bin/lex/lib/obj/GTAGS ln -sf parse.h y.tab.h ^^^^^^^^^^^^^^^^^^^^^^ =======> Is this backwards? *raised eyebrow* cc -O -pipe -I. -I/usr/src/usr.bin/lex -I/usr/obj/usr/src/tmp/usr/include -c scan.c scan.l:33: parse.h: No such file or directory scan.l: In function `flexscan': scan.l:108: `SCDECL' undeclared (first use this function) scan.l:108: (Each undeclared identifier is reported only once scan.l:108: for each function it appears in.) if I do a 'make cleandir;make depend' in that directory, I get no 'ln' at all: athome# make depend lex -t -is scan.l > scan.c rm -f .depend mkdep -f .depend -a -I. -I/usr/src/usr.bin/lex scan.c ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c skel.c sym.c tblcmp.c yylex.c scan.l:33: parse.h: No such file or directory yylex.c:33: parse.h: No such file or directory mkdep: compile failed *** Error code 1 Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message