OpenJDK build dependencies
Erik Joelsson
erik.joelsson at oracle.com
Mon Sep 21 21:29:42 UTC 2015
Hello,
On 2015-09-21 11:50, Ganesh wrote:
>
> Do we require following dependencies to build OpenJDK 8 in Windows.
> The OpenJDK 8 build readme didn't mention about these dependecies but
> OpenJDK 7 requires these. Please confirm. I have installed complete
> Visual Studio 2010 professional.
>
> Windows 7 SDK
> Direct X 9
> Apache Ant
>
None of the above are needed for JDK 8.
> While building i am getting the below error.
>
> Could not start process! Failed with error 2: The system cannot find
> the file specified.
>
> make[2]: ***
> [/cygdrive/c/work/openjdk/openjdk-8u/build/windows-x86_64-normal-server-release/jdk/objs/libfdlibm/e_acos.obj]
> Error 1
> make[1]: *** [libs-only] Error 2
> /cygdrive/c/work/openjdk/openjdk-8u//make/Main.gmk:115: recipe for
> target 'jdk-only' failed
> make: *** [jdk-only] Error 2
>
Could you rerun with "make JOBS=1 LOG=debug" so we can see the failing
command line? This looks like you are missing a tool in cygwin, but I
can't be sure what.
/Erik
>
> Regards
> Ganesh
More information about the build-dev
mailing list