Changes between Initial Version and Version 1 of Ticket #41440, comment 3


Ignore:
Timestamp:
Jul 23, 2016, 1:12:22 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41440, comment 3

    initial v1  
    1 It looks to me like you didn't install the Command Line Tools on Mavericks as noted in the migration guide https://trac.macports.org/wiki/Migration#OSX10.9Mavericks.  If you don't do that, various header files are not installed in their conventional locations.  Try running `xcode-select --install` first, then a clean rebuild of `python27 +universal`.  The configure patch shouldn't be needed.
     1It looks to me like you didn't install the Command Line Tools on Mavericks as noted in the [wiki:Migration#OSX10.9Mavericks migration guide].  If you don't do that, various header files are not installed in their conventional locations.  Try running `xcode-select --install` first, then a clean rebuild of `python27 +universal`.  The configure patch shouldn't be needed.