Building on Mac with latest Xcode

2013-10-07 Thread Sven Reimers
Hi, since I had to once more reinstall my Mac short before Java One I lost a couple of updates, so I finally got the latest XCode installed, which does not include MacOSX 10.7 SDK. Fixing building is easy - just change minimum version in buildSrc/mac.gradle to 10.8 does the trick. So what is

Re: Building on Mac with latest Xcode

2013-10-07 Thread Richard Bair
I just ran into this as well. Instead of editing mac.gradle, you should copy gradle.properties.template to gradle.properties, and add MACOSX_MIN_VERSION=10.8 There should be a more robust way for mac.gradle to find the right version if the old one isn't available. Richard On Oct 7, 2013, at

Re: Building on Mac with latest Xcode

2013-10-07 Thread Kevin Rushforth
I know that David DeHaven looked into this. Maybe he will have something to add? For production, we need to use gcc (not clang) and the 10.7 SDK, but having a solution that makes it easy for developers to build with latest would be a good thing. -- Kevin Sven Reimers wrote: Hi, since I