On 05/01/15 2:57 AM, Na Pei wrote:
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 CoreFoundation
+ SALIBS = -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
/Developer/SDKs/MacOSX10.8.sdk
-g -framework Foundation
-F/System/Library/Frameworks/JavaVM.framework/Frameworks -framework
JavaNativeFoundation -framework Security -framework CoreFoundation
Manas Thakur <manasthakur17@...> writes:
Yes, I just found this out the hard way yesterday (and many other
patches are required too).
Is there any chance OS X fixes can make it upstream?
--Toby