Re: [opendx-dev] IRIX dxexec build errors

2000-06-12 Thread richard
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

Re: [opendx-dev] IRIX dxexec build errors

2000-06-12 Thread David L. Thompson
Sounds like your configure goof'd. Look at config.cache for ushort and tell us if it says yes or no. Are you saying that your /usr/include/sys/bsd_types.h has it declared twice? If so, there isn't much we can do about bad header files not provided by us. David I've been out of the loop

Re: [opendx-dev] IRIX dxexec build errors

2000-06-12 Thread Richard Gillilan
David L. Thompson wrote: Sounds like your configure goof'd. Look at config.cache for ushort and tell us if it says yes or no. ac_cv_type_ushort ${ac_cv_type_ushort = no} Are you saying that your /usr/include/sys/bsd_types.h has it declared twice? nope, the bsd_types.h definition

Re: [opendx-dev] IRIX dxexec build errors

2000-06-12 Thread Peter Daniel Kirchner
Richard, Our configure shouldn't define USHORT if there is an existing definition. I have seen this sort of thing happen when configure finds cpp as the C preprocessor and runs configure tests with cpp. Various defines (e.g. -Dsgi) that occur by default with cc are not set. System include files

[opendx-dev] dx/html Makefile.am

2000-06-12 Thread David Thompson
Update of /src/master/dx/html In directory opendx.watson.ibm.com:/tmp/cvs-serv32102 Modified Files: Makefile.am Log Message: Added fix suggested by Jari Vuoksenranta when dealing with extracting the tar files.