Hello,
I think this needs to be looked at by someone in the 2d team. David
DeHaven was involved in this work I think.
Solaris in this context contains a lot of things common to all non
windows platforms.
/Erik
On 2014-01-09 19:47, Dan Smith wrote:
I'm trying to do a vanilla build on Mac O
The WebRev tool (webrev.ksh) have been moved to a separate repo in the
code-tools project. This will make sure we have a single master copy,
instead of several forks across all jdk versions.
The copy of webrev currently located in the jdk forests (at
/make/scripts/webrev.ksh) will be removed.
Voting for Magnus Ihse Bursie [1] is now closed.
Yes: 4
Veto: 0
Abstain: 0
According to the Bylaws definition of Lazy Consensus, this is sufficient
to approve the nomination.
/Erik
[1]
http://mail.openjdk.java.net/pipermail/build-dev/2013-December/011279.html
> I'm trying to do a vanilla build on Mac OS X Mavericks. (Using an old copy
> of Xcode 4.)
>
> Configure succeeds as follows, while acknowledging that X11 is not found:
>
> sh configure --with-boot-jdk=$JAVA7_HOME
> --with-tools-dir=/Applications/Xcode4.app/Contents/Developer/usr/bin
> ...
>
The only surprise here is that configure is no longer looking for X11. Since
X11 is slated for complete excision I don't *really* consider that a bug, or at
the least an extremely low priority bug which puts it below JDK-8003900 anyways.
-DrD-
> Hello,
>
> I think this needs to be looked at b
Hi all,
Trying to get a build environment on OSX 10.8.5 set up and am getting the
following error from configure:
configure: error: Could not find free type!
I have attached the config.log
I originally installed Xcode 5.0.2 but that caused configure to fail due to a
gcc version issue :-(
In case configure is looking for
it is here on my system freetype.6.dylib
ew-host-5:lib lance$ ls -l /usr/X11/lib/libfreetype.6.dylib
-rwxr-xr-x 1 root wheel 25984 Nov 15 2012 /usr/X11/lib/libfreetype.6.dylib
Best
Lance
On Jan 10, 2014, at 5:45 PM, Lance Andersen wrote:
> Hi all,
>
> T