Report on XCode requirements
Henri Gomez
henri.gomez at gmail.com
Sat Apr 16 23:34:32 PDT 2011
I encountered problem when installing XCode 4 since it broke
/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Headers/JavaRuntimeSupport.h
/*
* JavaRuntimeSupport.h
* Copyright 2008 Apple Inc. All rights reserved.
*
*/
#import <JavaRuntimeSupport/JRSProperties.h>
#import <JavaRuntimeSupport/JRSLocalization.h>
#import <JavaRuntimeSupport/JRSStringConversion.h>
#import <JavaRuntimeSupport/JRSFont.h>
Reinstall Java Update 4 restored the correct contents :
/*
* JavaRuntimeSupport.h
* Copyright 2008-2011 Apple Inc. All rights reserved.
*/
#import <JavaRuntimeSupport/JRSDefines.h>
#import <JavaRuntimeSupport/JRSProperties.h>
#import <JavaRuntimeSupport/JRSLocalization.h>
#import <JavaRuntimeSupport/JRSCursor.h>
#import <JavaRuntimeSupport/JRSEvent.h>
#import <JavaRuntimeSupport/JRSMenu.h>
#import <JavaRuntimeSupport/JRSFont.h>
#import <JavaRuntimeSupport/JRSAppKitAWT.h>
#import <JavaRuntimeSupport/JRSUIControl.h>
#import <JavaRuntimeSupport/JRSUIProperties.h>
#import <JavaRuntimeSupport/JRSUIHitTesting.h>
#import <JavaRuntimeSupport/JRSUIScrollBars.h>
XCode 3.2.6 came also with 4.2.1 ?
On XCode 4 it reports as :
i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc.
build 5658) (LLVM build 2335.9)
> $ /Developer/usr/bin/llvm-gcc --version
> i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1
> (Based on Apple Inc. build 5658) (LLVM build 2335.6)
>
> I just ran the complete jdk/test/java/lang tests with jtreg and got:
>
> Test results: passed: 274; failed: 79; error: 5
>
> You can see the complete test summary report here: https://gist.github.com/923708
>
More information about the macosx-port-dev
mailing list