Re: [tcpdump-workers] Installing libpcap under Tru64 5.1

2005-02-26 Thread Guy Harris
Pieter De Wit wrote: I am trying to compile libpcap 0.8.3 under Tru64 and it fails with the following errors: bash-2.05# make cc -O -std1 -g3 -I. -I/usr/local/include -DHAVE_CONFIG_H -c ./gencode.c cc: Error: ./gencode.c, line 126: Missing ";". (nosemi) static inline struct block *new_block(int)

[tcpdump-workers] Installing libpcap under Tru64 5.1

2005-02-23 Thread Pieter De Wit
Hello Everyone, I am trying to compile libpcap 0.8.3 under Tru64 and it fails with the following errors: bash-2.05# make cc -O -std1 -g3 -I. -I/usr/local/include -DHAVE_CONFIG_H -c ./gencode.c cc: Error: ./gencode.c, line 126: Missing ";". (nosemi) static inline struct block *new_block(int); -