[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldsync-hackers] help with a missing lex.yy.c file ?



On 30 May 2002, Miguel Angelo Rozsas wrote:
> 	I just downloaded the current version from CVS tree and I am getting
> the following error message:
>
> [miguel@hahasiah src]% make
> true  lexer.l
> gcc -Wall -ansi -pedantic -g -O2 -DHAVE_CONFIG_H -I. -I.. -I../include
> -I/usr/local/include -c lexhack.c
> lexhack.c:21:20: lex.yy.c: No such file or directory
> make: *** [lexhack.o] Error 1
>
> I can't find this lex.yy.c anywhere....
>
> Anyone can send this file to me, please ? And why this file wasn't in
> the source tree ?

	"lex.yy.c" is generated from "lexer.l" by 'flex'. In the output
above, you have "true lexer.l", which means that 'configure' couldn't find
it. When you ran 'configure', you should have gotten the message
        flex could be found. Please install it, then run configure again.

-- 
Andrew Arensburger                      Actually, these _do_ represent the
arensb@ooblick.com                      opinions of ooblick.com!
                        Generic Tagline V 6.01


-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.