Ho installato Xcode e MacPorts su un MacBook Air della metà del 2013, ma MacPorts non funziona, dicendo che non riesce a trovare nulla.
mba:~ cnst$ sudo port install wget
Warning: The Command Line Tools for Xcode don't appear to be installed; most ports will likely fail to build.
Warning: See http://guide.macports.org/chunked/installing.xcode.html for more information.
---> Computing dependencies for wgetError: Unable to execute port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it?
mba:~ cnst$
E, in effetti, non c'è make
o clang
nel percorso, ma è sicuramente installato, però:
mba:~ cnst$ find /Applications -name "clang" -or -name "make"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang
/Applications/Xcode.app/Contents/Developer/usr/bin/make
mba:~ cnst$
Perché non c'è make o clang nel percorso? Perché MacPorts non funziona?
Ho notato che link menziona che devi installare qualcosa da ADC, Apple Command Line Developer Tools
, ma ADC non lo fa Lavoriamo dallo scorso giovedì o venerdì a causa della loro violazione della sicurezza, quindi gli strumenti per gli sviluppatori non si trovano da nessuna parte.
Qual è la soluzione giusta qui?