Summary: | Ghostscript fails to compile jbig2dec on Solaris 9 | ||
---|---|---|---|
Product: | jbig2dec | Reporter: | Mario Antonio F. <orion07> |
Component: | Build Process | Assignee: | Ralph Giles <ralph.giles> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Hardware: | Sun | ||
OS: | Solaris | ||
Customer: | Word Size: | --- |
Description
Mario Antonio F.
2003-11-21 15:50:49 UTC
configure: WARNING: JBIG2 support requires stdint types which do not seem to be available. The compilation breaks while processing jbig2dec. The fix consists of appending the following lines to file os_types.h: #ifdef __sun__ #include <inttypes.h> #endif By the way, the version of ghostscript is 8.11 |