Changes between Initial Version and Version 1 of Ticket #49617


Ignore:
Timestamp:
Nov 7, 2015, 2:32:37 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #49607.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49617

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Port py-matplotlib added
  • Ticket #49617 – Description

    initial v1  
    11Updates to src/_macosx.m from version 1.4.3 -> 1.5.0 contain the root of the problem.  The new version of _macosx.m fails to compile:
    22
     3{{{
    34src/_macosx.m: In function GraphicsContext_draw_text:
    45src/_macosx.m:2704: error: kCTForegroundColorFromContextAttributeName undeclared (first use in this function)
     6}}}
    57
    68There were lots of changes to _macosx.m. There were too many for me to immediately identify the culprit so I replaced the new version of _macosx.m with its predecessor and rolled on. That worked...