Changes between Initial Version and Version 1 of Ticket #37274


Ignore:
Timestamp:
Dec 10, 2012, 11:31:38 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

MacPorts won't use the make in /Applications/Xcode.app/Contents/Developer/usr/bin (nor will it use your PATH). MacPorts needs make in /usr/bin, where the command line tools installer will put it. Please open Xcode, go to the Preferences window, to the Downloads section, and install the command line tools.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37274

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Component changed from ports to base
  • Ticket #37274 – Description

    initial v1  
    22This is in my PATH in .bashrc, .bash_profile, and .profile, but port seems to use a different PATH and cannot find it:
    33
     4{{{
    45jarmac:tmp jar$ echo $PATH
    56/opt/local/bin:/opt/local/sbin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/ant/bin:/usr/local/bin:/usr/local/sbin:/Users/jar/bin:/Users/jar/mpj/bin:/Users/jar/android-sdk-macosx/tools:/Users/jar/android-sdk-macosx/platform-tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin
     
    4344    (file "./restore_ports.tcl" line 267)
    4445jarmac:tmp jar$
    45 
     46}}}