Re: Problems about building JDK9 on windows

2014-04-22 Thread Erik Joelsson
That didn't help much unfortunately. I'm suspecting something strange in your environment. Could you try applying this patch and post then post the contents of full-vs-env.txt? diff -r 9d88779ac71e common/autoconf/toolchain_windows.m4 --- a/common/autoconf/toolchain_windows.m4 Mon Apr 21

Re: Problems about building JDK9 on windows

2014-04-17 Thread Amanda Jiang
Hi Volker, As Erik mentioned, localdevenv.sh is not existed. The toolchain detection part from config.log are pasted below: Command: /cygdrive/c/Users/amjiang/workspace/tools/jdk1.8.0/bin/java -Xmx512M -version configure:26179: result: -XX:+UseSerialGC -Xms32M -Xmx512M configure:26624: Using

Re: Problems about building JDK9 on windows

2014-04-17 Thread Erik Joelsson
Hello Volker, On 2014-04-17 10:26, Volker Simonis wrote: Hi, what is "set-vs-env.sh"? I can not find that in my output directory. I think the variables INCLUDE and LIB from which VS_INCLUDE and VS_LIB are derived are in /localdevenv.sh That depends what source you are building. Magnus recently

Re: Problems about building JDK9 on windows

2014-04-17 Thread Volker Simonis
Hi, what is "set-vs-env.sh"? I can not find that in my output directory. I think the variables INCLUDE and LIB from which VS_INCLUDE and VS_LIB are derived are in /localdevenv.sh Amanda, could you please also post the contents of /localdevenv.sh Also please post the part of config.log where the

Re: Problems about building JDK9 on windows

2014-04-16 Thread Magnus Ihse Bursie
On 16 apr 2014, at 21:00, Amanda Jiang wrote: > > VS_INCLUDE=" " > VS_LIB=" " These should not be empty. It is the cause of your failures. The question is why they are empty, though... /Magnus

Re: Problems about building JDK9 on windows

2014-04-16 Thread Amanda Jiang
HI Erik, Thanks for replying, below are contents of set-vs-env.sh $ cat set-vs-env.sh VS_PATH="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 10.0/VSTSDB/Deploy:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE:/cygdrive/c/Program Files (x86)/Microsoft Visual S

Re: Problems about building JDK9 on windows

2014-04-16 Thread Erik Joelsson
Hello Amanda, I suspect there is something weird in your environment that makes the variable extraction from the visual studio setup bat file fail. Could you paste the contents of the file /set-vs-env.sh? /Erik On 2014-04-16 01:43, Amanda Jiang wrote: Hi Volker, A more detailed log from co

Re: Problems about building JDK9 on windows

2014-04-15 Thread Amanda Jiang
Hi Volker, A more detailed log from config.log is pasted below -- configure:28612: Using microsoft C compiler version 16.00.30319.01 [Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86] con

Re: Problems about building JDK9 on windows

2014-04-15 Thread Volker Simonis
Hi Amanda, it would be useful if you could post the compile command line from config.log which lead to the error (i.e. some of the lines above the snippet you posted) to see what happened. Regards, Volker On Tue, Apr 15, 2014 at 1:57 AM, Amanda Jiang wrote: > Hi All, > > I tried to build JDK9

Problems about building JDK9 on windows

2014-04-14 Thread Amanda Jiang
Hi All, I tried to build JDK9 on a windows machine (Win server 2008 R2 Enterprise) and got following error messages $ ./configure --with-boot-jdk=/cygdrive/c/Users/amjiang/workspace/tools/jdk1.8.0 --with-target-bits=32 ... configure: Using microsoft C compiler version 16.00.30319.01 [Mi