Re: Help building under Windows7 64-bit

2010-06-07 Thread cowwoc
Hi Kelly, kelly.ohair-2 wrote: > > Note that Windows7 is a bit of an unknown to use as far as being a > build machine, it should work, but in > general, the formal 32bit builds of jdk7 use older Windows releases, > e.g. 2000 and soon that newer one "XP" ;^) > You are trying a 64bit build wi

Re: Help building under Windows7 64-bit

2010-06-07 Thread cowwoc
Andrew John Hughes wrote: > > I've never built on Windows, nor would I ever want to. But at a > guess, your problem here is that you have spaces in your path to ant. > Move it to something like C:\ant and you'll probably get further. > You are right, but I can't figure out why. Here is the sc

Re: Using Java7 as Boot JDK?

2010-06-07 Thread cowwoc
Andrew John Hughes wrote: > >> Assuming you're talking about building JDK7, this should work.   In fact, >> one of the standard tests for a JDK build is to see if it can build >> itself. >> This is done by setting SKIP_BOOT_CYCLE=false on the make command line. >> If >> you set this parameter, t

Re: PROCESSOR_IDENTIFIER: command not found

2010-06-07 Thread cowwoc
David Holmes-9 wrote: > >> Shouldn't jdk_generic_profile.sh use braces instead of round brackets? >> That >> is, ${PROCESSOR_IDENTIFIER} instead of $(PROCESSOR_IDENTIFIER)? Is this a >> bug in the makefile? > > It's a bug in the script - a typo introduced by this recent changeset: > > changese

Help building under Windows7 64-bit

2010-06-07 Thread cowwoc
Hi, I am attempting to build OpenJDK under Windows7 64-bit, Visual Studio 2010. Here is the output of "make sanity": -- ( cd ./jdk/make && \ make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=C:/users/gili/DOCUME~1/jdk7/jdk7/jdk JDK_MAKE_SHARED_DIR=C:/users/gili/DOCUME~1/jd

Using Java7 as Boot JDK?

2010-06-07 Thread cowwoc
Hi, Has anyone tried building OpenJDK using a JDK7 as the boot JDK? Is there any reason to expect this will fail? Ideally I don't want two different JDK versions installed on my machine ;) Gili -- View this message in context: http://old.nabble.com/Using-Java7-as-Boot-JDK--tp28808783p28808783.

Re: PROCESSOR_IDENTIFIER: command not found

2010-06-07 Thread cowwoc
Raffaello Giulietti wrote: > > Gili, > > you can find some instructions about how to download a working make > here, in the section "Make" > > http://mail.openjdk.java.net/pipermail/build-dev/2010-May/002955.html > > Hope this helps > Raffaello > > I ended up using http://www.cmake.org/fil

Re: PROCESSOR_IDENTIFIER: command not found

2010-06-06 Thread cowwoc
cowwoc wrote: > > Hi, > > I'm trying to build OpenJDK under Windows7 64-bit with Visual Studio 2010. > When I run jdk_generic_profile.sh I get: > > /cygdrive/c/Users/Gili/Documents/jdk7/jdk7/jdk/make/jdk_generic_profile.sh: > line > 177: PROCESSOR_IDENTIF

PROCESSOR_IDENTIFIER: command not found

2010-06-06 Thread cowwoc
Hi, I'm trying to build OpenJDK under Windows7 64-bit with Visual Studio 2010. When I run jdk_generic_profile.sh I get: /cygdrive/c/Users/Gili/Documents/jdk7/jdk7/jdk/make/jdk_generic_profile.sh: line 177: PROCESSOR_IDENTIFIER: command not found I am using GNU Make 3.81 for now because I am un