This is where we got off on Richard Gilliland's problem. If you are getting undeffed STATSTRUCT without configure failing, then I think the fix we put in to acinclude.m4 ought to fix it. If you get a chance, how about updating acinclude.m4 and then run autoconf and configure to see if the fix worked?
Greg Randall Hopper <[EMAIL PROTECTED]>@opendx.watson.ibm.com on 06/23/2000 12:33:38 PM Please respond to [email protected] Sent by: [EMAIL PROTECTED] To: [email protected] cc: Subject: [opendx-dev] CVS build problems on IRIX I built DX CVS from 6/20 yesterday and found I needed to make these changes to the post-configure source to build it on IRIX: include/dxconfig.h Changed: -#define STATFUNC _stat -/* #undef STATSTRUCT */ +#define STATFUNC stat +#define STATSTRUCT stat (so ColormapEditor.C would build.) -- Randall Hopper (mailto:[EMAIL PROTECTED]) EPA Scientific Visualization Center US EPA MD/24 ERC-1A; RTP, NC 27711
