Open GoogleCodeExporter opened 9 years ago
Looks like Apple has borked all backwards compatible for compiling >:
Original comment by timchar...@gmail.com
on 19 May 2014 at 2:51
We compile code on 10.9 that needs to run on 10.6 with the following
-mmacosx-version-min=10.6 -isysroot/Developer/SDKs/MacOSX10.6.sdk
-DMACOSX_DEPLOYMENT_TARGET=10.6
In general -mmacosx-version-min and the correct sdk are required to build for
older platforms. the older sdk may needs to be extracted from an older xcode
release. depending on what versions you want and use.
But yeah, backwards compatibility with the new xcode isn't that convenient.
Original comment by toni.sch...@gmail.com
on 21 May 2014 at 11:30
I've been doing all of that for the past several versions, except for the flag
" -DMACOSX_DEPLOYMENT_TARGET=10.6"
I've recently pushed a new version of the installer. Any chance you can test it
out and see if it works now?
See this script for the changes in flags:
https://github.com/timcharper/git_osx_installer/commit/d0f138ad09d84f552ca061d60
1140359b9e3533f
Original comment by timchar...@gmail.com
on 29 Jun 2014 at 8:33
Issue 96 has been merged into this issue.
Original comment by timchar...@gmail.com
on 29 Jun 2014 at 8:33
Original issue reported on code.google.com by
toni.sch...@gmail.com
on 16 May 2014 at 8:21