Bugzilla – Bug 930
inttypes.h included without testing if it's present
Last modified: 2007-06-13 17:40:31
You need to log in before you can comment on or make changes to this bug.
The header file globus_common_include.h includes inttypes.h unconditionally (except for windows). Unfortunately, one of our build platforms (dux 4.0) doesn't have this include file, so the build fails. On a related note, globus_error.h also includes inttypes.h, but only if HAVE_INTTYPES_H is defined. However, configure seems to no longer test for inttypes.h (and set/unset HAVE_INTTYPES_H appropriately). Older versions of globus_common did this.