[cairo-bugs] [Bug 91473] Can't compile Cairo for 32 bits
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 27 12:23:14 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91473
--- Comment #3 from Uli Schlachter <psychon at znc.in> ---
What does your config.log look like? Cairo does check for uint128_t and
__uint128_t and only uses them if they are available. To quote the code where
your error appears:
127 /* gcc has a non-standard name. */
128 #if HAVE___UINT128_T && !HAVE_UINT128_T
129 typedef __uint128_t uint128_t;
130 typedef __int128_t int128_t;
131 #define HAVE_UINT128_T 1
132 #endif
So why does configure find __uint128_t?
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20150727/06442e35/attachment.html>
More information about the cairo-bugs
mailing list