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)
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);
-