Re: Building openjdk 8 on Mac OS X

2015-01-06 Thread Wang Weijun
Advices from Denis and Na (were in this thread, quoted at the end), and 1. MACOSX_DEPLOYMENT_TARGET is also necessary for make 2. I need an extra configure argument --with-tools-dir=/Applications/Xcode4.app/Contents/Developer/usr/bin 3. When applying Na's patch, make sure to use Xcode4.app i

Re: Building openjdk 8 on Mac OS X

2015-01-06 Thread Manas Thakur
Hi Toby, Can you please share all those patches that you needed to do in order to successfully build jdk8 (or jdk8u) on MAC OS X Yosemite? Regards, Manas

Re: Problems building JFX media -help

2015-01-06 Thread David DeHaven
You should direct FX related issues to openjfx-dev instead. -DrD- > I am trying to build JavaFX with native media enabled. For background, read > *The initial problem* below. > > So I am stuck in build.gradle ( line 2392 for me) in def buildGlib{ I > have progressed somewhat since the

Problems building JFX media -help

2015-01-06 Thread Robin & Di Hayman
I am trying to build JavaFX with native media enabled. For background, read *The initial problem* below. So I am stuck in build.gradle ( line 2392 for me) in def buildGlib{ I have progressed somewhat since the initial problem. To me it now seems that Gradle or Cywin or Make is messing

Re: Building openjdk 8 on Mac OS X

2015-01-06 Thread David DeHaven
>> You need to patch /hotspot/make/bsd/makefiles/saproc.make to make it use >> 10.8sdk instead of system library in Yosemite. >> >> - SALIBS = -g -framework Foundation >> -F/System/Library/Frameworks/JavaVM.framework/Frameworks >> -framework JavaNativeFoundation -framework Security -framework Co