[cairo-bugs] [Bug 15021] cairo libs are broken if compiled with Intel icc 10

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 4 05:58:22 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=15021





--- Comment #3 from idwakest <idwakest at hotmail.com>  2009-08-04 05:58:19 PST ---
The problem is that :
#if __GNUC__ >= 3 && defined(__ELF__) && !defined(__sun)
is true even when compiling with icc.

To fix the problem you can suppress or comment everthing between
#if __GNUC__ >= 3 && defined(__ELF__) && !defined(__sun)
and
#else



Idwakest


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list