Created attachment 51660 [details] [review] Use inttypes.h when stdint.h is not available The testsuite should use inttypes.h if stdint.h is not available as for example on Solaris 9. The presence of both headers is already detected during configure time. The attached patch fixes the issue by shielding the include with the proper definitions.
This patch is against 0.22.2 (which is available in the version selection box).
Thanks for the bug report. The lowlevel-blt issue is already fixed in master. I've sent a proposed fix here: http://lists.freedesktop.org/archives/pixman/2011-September/001558.html We don't actually need to include stdint.h.
Your proposed fix is only for test/scaling-helpers-test.c It needs also be fixed in test/lowlevel-blt-bench.c
Yes, but lowlevel-blt-bench.c is already fixed in master.
Sounds good. Thanks for fixing!
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.