ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] 'ethereal' build target fails?

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 23 Sep 2003 12:07:26 -0700

On Sep 23, 2003, at 11:22 AM, Todd Sabin wrote:

You probably know, but the -k option just means to keep going in the
event of errors.  It doesn't (shouldn't) cause any on its own.  So
dropping the -k will just mean you only get to see one build error at
a time.

...and leaving it in means that you have to dig through the make output to see all the build errors, rather than seeing it at the end of the make output, which is why I suggested removing it - I wanted to see the very first problem in the build (and not problems caused by problems in earlier stages of the build).

The build of x11-declarations.h didn't fail.  It was never attempted.
The problem is that according to the makefile, the ethereal: build
target doesn't depend on some stuff that it really does depend on.

Perhaps, but it worked when I tried checking a new tree out (the very first line in the output of my make was

	/usr/bin/perl ./process-x11-fields.pl <./x11-fields

), so perhaps this is some RH9-ism, or a difference between different versions of auto* stuff.