Re: JDK 7 build errors on Windows XP

2008-04-10 Thread Francis ANDRE
free.exe belongs to the package procps >> make/sanity-rules.gmk:61: *** multiple target patterns. Stop. You should downgrade the make.exe to the 3.80 version as explained in the README Kelly O'Hair a écrit : Yes. It is looking for the free command. It uses free to find the RAM memory size so

Re: JDK 7 build errors on Windows XP

2008-04-10 Thread Kelly O'Hair
Yes. It is looking for the free command. It uses free to find the RAM memory size so it can set the java -Xmx memory setting to an appropriate value based on your machine (javac, jar etc.) I assume you need to install the cygwin package that includes this command, but I'm not sure what package t

JDK 7 build errors on Windows XP

2008-04-10 Thread PJ Pillai
Hello, I using build b25 source code from - http://download.java.net/openjdk/jdk7/ I setup all the software as per readme html and setup my environment variable. When run make sanity, I am getting following error: c:\JDK7\java>make sanity /bin/sh: free: command not found make/sanity-rules.gmk:61

[Fwd: Re: Alternative to "forests"]

2008-04-10 Thread Kelly O'Hair
FYI... Interesting ideas on the use of forests or nested repositories. -kto Original Message Subject: Re: Alternative to "forests" Date: Thu, 10 Apr 2008 14:08:46 -0700 From: Bryan O'Sullivan <[EMAIL PROTECTED]> To: Benjamin Smedberg <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED]

Re: Build problem (Windows XP)

2008-04-10 Thread Mikhail Lapshin
I found the cause (thanks to Igor Nekrestyanov). It was in my build script. I explicitly set the MAKE environment variable. Accidentally, the variable included the "all" target. It caused make always do the "all" target. It crashed the build. Thanks, --Mikhail Mikhail Lapshin wrote: Hello,

Re: [WXP]: Help on JNI_CreateJavaVM exported symbol in jvm.dll

2008-04-10 Thread Steve Bohne
Francis: Look in build/windows/makefiles/vm.make: LINK_FLAGS=$(LINK_FLAGS) $(STACK_SIZE) /subsystem:windows /dll /base:0x800 \ /export:JNI_GetDefaultJavaVMInitArgs /export:JNI_CreateJavaVM\ /export:JNI_GetCreatedJavaVMs /export:jio_snprintf \ /export:jio_printf /ex

[WXP]: Help on JNI_CreateJavaVM exported symbol in jvm.dll

2008-04-10 Thread Francis ANDRE
Hi All For those interested in, I am building an msvc_2003 solution for the Hotspot JVM (compiler2 for now, compiler1 and kernel after) with the includes from the windows-i586-debug directory and using at link time the vm.def generated by the make debug_build. At run time, the java.exe fai

Build problem (Windows XP)

2008-04-10 Thread Mikhail Lapshin
Hello, I try to build the latest jdk7 on Windows XP and get the following error: n:/archer/export5/re/jdk/7/latest/binaries/W7GB8U~D/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx384m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootcl