<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Can't compile Cairo for 32 bits"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91473#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Can't compile Cairo for 32 bits"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91473">bug 91473</a>
from <span class="vcard"><a class="email" href="mailto:psychon@znc.in" title="Uli Schlachter <psychon@znc.in>"> <span class="fn">Uli Schlachter</span></a>
</span></b>
<pre>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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>