"Mark D. Baushke" <[EMAIL PROTECTED]> writes: > The HAVE_STDINT_H is defined, even though it is useless and there is an > stdint.h which is generated and includes the useless SGI version and > generates warnings for everything because of the include of <inttypes.h>
Ah, OK, so the problem is in the combination of the stdint module and the cycle-check module. One possible workaround is to not use the stdint module until it is more stable. Would that do? Another possibility is to use CVS Autoconf; it should try to put the SGI compiler into C99 mode. Would that suffice?
