See https://javafx-jira.kenai.com/browse/RT-34388
On May 27, 2014, at 9:29 AM, David Hill <david.h...@oracle.com> wrote: > On 5/27/14, May 27, 12:22 PM, Scott Palmer wrote: >> >> The root cause seems to be that I am missing the OS X 10.7 SDK: >> >> clang: warning: no such sysroot directory: >> '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk' >> >> But I do have later versions for 10.8 and 10.9. >> >> Tweaking buildSrc/mac.gradle so MACOSX_MIN_VERSION is 10.8 allowed me >> to finally complete a successful build! - I think I haven't tested >> anything yet.. but at least gradle stopped complaining. > > When I ran into this, I symlinked MacOSX10.7.sdk to MacOSX10.8.sdk > Was told I could set the property MACOSX_MIN_VERSION on the command line, but > that got old quick :-) > > Dave > > -- > David Hill <david.h...@oracle.com> > Java Embedded Development > > "Experience is that marvelous thing that enables you to recognize a mistake > when you make it again." > -- Franklin P. Jones >