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: Gilbert Ramirez <gilbertr@xxxxxxxxx>
Date: Fri, 5 Nov 2004 06:40:13 -0600
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


On Fri, 05 Nov 2004 13:05:50 +0100, Björn Fischer <thebear80@xxxxxxx> wrote:
> Hi,
> I just checked out the latest SVN tree of ethereal, revision nr. 12488.
> 
> I tried to compile performing the following steps:
> ./autogen.sh
> ./configure
> make
> I'm afraid make exited with the following error:
> ----------------------------
>  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include
> -I/usr/local/include"-D_U_=__attribute__((unused))" -Wall -W -g -O2
> -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
> -I/usr/local/include -I/usr/local/include -MT ascend-scanner.lo -MD -MP
> -MF .deps/ascend-scanner.Tpo -c ascend-scanner.c  -fPIC -DPIC -o
> .libs/ascend-scanner.o
> gcc: ascend-scanner.c: No such file or directory
> gcc: no input files
> -------------------------
> 
> seems like the file ascend-scanner.c is missing in the directory
> wiretap. However there is an acsend-scanner.l file which seems to be a
> source file. Will simply renaming .l to .c solve the problem? And if
> yes, why is .l in the repository?
> 
> Thanx for answers
> 
> Greetings
> 
> Björn Fischer
> 
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
> 
>