Re: JDK7u40: build issue with a french VS2010 Express

2013-10-10 Thread Ludovic HOCHET
Hello, Coming back to this: "But that does not work neither because when one download VS2010 Express from a French territory, one gets the French version EVEN if the English version was explicitly requested (I made it twice, thinking I missed to select the English version)." Sadly I see the same. I

Re: JDK7u40: build issue with a french VS2010 Express

2013-10-04 Thread Magnus Ihse Bursie
On 2013-10-04 07:56, David Holmes wrote: Not sure how the build is supposed to account for all possible languages used by the toolsets such that it can determine what the version is ?? In other languages the word "version" may not even appear. Doesn't this compiler have some flag to print the

Re: JDK7u40: build issue with a french VS2010 Express

2013-10-03 Thread David Holmes
On 3/10/2013 10:56 PM, Francis ANDRE wrote: Hi In the 7u40/jdk/make/common/shared/Compiler-msvc.gmk, the code for computing the CC_VER does work with a French VS2010 Express compiler CC_VER := $(shell $(CC) 2>&1 | $(HEAD) -n 1 | $(SED) 's/.*\(Version.*\)/\1/' | $(NAWK) '{print $$2}') because

JDK7u40: build issue with a french VS2010 Express

2013-10-03 Thread Francis ANDRE
Hi In the 7u40/jdk/make/common/shared/Compiler-msvc.gmk, the code for computing the CC_VER does work with a French VS2010 Express compiler CC_VER := $(shell $(CC) 2>&1 | $(HEAD) -n 1 | $(SED) 's/.*\(Version.*\)/\1/' | $(NAWK) '{print $$2}') because the cl command returns Compilateur d'opt