[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 8a833c: Check for finding an SDK (the compiler error messa...

Tobias Pape Das.Linux at gmx.de
Wed Apr 18 19:14:10 UTC 2018


> On 18.04.2018, at 18:58, GitHub <noreply at github.com> wrote:
> 
>  Branch: refs/heads/Cog
>  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
>  Commit: 8a833c8f22609f8e58ffea022d9dbde735269d16
>      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/8a833c8f22609f8e58ffea022d9dbde735269d16
>  Author: Eliot Miranda <eliot.miranda at gmail.com>
>  Date:   2018-04-18 (Wed, 18 Apr 2018)
> 
>  Changed paths:
>    M build.macos32x86/HowToBuild
>    M build.macos32x86/common/Makefile.flags
>    M build.macos64x64/HowToBuild
>    M build.macos64x64/common/Makefile.flags

What about using xcrun for that?

xcrun --sdk macosx10.12 --show-sdk-path

(as in:
$ xcrun --sdk macosx10.12 --show-sdk-path
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
$ xcrun --sdk macosx10.11 --show-sdk-path
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
$ xcrun --sdk macosx10.10 --show-sdk-path
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
)

it can also be used to use the tools from that respective sdk…


> 
>  Log Message:
>  -----------
>  Check for finding an SDK (the compiler error message is cryptic when this
> happens).  Inform of the git repositories of SDKs as a source for them.
> 
> 



More information about the Vm-dev mailing list