On Mon, Oct 11, 2004 at 03:42:58PM -0000, martinmcwhorter wrote: > conf_yacc.y:148:22: conf_lex.c: No such file or directory > make: *** [conf_yacc.o] Error 1 > > This seems to make sence, as there is no conf_lex.c in the tarball. It is generated using lex (or flex) from conf_lex.l Do you have another error before about this operation? lex conf_lex.l should give you a lex.yy.c rename it to conf_lex.c and you should be able to resume the build. If lex fails, please report the error. -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] Make Error: conf_lex.c
2004-10-11 by Emmanuel Dreyfus