I'm still getting an error from the Makefile that I had to modify: make VM_SUBDIR=product generic_export Makefile:375: target `/Xusage.txt' given more than once in the same rule. make[3]: *** No rule to make target `/Volumes/Data/Projects/jsr335/bsd-port/build/bsd-amd64/hotspot/import/docs/platform/jvmti/jvmti.html', needed by `generic_export'. Stop. make[2]: *** [export_product] Error 2 make[1]: *** [hotspot-build] Error 2 make: *** [build_product_image] Error 2
That line does actually reference it more than once. Sam On Jan 23, 2011, at 11:40 PM, Stephen Bannasch wrote: > At 10:48 PM -0800 1/23/11, Greg Lewis wrote: >> On Mon, Jan 24, 2011 at 06:25:15AM +0000, gle...@eyesbeyond.com wrote: >> <snip> >> >> These changes should fix the build on MacOS X. Let me know how they go. > > Build works, thanks. >