Ethereal-dev: [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 13:05:50 +0100
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