I've been out of the loop for a while but am finally getting around to building the latest cvs version of dx on my IRIX system (using sgi's compilers) I get the following errors right on the first compile:
cc: ERROR File = /usr/include/sys/bsd_types.h, Line = 31
The declaration contains a duplicate specifier.
typedef unsigned short ushort;
This seems to happen because /usr/include/sys/bsd_types.h
defines:
#define ushort unsighed short
perhaps I'm missing a build option.
Richard
