Re: Is there a way to build Openjdk on a 64-bit Mac OS X 10.6.4?

2010-10-09 Thread MB
John Yeary skrev 2010-10-08 18.52: > Hello Arul, > > There is a note at the bottom of teh Darwin10Build page which tells > you how to change it > > #Compiler warnings are treated as errors > #WARNINGS_ARE_ERRORS = -Werror > > > I build the 32 bit version with no issues. I will build the 64-

Re: Is there a way to build Openjdk on a 64-bit Mac OS X 10.6.4?

2010-10-09 Thread Arul Dhesiaseelan
If I use soylatte 64-bit verion, I get a different error though. cd /Users/aruld/bsd-port/hotspot/make; \ make VM_TARGET=product1 generic_build1 ALT_OUTPUTDIR=/Users/aruld/bsd-port/

Re: Is there a way to build Openjdk on a 64-bit Mac OS X 10.6.4?

2010-10-09 Thread Arul Dhesiaseelan
Hi John, It looks like I went further with Stephen's scripts. But I started getting some errors shown below. I am on a 64-bit OSX. arul:bsd-port arul$ uname -a Darwin aruld 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:27:12 PDT 2010; root:xnu-1504.7.4~1/RELEASE_X86_64 x86_64

Re: Is there a way to build Openjdk on a 64-bit Mac OS X 10.6.4?

2010-10-09 Thread John Yeary
Hello Arul, Did you get it to build correctly? Stephen's scripts are similar to the ones on the wiki. Sent from my iPhone On Oct 8, 2010, at 16:22, Stephen Bannasch wrote: > This is how I build a 64-bit version on Mac OS X 10.6.4 -- see update.sh here: > > http://gist.github.com/617451 >