[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1053: Support newer Xcode versions on Mac
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1053: Support newer Xcode versions on Mac |
Date: |
Wed, 25 Sep 2013 08:23:05 -0000 |
#1053: Support newer Xcode versions on Mac
--------------------------+-------------------------------------------------
Reporter: felix | Owner:
Type: defect | Status: new
Priority: major | Milestone: someday
Component: build system | Version: 4.8.x
Keywords: |
--------------------------+-------------------------------------------------
in Xcode 4 and 5 the development tools are now all located under the
`Applications/Xcode.app` directory (by default). It should be possible to
check this and setup all paths automatically without requiring the user to
modify the PATH.
Note that the paths changed between Xcode 4 and 5 (of course).
Additionally `-isysroot` options have to be set when running the compiler.
This is particularly important when you want to build for iOS (either the
simulator or the device).
Attached are two patches that extend the build-system and some scripts
that try to figure out the correct location of Xcode. Note that this
hasn't been adapted to Xcode 5 yet (but I can assist if someone is
interested).
--
Ticket URL: <http://bugs.call-cc.org/ticket/1053>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1053: Support newer Xcode versions on Mac,
Chicken Trac <=