Bug 4964

Summary: Interix has neither inttypes.h nor stdint.h (nor uint64_t)
Product: pixman Reporter: Todd Vierling <tv>
Component: pixmanAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: high    
Version: 0.1.3   
Hardware: x86 (IA32)   
OS: other   
Whiteboard:
i915 platform: i915 features:
Attachments: Patch for Interix integer type support

Description Todd Vierling 2005-11-04 09:55:30 UTC
This is an identical issue to bug 4963 against cairo:glitz:

Attached is a patch against src/pixman.h that adds an Interix specific block. 
In the interest of making the conditionals more extensible, I reformatted the
existing block to use #if/#elif/#endif layout.
Comment 1 Todd Vierling 2005-11-04 09:55:51 UTC
Created attachment 3701 [details] [review]
Patch for Interix integer type support
Comment 2 Carl Worth 2006-08-07 10:39:20 UTC
This should be fixed already, (as of cairo 1.2.0). We fixed this a different way
since we now use configure checks for specific header files rather than encoding
platform-specific knowledge in pixman.h.

Thanks for the report.

-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.