Ethereal-dev: Re: [Ethereal-dev] Build Problems in revision 12488

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Björn Fischer <thebear80@xxxxxxx>
Date: Fri, 05 Nov 2004 15:15:44 +0100
Gilbert Ramirez wrote:

No, ascend-scanner.c must be generated from ascend-scanner.l. Thus the
rule in Makefile:

ascend-scanner.c : ascend-scanner.l
       $(LEX) -Pascend -oascend-scanner.c $(srcdir)/ascend-scanner.l


This should be happening automatically. Does your Makefile have this
line (near the bottom)?

--gilbert

Hi Gilbert,
thanx for this hint. I found that I had neither lex nor flex installed. Installing flex solved the problem.

Greetings

Björn