jdk9 configure problem

2015-11-04 Thread Naveen Kumar
Hi, I am getting the following error (below) while running configure on jdk9 (openjdk) on cygwin on windows7. Should I download freetype & build it with VS(2013)? If yes, then what are special build instructions. If no then how to fix this. ---

Re: jdk9 configure problem

2015-11-04 Thread Erik Joelsson
I would suggest you try doing exactly what the error message suggests as that will most likely work fine. /Erik On 2015-11-04 21:03, Naveen Kumar wrote: Hi, I am getting the following error (below) while running configure on jdk9 (openjdk) on cygwin on windows7. Should I download freety

Re: jdk9 configure problem

2015-11-05 Thread Volker Simonis
I suppose configure found a Cygwin-version of freetype (because I don't think there's a pkg-config on Windows) which can not be used for a native Windows build. Please just follow the instructions. They should be pretty clear (because I wrote them :) If not, please let me know what could be improv