Ethereal-users: Re: [ethereal-users] Problem with compiling Ethereal on AIX 4.3.2

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 27 Oct 1999 09:55:15 -0700
> Well I have installed all the latest stable versions required for
> Etheral 0.7.6. on my AIX 4.3.2.

	...

> make: 1254-004 The error code from the last command is 1.
        ^^^^^^^^

>From that I guessed it was probably AIX even before I saw you mention
it....  :-)

> Could you help me please ?

Try adding the line

#include <time.h>

to "wtap.h", right after

#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif

I guess we'd tested it only on platforms where <sys/time.h> includes
<time.h>, and presumably AIX's <sys/time.h> doesn't do that.