Summary: | cairo-fixed-private.h: LL suffix is not supported in MSVC6 | ||
---|---|---|---|
Product: | cairo | Reporter: | Kazuki IWAMOTO <iwm> |
Component: | general | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED INVALID | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.5.21 | ||
Hardware: | All | ||
OS: | Windows (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | patch for latest cairo-fixed-private.h |
Description
Kazuki IWAMOTO
2008-04-03 11:40:20 UTC
Created attachment 15787 [details] [review] patch for latest cairo-fixed-private.h Here's what cairo/README says about MSVC versions prior to 7.1: MSVC versions earlier than 7.1 are known to miscompile parts of cairo and pixman, and so should be avoided. MSVC 7.1 or later, including the free Microsoft Visual Studio Express editions, produce correct code. So there are known problems that will cause big failures. Given that, I consider MSVC6 as officially unsupported for cairo, and not worth putting in non-standard things like 1i64. If we did decide to start supporting this compiler, I'd definitely prefer to see a change that did it without duplicating any code. And if you can come up with something like that, I'd even be willing to accept it in spite of the larger bugs with MSVC6, (but I thought you should be aware of them). -Carl Closing as INVALID. -Carl |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.