configure of gs-8.64 runs fine, but make returns the following: jasper/src/libjasper/include/jasper/jas_types.h:151: error: conflicting types for 'int_fast8_t' /usr/include/sys/_inttypes.h:133: error: previous declaration of 'int_fast8_t' was here jasper/src/libjasper/include/jasper/jas_types.h:157: error: conflicting types for 'uint_fast8_t' /usr/include/sys/_inttypes.h:136: error: previous declaration of 'uint_fast8_t' was here jasper/src/libjasper/include/jasper/jas_types.h:162: error: conflicting types for 'int_fast16_t' /usr/include/sys/_inttypes.h:145: error: previous declaration of 'int_fast16_t' was here jasper/src/libjasper/include/jasper/jas_types.h:168: error: conflicting types for 'uint_fast16_t' /usr/include/sys/_inttypes.h:148: error: previous declaration of 'uint_fast16_t' was here *** Error exit code 1 HP-UX HOSTNAME B.11.11 U 9000/800 1503414882 unlimited-user license model 9000/800/SD32A
These configuration issues are difficult to fix generally without access to the system in question. It would help to know what header is pulling in /usr/include/sys/_inttypes.h. Is it from inttypes.h? You can also try adding this to the build as a work around: -DINT_FAST8_MIN=-127 -DUINT_FAST8_MAX=255 -DINT_FAST16_MIN=-32768 -DUINT_FAST16_MAX=65535
*** This bug has been marked as a duplicate of bug 688184 ***