Report on XCode requirements

Stephen Bannasch stephen.bannasch at deanbrook.org
Sat Apr 16 20:00:13 PDT 2011


At 10:38 PM +0200 4/16/11, Julien Ponge wrote:
>Hi,
>
>I've been trying to build the macosx port since friday, on 2 different machines with the latest system updates and XCode 3.2.6. The build would fail every time on some ObjC file from the AWT native code. I think it was on CGImage-something. At least I could observe this on several Hg revisions and merges.
>
>Upgrading to XCode 4 fixed my woes, hence I guess the wiki page should be updated since XCode 3 is definitely not working.

I've got xcode 3.2.6 installed and just built macosx-port -- the build completes and works.

This is what llvm-gcc reports for it's version number:

  $ /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