> [newton] /tmp/amanda.new 23> make
> Making all in config
> Making all in common-src
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../config
>-I./../regex-src -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
>-D_FILE_OFFSET_BITS=64 -g -O2 -c alloc.c
> gcc -DHAVE_CONFIG_H -I. -I. -I../config -I./../regex-src -D_LARGEFILE_SOURCE
>-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -c alloc.c
>-o alloc.o
> In file included from /usr/include/sys/stream.h:26,
> from /usr/include/netinet/in.h:38,
> from /usr/include/netdb.h:96,
> from amanda.h:105,
> from alloc.c:33:
> /usr/include/sys/model.h:35: parse error before `/'
What machine are you running? I would say it looks like a faulty
implementation of gcc.
Gcc needs to reconfigure certain include files and use them in
priority (from /usr/local/include). If this was not provided it could
generate such message.
Else I see no reasons system include files are faulty (or your system
is heavily hacked :)
Olivier