RE: jdk/jdk (+jdk12) Build failure on OSX 10.11

2019-06-25 Thread Baesken, Matthias
hias ; 'build- > d...@openjdk.java.net' > Cc: Schuenemann, Rene > Subject: Re: jdk/jdk (+jdk12) Build failure on OSX 10.11 > > Are you sure it's 10.11 that is the problem and not the version of Xcode? > > /Erik > > On 2019-06-19 00:51, Baesken, Matthias wrote: > > Hello,

Re: jdk/jdk (+jdk12) Build failure on OSX 10.11

2019-06-19 Thread Erik Joelsson
Are you sure it's 10.11 that is the problem and not the version of Xcode? /Erik On 2019-06-19 00:51, Baesken, Matthias wrote: Hello, I noticed that we fail on OSX 10.11 in the build . Reason is that NSWindowStyleMaskDocModalWindow is used since :

RE: jdk/jdk (+jdk12) Build failure on OSX 10.11

2019-06-19 Thread Baesken, Matthias
We could add a check for the existing OS_VERSION_MAJOR variable , this shows the kernel version but from my understanding the kernel to OSX mapping is pretty stable e.g. something like : diff -r 7cf925f385fe make/autoconf/toolchain.m4 --- a/make/autoconf/toolchain.m4Wed Jun