Changes between Initial Version and Version 4 of Ticket #33918


Ignore:
Timestamp:
Aug 9, 2012, 8:40:22 PM (12 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33918

    • Property Owner changed from macports-tickets@… to jwa@…
    • Property Port py27-wxpython added
  • Ticket #33918 – Description

    initial v4  
    11'''Symptom:'''
     2{{{
    23:info:build     compiler_so = _darwin_compiler_fixup(compiler_so, cc_args + extra_postargs)
    34:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-wxpython/py27-wxpython/work/wxPython-src-2.8.12.1/wxPython/config.py", line 770, in _darwin_compiler_fixup
     
    1415:info:build Warning: the following items did not execute (for py27-wxpython): org.macports.activate org.macports.build org.macports.destroot org.macports.install
    1516:notice:build Log for py27-wxpython is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-wxpython/py27-wxpython/main.log
    16 
     17}}}
    1718'''Culprit:'''
    1819SDKs folder is hard coded in config.py
     
    2122'''Workaround:'''
    2223Create some links ...
    23 
     24{{{
    2425#cd /
    2526#ln -s /Applications/Xcode.app/Contents/Developer Developer
    2627#cd /Developer
    2728#ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs SDKs
     29}}}