Re: Fix for 687162, CVS HEAD doesn't compile with Cygwin/gcc
"Igor V. Melichev" <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
IMO the patch is good. We'll discuss it in tomorrow's support meeting. Meanwhile it's a first time when #elif is used in the GS code (I don't count libpng). Not sure that we want it. Igor. ----- Original Message ----- From: "Alex Cherepanov" <[email protected]> To: "gs-code-review" <[email protected]> Sent: Tuesday, November 25, 2003 12:30 AM Subject: [gs-code-review] Fix for 687162,CVS HEAD doesn't compile with Cygwin/gcc > Improve C99 type support: recignize systems that have inttypes.h and > deal with Cygwin specially. > > Cygwin is not yet recognized as a target for jbig2dec inclusion. One can > easily add platform identification code to configure.ac but it will > bring in config.guess and some other files. Do we want this now ? > > Re the code freeze, this patch fixes the build process, and won't > introduce subtle changes. It either breaks everything or significantly > improves portabilty. The latter seems to be more likely outcome.