[gs-bugs] [Bug 691427] 'make so' broken again with icc/lcms merge using special LCMS_CC, etc.
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Thu Jul 8 06:06:02 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691427
--- Comment #7 from Henry Stiles <henry.stiles at artifex.com> 2010-07-08 06:06:00 UTC ---
(In reply to comment #6)
> Created an attachment (id=6443)
--> (http://bugs.ghostscript.com/attachment.cgi?id=6443) [details]
> no_za.patch
>
> patch to disable ansi compiler option which results in the compile error in the
> previous comment. platform: Visual C++ 2008 Express Edition
The issue is apparently fixed in zlib 1-2.5 as follows:
# if !defined(_MSC_VER) || ( defined(_MSC_VER) && _MSC_VER < 1500 )
# define vsnprintf _vsnprintf
# endif
--
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