Changes between Initial Version and Version 1 of Ticket #34108


Ignore:
Timestamp:
Apr 18, 2012, 2:09:47 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34108

    • Property Owner changed from macports-tickets@… to jwa@…
    • Property Summary changed from Python27 Build error to python27: error: 'AE/AE.h' file not found
    • Property Port python27 added; Python27 removed
  • Ticket #34108 – Description

    initial v1  
    1 Using lion 10.7.3 and Xcode 4.3.2[[BR]]
     1Using lion 10.7.3 and Xcode 4.3.2
    22
    3 Error once it gets to Building python27. Saw a similar ticket that solved the problem by using[[BR]]
    4 $ sudo port clean python27[[BR]]
    5 This hasn't worked for me though. Originally encountered the error as a part of porting ImageMagick, where I got the Warning: xcodebuild exists but failed to execute, and used [[BR]]
    6 sudo xcode-select -switch /Applications/Xcode.app which seemed to have corrected that error.
     3Error once it gets to Building python27. Saw a similar ticket that solved the problem by using
     4{{{
     5$ sudo port clean python27
     6}}}
     7This hasn't worked for me though. Originally encountered the error as a part of porting ImageMagick, where I got the
     8{{{
     9Warning: xcodebuild exists but failed to execute
     10}}}
     11and used
     12{{{
     13sudo xcode-select -switch /Applications/Xcode.app
     14}}}
     15which seemed to have corrected that error.