Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 1998 21:32:51 -0300 (ADT)
From:      The Hermit Hacker <scrappy@hub.org>
To:        freebsd-current@FreeBSD.ORG
Subject:   make world failed in lex compile...
Message-ID:  <Pine.BSF.3.96.980504212839.3971d-100000@thelab.hub.org>

next in thread | raw e-mail | index | archive | help

===> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980504212839.3971d-100000>