Hi Phil, are you sure this is the first error?
Can you start a new, clean build with only one build job and post both, the configure line and output along with the build log (at least LOG=debug). Have you changed you Cygwin version or are you using a new disk/network share for your sources/output directory? I recently had two Windows build problems: - wrong files permission. This could be solved by adding the 'noacl' option to the list of default mount options in /etc/fstab of your Cygwin installation. - I had "multiple target patterns" failures which only appeared if using Cygwin make version less than 4.1. But both these problems can be at least partially related to our own, modified build environment. Regards, Volker On Sat, Apr 11, 2015 at 12:39 AM, Phil Race <philip.r...@oracle.com> wrote: > For some time (a couple of weeks) I have run into the following error > whenever I try to build on Windows on my system > I've been using forever .. I have worked around it by doing builds using > JPRT but its getting annoying. > Does anyone have a clue what I am doing wrong. This happens on brand new > clean forests etc. > > make[3]: *** No rule to make target > `/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/java.xml.bind/_the.java.xml.bind_batch', > needed by > `/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/jdk.xml.bind/_the.jdk.xml.bind_batch'. > Stop. > make[3]: *** Waiting for unfinished jobs.... > make[2]: *** [jdk.xml.bind-java] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[3]: *** No rule to make target > `/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/java.xml.bind/_the.java.xml.bind_batch', > needed by > `/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/java.xml.ws/_the.java.xml.ws_batch'. > Stop. > make[3]: *** Waiting for unfinished jobs.... > make[2]: *** [java.xml.ws-java] Error 1 > > -phil.