Changes between Version 1 and Version 2 of Ticket #37069, comment 13
- Timestamp:
- Dec 3, 2012, 7:38:28 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37069, comment 13
v1 v2 1 1 I observed the same build problem on my Mac OS X 10.5.8, while updating to 1.2.0. I am using python26 (py26-matplotlib). 2 3 proposal: change py27-matplotlib to py-matplotlib 2 4 3 5 XCode 3.1.4 4 6 5 proposal: change py27-matplotlib to py-matplotlib 7 With gcc-4.2 it builds fine: 8 {{{ 9 sudo port -v upgrade py26-matplotlib configure.compiler=gcc-4.2 10 }}}