Bug 4964 - Interix has neither inttypes.h nor stdint.h (nor uint64_t)
Summary: Interix has neither inttypes.h nor stdint.h (nor uint64_t)
Status: RESOLVED FIXED
Alias: None
Product: pixman
Classification: Unclassified
Component: pixman (show other bugs)
Version: 0.1.3
Hardware: x86 (IA32) other
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-04 09:55 UTC by Todd Vierling
Modified: 2006-08-07 10:39 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Patch for Interix integer type support (488 bytes, patch)
2005-11-04 09:55 UTC, Todd Vierling
Details | Splinter Review

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.