Thanks. This was useful. Similar experience for me, except 'make sanity'
failed immediately because of the X11 freetype dependency.
Following these hints, I was able to successfully build jdk8/jdk8 on a fresh
Mountain Lion install by doing the following:
- Get the Xcode application from the A
On 7/25/2012 2:23 PM, Kelly O'Hair wrote:
Naoto has noticed this build failure on the Mac (just the Mac) when building
just the jdk repository.
From what I can tell, the Mac build of the jdk repository now depends on the
langtools repository also
being built, which means that partial builds o
I don't know why we build xawt on OS X - at least by default.
We don't use X11 for UI in our JDK on Mac and I'm 99% sure its not
getting tested.
Building the XAWT toolkit on OS X perhaps should be an optional selection
-phil.
On 7/27/2012 10:48 AM, Kelly O'Hair wrote:
Some interesting inform
Some interesting information on anyone trying to build OpenJDK on Mountain
Lion... 10.8 I assume.
-kto
Begin forwarded message:
> From: Naoto Sato
> Subject: JDK build on Mountain Lion
> Date: July 27, 2012 9:52:02 AM PDT
> To: Kelly O'Hair
> Cc: java_i18n_ww_...@oracle.com
>
> Hi Kelly,