Additional patch required after changeset e005f3586ade, src/solaris/native/java/lang/UNIXProcess_md.c

2009-10-04 Thread Dave Cheney
Hi, Please excuse my inexperience with Mercurial. I found that I needed an additional patch after applying e005f3586ade to the jdk/ tree. The patch is included below. I hope it is of use. Cheers Dave -- --- a/src/solaris/native/java/lang/UNIXProcess_md.c +++ b/src/solaris/native/java/lang/

Re: Building Java 7 on OS X Snow Leopard

2009-10-07 Thread Dave Cheney
I find this works for me. Removing the CC / CXX references from the make line causes the printf issues whilst compiling hotspot, so I assume that, when specified, they are working as advertised. Cheers Dave -- crimson:~ dave$ cat jdk7/bsd-port/build.sh export LC_ALL=C export LANG=C unset CL

Re: Building Java 7 on OS X Snow Leopard

2009-10-23 Thread Dave Cheney
It appears you have to pass make \ ALT_BOOTDIR=/Users/dave/jdk7/soylatte16-i386-1.0.3 \ JAVA_TOOLS_DIR=/Users/dave/jdk7/soylatte16-i386-1.0.3/bin \ both ALT_BOOTDIR and JAVA_TOOLS_DIR to compile. Cheers Dave On 23/10/2009, at 8:56 AM, Oliver Schrenk wrote: > Hi, > > I was following the th