atom feed8 messages in net.java.openjdk.bsd-port-devRe: Building on Mac OS X 10.5.6
FromSent OnAttachments
Ronald GarciaJan 29, 2009 11:27 am 
Kurt MillerJan 29, 2009 1:06 pm 
Ronald GarciaJan 29, 2009 5:22 pm 
Kurt MillerJan 29, 2009 6:56 pm 
Ronald GarciaJan 30, 2009 10:48 am.txt
Kurt MillerJan 30, 2009 11:41 am 
Christos ZoulasJan 30, 2009 11:57 am 
Ronald GarciaJan 30, 2009 12:12 pm 
Subject:Re: Building on Mac OS X 10.5.6
From:Ronald Garcia (gar@osl.iu.edu)
Date:Jan 29, 2009 5:22:33 pm
List:net.java.openjdk.bsd-port-dev

Hi Kurt,

Thanks for the fast reply. I just ran hg fpull and hg fupdate. make still seems to need DEVTOOLS_PATH (things are still building, so I don't know yet if I also need ALT_CUPS_HEADERS_PATH). I also had to add LC_ALL=C (I must not have had it set last time). Also, as it turns out, I still needed my changes to the splashscreen Makefile for building to succeed.

So my current build process is using the following command line:

make \ ALT_BOOTDIR=/usr/local/soylatte16-i386-1.0.3 \ ALT_BINARY_PLUGS_PATH=/usr/local/lib/jdk-7-icedtea-plugs \ ALT_FREETYPE_HEADERS_PATH=/usr/X11R6/include \ ALT_FREETYPE_LIB_PATH=/usr/X11R6/lib \ ANT_HOME=/usr/share/ant \ NO_DOCS=true \ HOTSPOT_BUILD_JOBS=1 \ DEVTOOLS_PATH=/usr/bin \ LC_ALL=C \ LANG=C

and a modified makefile for splashscreen

Cheers, ron

On Jan 29, 2009, at 3:07 PM, Kurt Miller wrote:

My question is this: Am I missing something in the build process such that DEVTOOLS_PATH isn't getting set on its own and that is causing ICONV to not get included on the build path?

I recently corrected several path defaults, including the ones you are hitting now. Please retry after updating your tree (hg fpull, hg fupdate). You should no longer need to set ALT_CUPS_HEADERS_PATH and DEVTOOLS_PATH on OS X.