Re: Build failing on Mac OS X 10.12.5

2017-06-30 Thread Michel Trudeau
I am on 10.12.5 and this is what I use as a configure command to build jdk 10 successfully. bash configure --with-freetype-include=/usr/X11/include/freetype2 --with-freetype-lib=/usr/X11/lib --with-boot-jdk=/Users/micheltrudeau/java/jdk9/b167 --disable-warnings-as-errors -- Thanks, Michel

Re: Build failing on Mac OS X 10.12.5

2017-06-30 Thread Erik Joelsson
I think configure is looking for freetype in the wrong place on newer Macosx. You will need to point it out explicitly using a combination of --with-freetype* arguments. The "Bad file descriptor" error is benign IIRC, but happens a lot on mac. /Erik On 2017-06-29 18:09, Rohit Vaidya wrote: A

Re: Build failing on Mac OS X 10.12.5

2017-06-29 Thread Rohit Vaidya
A gentle reminder experts. I found something similar issue posted here https://community.oracle.com/thread/4038913 On Sun, Jun 18, 2017 at 12:49 AM, Rohit Vaidya wrote: > Hello Experts, > > I was running a fresh JDK 9 build on Mac OS Sierra 10.12.5. > "$sh configure" fails with freetype depende

Build failing on Mac OS X 10.12.5

2017-06-17 Thread Rohit Vaidya
Hello Experts, I was running a fresh JDK 9 build on Mac OS Sierra 10.12.5. "$sh configure" fails with freetype dependency. On installing freetype with brew it still continues to fail. configure: error: Could not find freetype! You might be able to fix this by running 'brew install freetype'. /Us

Re: build failing on Mac

2016-06-27 Thread Pete Brunet
Hi David, I responded before but didn't realize the response didn't go to the list. The problem was that I forgot this on configure: --with-sdk-name=macosx10.9 Pete On 6/27/16 10:01 AM, David DeHaven wrote: > It can't find the SDK. > > After installing command line tools, did you run "sudo xcode

Re: build failing on Mac

2016-06-27 Thread David DeHaven
It can't find the SDK. After installing command line tools, did you run "sudo xcode-select -switch /path/to/Xcode.app"? -DrD- > On Jun 22, 2016, at 10:09 PM, Pete Brunet wrote: > > Installed 6.3.2. Refreshed source. Ran configure. make clean. make > images. Build failed with > > === Out

Re: build failing on Mac

2016-06-22 Thread Pete Brunet
Installed 6.3.2. Refreshed source. Ran configure. make clean. make images. Build failed with === Output from failing command(s) repeated here === * For target support_native_java.desktop_libawt_lwawt_CGGlyphImages.o: In file included from /Users/petebrunet/JDK9/clone/client/jdk/src/java.deskt

Re: build failing on Mac

2016-06-20 Thread Pete Brunet
Thanks Daniel! Bookmarked. On 6/20/16 8:18 AM, Daniel Fuchs wrote: > Hi Pete, > > On 20/06/16 13:24, Pete Brunet wrote: >> Thanks Daniel, I will give it a try. I've not been having luck recently >> finding old versions of xcode. Any thoughts on the best place to >> find it? > > Apparently this

Re: build failing on Mac

2016-06-20 Thread Daniel Fuchs
Hi Pete, On 20/06/16 13:24, Pete Brunet wrote: Thanks Daniel, I will give it a try. I've not been having luck recently finding old versions of xcode. Any thoughts on the best place to find it? Apparently this is the place where you can get it: https://developer.apple.com/downloads/index.acti

Re: build failing on Mac

2016-06-20 Thread Pete Brunet
Thanks Daniel, I will give it a try. I've not been having luck recently finding old versions of xcode. Any thoughts on the best place to find it? Pete On 6/20/16 4:30 AM, Daniel Fuchs wrote: > Hi Pete, > > I had the same problem recently - and solved it by installing > Xcode 6.3 - which I was t

Re: build failing on Mac

2016-06-20 Thread Daniel Fuchs
Hi Pete, I had the same problem recently - and solved it by installing Xcode 6.3 - which I was told is the officially supported version. best regards, -- daniel On 18/06/16 01:20, Pete Brunet wrote: I haven't done a full build in around a month, but just pulled (tpull -u) / cleaned / reconfig

Re: build failing on Mac

2016-06-19 Thread Pete Brunet
On 6/19/16 10:52 PM, David Holmes wrote: > On 18/06/2016 10:20 AM, Pete Brunet wrote: >> I haven't done a full build in around a month, but just pulled (tpull >> -u) / cleaned / reconfigured and got this on my Mac: > > Did you update Xcode in that month? Hi David, IIRC I have not. I had problems

Re: build failing on Mac

2016-06-19 Thread David Holmes
On 18/06/2016 10:20 AM, Pete Brunet wrote: I haven't done a full build in around a month, but just pulled (tpull -u) / cleaned / reconfigured and got this on my Mac: Did you update Xcode in that month? David ... Creating gtestLauncher from 1 file(s) error: unknown warning option '-Wno-tautol

Re: build failing on Mac

2016-06-17 Thread Pete Brunet
An using configure switch --disable-warnings-as-errors for now. On 6/17/16 7:20 PM, Pete Brunet wrote: > I haven't done a full build in around a month, but just pulled (tpull > -u) / cleaned / reconfigured and got this on my Mac: > > ... > Creating gtestLauncher from 1 file(s) > error: unknown war

build failing on Mac

2016-06-17 Thread Pete Brunet
I haven't done a full build in around a month, but just pulled (tpull -u) / cleaned / reconfigured and got this on my Mac: ... Creating gtestLauncher from 1 file(s) error: unknown warning option '-Wno-tautological-undefined-compare'; did you mean '-Wno-tautological-compare'? [-Werror,-Wunknown-war