[cairo-bugs] [Bug 13554] New: use of leopard-specific function in quartz backend breaks tiger build

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 6 17:32:17 PST 2007


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

           Summary: use of leopard-specific function in quartz backend
                    breaks tiger build
           Product: cairo
           Version: 1.5.5
          Platform: x86 (IA32)
        OS/Version: Mac OS X (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: quartz backend
        AssignedTo: vladimir at pobox.com
        ReportedBy: bjt23 at cornell.edu
         QAContact: cairo-bugs at cairographics.org


Trying to compile git as of < 1 hour ago, I see:

ld: Undefined symbols:
_CGContextDrawTiledImage

Apple says 10.5 and later:
http://developer.apple.com/documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/c/func/CGContextDrawTiledImage

I'll try to cook up a patch; I don't see why you couldn't emulate
DrawTiledImage() with several calls to DrawImage() (though perhaps this
approach doesn't perform as well).


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


More information about the cairo-bugs mailing list