id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,port 55832,py-matplotlib fails to compile on Snow Leopard,fvaccari,seanfarley,"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 ",defect,closed,Normal,,ports,2.4.2,fixed,,,py-matplotlib