Re: problems compiling on DUX 3.2C

Erik Schoenfelder (schoenfr@gaertner.de)
Fri, 23 Aug 96 15:53:10 +0200

Hi!

Michael> i'm trying to compile scotty/tkined on a dec alpha box
Michael> running DUX 3.2C. i'm using gcc and getting lots of
Michael> these warnings and make finally stops as shown
Michael> below. any help would be appreciated.

Michael> gcc -c -O -I. -DHAVE_CONFIG_H ./../tnm/ntping/ntping.c
Michael> ./../tnm/ntping/ntping.c: In function `receive_pkt':
Michael> ./../tnm/ntping/ntping.c:636: structure has no member named `ip_hl'
Michael> *** Exit 1

Hmm. Please tell me which scotty version you are trying to compile, a
system specific define for the preprocessor, (to make a ifdef'd
section) and please send me (please not to the list) the output of

gcc -E -O -I. -DHAVE_CONFIG_H ./../tnm/ntping/ntping.c

via mail.

ntping is used by scotty for icmp and traceroute's, but not really
neccessary for installation.

Remove the ntping target from the Makefile, or simple touch a ntping
file to keep make happy and continue.

Erik