Changes between Initial Version and Version 2 of Ticket #32084


Ignore:
Timestamp:
Nov 16, 2011, 6:32:57 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32084

    • Property Status changed from new to closed
    • Property Cc jwa@… added
    • Property Resolution changed from to invalid
    • Property Summary changed from Python 2.7 build fails on Lion with MacPorts 2.0.3 to python27 build fails on Lion with MacPorts 2.0.3
  • Ticket #32084 – Description

    initial v2  
    11I'm trying to get Python 2.7 installed on my Lion, but it fails to compile. I tried it with the standard GCC 4.2 (LLVM) compiler, with the installed GNU 4.2 compiler and also installed GCC 4.2 from MacPorts and tried this:
    22
     3{{{
    34sudo port install python27 configure.compiler=apple-gcc-4.2 configure.cxx=g++-apple-4.2 build.jobs=1
     5}}}
    46
    57…as described in the documentation.