Changes between Initial Version and Version 1 of Ticket #49617
- Timestamp:
- Nov 7, 2015, 2:32:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49617
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
- Property Port py-matplotlib added
-
Property
Status
changed from
-
Ticket #49617 – Description
initial v1 1 1 Updates 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: 2 2 3 {{{ 3 4 src/_macosx.m: In function GraphicsContext_draw_text: 4 5 src/_macosx.m:2704: error: kCTForegroundColorFromContextAttributeName undeclared (first use in this function) 6 }}} 5 7 6 8 There 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...