[cairo-bugs] [Bug 15021] cairo libs are broken if compiled with Intel icc 10
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Oct 10 05:05:32 PDT 2008
http://bugs.freedesktop.org/show_bug.cgi?id=15021
Chris Wilson <chris at chris-wilson.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #15136|application/octet-stream |text/plain
mime type| |
--- Comment #2 from Chris Wilson <chris at chris-wilson.co.uk> 2008-10-10 05:05:12 PST ---
So this appears to be icc pretending to be gcc (in order for the slim_* to be
defined to something) and then not implementing the attributes it just declared
it had.
If you can extend the checks in cairo-compiler-private.h, e.g.:
#if __GNUC__ >= 3 && defined(__ELF__) && !defined(__sun)
to work for you (and everybody else), we will happily take a patch.
--
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