Ethereal-users: [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: ppoignant <ppoignant@xxxxxxxxx>
Date: Wed, 27 Oct 1999 15:36:49 +0200
I'm sorry if it's a newbie question but I did'nt find anything in the
FAQ or in the mailing list archive...
Well I have installed all the latest stable versions required for
Etheral 0.7.6. on my AIX 4.3.2.
Anyway the compilation of  Etheral fail with:

> make
        make  all-recursive
Making all in wiretap
        gcc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -g -O2
-I/usr/local/lib/glib/include -I/usr/local/include -c ascend-grammar.c
ascend-grammar.y: In function `ascendparse':
ascend-grammar.y:140: invalid use of undefined type `struct tm'
ascend-grammar.y:141: invalid use of undefined type `struct tm'
ascend-grammar.y:142: invalid use of undefined type `struct tm'
ascend-grammar.y:143: invalid use of undefined type `struct tm'
ascend-grammar.y:144: invalid use of undefined type `struct tm'
ascend-grammar.y:145: invalid use of undefined type `struct tm'
ascend-grammar.y:152: warning: implicit declaration of function `mktime'

ascend-grammar.y: At top level:
ascend-grammar.y:78: storage size of `wddt' isn't known
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.

Could you help me please ?