Installing the xcode command line tools resolved that issue.
xcode-select --install
On 5/9/16 5:26 PM, Pete Brunet wrote:
> Back on 6.2 but now getting
>
> Creating jjs from 1 file(s)
> strip: error: unable to find utility "strip", not a developer tool or in
> PATH
> make[3]: ***
> [/Users/petebr
Back on 6.2 but now getting
Creating jjs from 1 file(s)
strip: error: unable to find utility "strip", not a developer tool or in
PATH
make[3]: ***
[/Users/petebrunet/JDK9/JDK-8145207/client/build/macosx-x86_64-normal-server-release/support/modules_cmds-stripped/jdk.jlink/jimage]
Error 72
Config o
Going back to 6.2. Hopefully 7.3.1 won't force install itself this time.
On 5/9/16 3:30 PM, Pete Brunet wrote:
> Further along I got this (after using --disable-warnings-as-errors):
>
> ...
> Compiling 15 files for jdk.naming.dns
> ld: warning: object file
> (/Users/petebrunet/JDK9/JDK-8145207/cl
Further along I got this (after using --disable-warnings-as-errors):
...
Compiling 15 files for jdk.naming.dns
ld: warning: object file
(/Users/petebrunet/JDK9/JDK-8145207/client/build/macosx-x86_64-normal-server-release/support/native/java.base//libfdlibm.a)
was built for newer OSX version (10.9)
Thanks. That worked.
On 5/9/16 3:07 PM, Phil Race wrote:
> The usual one --disable-warnings-as-errors when running configure.
>
> -phil.
>
> On 05/09/2016 01:11 PM, Pete Brunet wrote:
>> Thanks Phil, I asked in the bug but will ask here too - is there a
>> workaround until the issue is resolved?
The usual one --disable-warnings-as-errors when running configure.
-phil.
On 05/09/2016 01:11 PM, Pete Brunet wrote:
Thanks Phil, I asked in the bug but will ask here too - is there a
workaround until the issue is resolved? In my case I have 6.2 and 7.3.1.
Pete
On 5/9/16 2:29 PM, Phil Race w
Thanks Phil, I asked in the bug but will ask here too - is there a
workaround until the issue is resolved? In my case I have 6.2 and 7.3.1.
Pete
On 5/9/16 2:29 PM, Phil Race wrote:
> https://bugs.openjdk.java.net/browse/JDK-8152856
>
> -phil.
>
> On 05/09/2016 12:20 PM, Pete Brunet wrote:
>> Am
https://bugs.openjdk.java.net/browse/JDK-8152856
-phil.
On 05/09/2016 12:20 PM, Pete Brunet wrote:
Am running into a build problem on Mac.
Creating libjvm.dylib from 771 file(s)
In file included from
/Users/petebrunet/JDK9/JDK-8145207/client/hotspot/src/share/vm/precompiled/precompiled.hpp:30:
Am running into a build problem on Mac.
Creating libjvm.dylib from 771 file(s)
In file included from
/Users/petebrunet/JDK9/JDK-8145207/client/hotspot/src/share/vm/precompiled/precompiled.hpp:30:
In file included from
/Users/petebrunet/JDK9/JDK-8145207/client/hotspot/src/share/vm/asm/assembler.inl
Why is this still an issue???
The fix is stupid simple:
diff --git a/src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m
b/src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m
--- a/src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m
+++ b/src/java.desktop/macosx/native/l
This was fixed by adding this to config:
--with-sdk-name=macosx10.9
On 4/1/16 5:26 PM, Phil Race wrote:
> This is bug https://bugs.openjdk.java.net/browse/JDK-8134884
>
> I am not sure about the bit where refreshing your repo triggered it since
> I don't think the source code changed recently, so
This is bug https://bugs.openjdk.java.net/browse/JDK-8134884
I am not sure about the bit where refreshing your repo triggered it since
I don't think the source code changed recently, so perhaps something
in your installed tool chain changed recently since it reads to me like
a particular combinat
My Mac build is failing today. Maybe something changed with respect to
the required SDK?
I refreshed my source and rebuilt and this is the output.
Building target 'images' in configuration
'macosx-x86_64-normal-server-release'
Compiling 776 files for jdk.xml.bind
Compiling 1227 files for java.xm
13 matches
Mail list logo