Created attachment 16169 [details] [review] Fence cairo_quartz_font_face_create_for_atsu_font_id on 64-bit Mac OS X In 64-bit Mac OS X 10.5, the definition for various FMFont/ATSUFontID functions are missing, presumably because Quickdraw as a whole is missing. Therefore, when you build cairo for 64-bit Mac OS X, it chokes on cairo_quartz_font_face_create_for_atsu_font_id. I've attached a patch that fences the definition and implementation with #if !__LP64__, which should prevent it building on 64-bit Mac OS X. The patch does remove it from the public API in 64-bit, but that's OK since it would be impossible to generate a sensible FMFont/ATSUFontID to pass to it.
Fixed with http://cgit.freedesktop.org/cairo/commit/?id=13b56c42bfdb9ad36f9b1bd22f83d7ef3a074ddc Sorry this took so long.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.