Trouble building on OS X

2009-05-22 Thread Frank Wierzbicki
Hi all, I am attempting to build bsd-port on a Intel Core 2 Duo MacBook Pro with OS X 10.5.7. I followed Landon Fuller's instructions here: http://landonf.bikemonkey.org/code/java/SoyLatte_Meets_OpenJDK.20080819.html. But the build ends with: Linking vm... { \ echo Linking launcher.

Re: Trouble building on OS X

2009-05-22 Thread David Green
I followed these instructions to build JDK 7 from source. The instructions didn't work perfectly for me -- but they were pretty good. Basically followed everything verbatim with the exception that I had to install MacPorts and use it to get

Re: Trouble building on OS X

2009-05-22 Thread Frank Wierzbicki
Thanks for the quick reply David. I'm still having no luck. I forgot to mention that I am using xcode 3.1.2 (the latest), and I downloaded the binary soylatte: 32-bit JDK for Mac OS X 10.4 and 10.5: soylatte16-i386-1.0.3.tar.bz2 My build script looks like this: LC_ALL=C LANG=C unset CLASSPATH

hg: bsd-port/bsd-port/hotspot: Remove space between -L and path to fix build on Apple

2009-05-22 Thread kurt
Changeset: f658ac06fb8e Author:kurt Date: 2009-05-22 11:31 -0400 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f658ac06fb8e Remove space between -L and path to fix build on Apple ! make/bsd/makefiles/launcher.make

Re: Trouble building on OS X

2009-05-22 Thread Kurt Miller
Frank Wierzbicki wrote: > Hi all, > > I am attempting to build bsd-port on a Intel Core 2 Duo MacBook Pro > with OS X 10.5.7. I followed Landon Fuller's instructions here: > http://landonf.bikemonkey.org/code/java/SoyLatte_Meets_OpenJDK.20080819.html. > But the build ends with: > > Linking vm..

Re: Trouble building on OS X

2009-05-22 Thread Paul Phillips
On Fri, May 22, 2009 at 11:33:46AM -0400, Kurt Miller wrote: > Please pull down the latest change and try again. I believe this > should be fixed now. Ah, thanks much. For your info, I had to make two additional changes to complete the build on OSX 10.5.7, both tweaking includes. In GnomeFil

hg: bsd-port/bsd-port/jdk: Minor include fixes for Mac OS build.

2009-05-22 Thread landonf
Changeset: edf86ee176b8 Author:Landon Fuller Date: 2009-05-22 13:55 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/edf86ee176b8 Minor include fixes for Mac OS build. ! src/share/native/com/sun/java/util/jar/pack/main.cpp ! src/solaris/native/sun/nio/fs/GnomeFileTy

Re: Trouble building on OS X

2009-05-22 Thread Charles Oliver Nutter
I know you want to get a working build yourself, but if you're stuck and need to move forward for JavaOne stuff I can toss you a binary (Sun employee to Sun employee only) or maybe we can coax Attila into doing a fresh build for the world :) Frank Wierzbicki wrote: > Thanks for the quick reply

Re: Trouble building on OS X

2009-05-22 Thread Landon Fuller
On May 22, 2009, at 3:01 PM, Charles Oliver Nutter wrote: I know you want to get a working build yourself, but if you're stuck and need to move forward for JavaOne stuff I can toss you a binary (Sun employee to Sun employee only) or maybe we can coax Attila into doing a fresh build for the

Re: Trouble building on OS X

2009-05-22 Thread John Rose
Thanks! Now that b59 is in bsd-port, I will rebase the mlvm patches ASAP, to reduce opportunities for divergence. -- John On May 22, 2009, at 3:10 PM, Landon Fuller wrote: > > On May 22, 2009, at 3:01 PM, Charles Oliver Nutter wrote: > >> I know you want to get a working build yourself, but i

Re: -Xdock soylatte fix

2009-05-22 Thread Landon Fuller
On May 20, 2009, at 2:39 PM, David Green wrote:It looks like -Xdock is not recognized by the bsd port of OpenJDK.  Eclipse passes that parameter to the VM, as does NetBeans by the look of this thread.  Can someone (Landon?) merge that patch in from SoyLatte?If there are no objections, I'll merge th

Re: -Xdock soylatte fix

2009-05-22 Thread Kurt Miller
Landon Fuller wrote: > > On May 20, 2009, at 2:39 PM, David Green wrote: > >> It looks like -Xdock is not recognized by the bsd port of OpenJDK. >> Eclipse passes that parameter to the VM, as does NetBeans by the look >> of this thread >>