[MacPorts] #55832: py36-matplotlib fails to compile on Snow Leopard

MacPorts noreply at macports.org
Fri Feb 16 16:32:30 UTC 2018


#55832: py36-matplotlib fails to compile on Snow Leopard
------------------------------------------+-----------------------------
 Reporter:  fvaccari                      |      Owner:
     Type:  defect                        |     Status:  new
 Priority:  Normal                        |  Milestone:
Component:  ports                         |    Version:  2.4.2
 Keywords:  py36-matplotlib Snow Leopard  |       Port:  py36-matplotlib
------------------------------------------+-----------------------------
 In order to compile py36-matplotlib on Snow Leopard I had to modify line
 1313 of file _macosx.m from this

 {{{
     for (size_t state_index = 0; state_index < n; state_index++)
 }}}

 to this

 {{{
     size_t state_index;
     for (state_index = 0; state_index < n; state_index++)
 }}}

 I think this solution should work on any other system, but better leave
 the decision to the experts...

 I didn't check if the same issue exists for other py?? versions

--
Ticket URL: <https://trac.macports.org/ticket/55832>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list