From: Robert L K. <rl...@al...> - 2000-03-20 12:27:29
|
Date: Sat, 18 Mar 2000 14:07:11 +0000 From: Nicholas Piper <ni...@ni...> During make, gcc fails with the following; gcc -DPACKAGE=\"print\" -DVERSION=\"3.1.2\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -I. -I. -I. -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/local/include -DLOCALEDIR=\"""\" -Wall -DLPR_COMMAND=\"/usr/bin/lpr\" -g -O2 -c printdefl.c In file included from printdefl.l:28: printdef.h:12: printdefy.h: No such file or directory make: *** [printdefl.o] Error 1 I do aclocal;autoconf;automake;./configure;make and nothing seems amiss until then. This has happened for about a week now, but I thought I'd not mention it incase it went away again :-) See if updating Makefile.am solves this problem. |