build fails due to missing uint*_t typedefs for jbig2.c; easily corrected on Solaris 2.8 by adding #include <sys/int_types.h> to the beginning of jbig2.h
*** Bug 687160 has been marked as a duplicate of this bug. ***
*** Bug 687159 has been marked as a duplicate of this bug. ***
Note that you can also work-around by passing --without-jbig2dec to configure. A fix is in the works; downgrading the priority.
*** Bug 687188 has been marked as a duplicate of this bug. ***
our previous work toward a fix involved making the stdint types available in ghostscript generally, but that's had portability problems of its own. Going to a recursive configure/make is starting to look very appealing. Alternatively, we can create an os_types.h at the ghostscript level for the jbig2dec code to use.
I've committed changes that should properly disable jbig2dec when the stdint fixed-size types aren't available. This should resolve the build failure, but of course it would be nice if we could include jbig2dec on those platforms.