[cairo-bugs] [Bug 39493] 32-bit build fails with MacOSX10.7.sdk
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Oct 1 09:31:34 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=39493
Andrea Canciani <ranma42 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #11 from Andrea Canciani <ranma42 at gmail.com> 2011-10-01 09:31:32 PDT ---
Fixed in master by:
commit 8664df767cb9dbe48647f9853e3dcf551701d3ca
Author: Andrea Canciani <ranma42 at gmail.com>
Date: Sat Sep 3 09:39:24 2011 -0700
quartz: Fix the 32-bits build on MacOSX 10.7
FMGetATSFontRefFromFont() is not public on Lion nor on 64-bits
Frameworks, but it seems to be available in the dynamic libs, hence we
can dlsym() it just like other private functions.
Works around the error:
cairo-quartz-font.c: In function
'cairo_quartz_font_face_create_for_atsu_font_id':
cairo-quartz-font.c:830: error: implicit declaration of function
'FMGetATSFontRefFromFont'
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=39493
--
Configure bugmail: https://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