[gs-bugs] [Bug 691441] how r/w -> rb/wb breaks regression?
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Thu Aug 12 14:50:24 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691441
--- Comment #9 from Hin-Tak Leung <hintak at ghostscript.com> 2010-08-12 14:50:21 UTC ---
(In reply to comment #8)
> (In reply to comment #7)
> > (In reply to comment #6)
> >
> > mingw doesn't use configure, but still care r/rb . So probably something like
> > if defined(__CYGWIN__) || defined(__MINGW32__)
> > is still needed.
>
> Is there a (good) reason for that? Other packages for it seem to rely on a
> configure script, so it seems reasonable for us to do so, and avoid adding
> platform specific preprocessor macros in the source.
There are platform-specific macros in various places - mostly in */*_.h's (e.g.
stdio_.h, unistd_.h) so at least your new changes are compatible in the general
direction and better than put them in *.c's. configure is a shell thing, which
is somewhat extra to the mingw ethos. it is probably not important either way.
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list