Trouble building on OS X
Charles Oliver Nutter
charles.nutter at sun.com
Fri May 22 15:01:45 PDT 2009
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 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
> unset JAVA_HOME
> make \
> ALT_BOOTDIR=/Users/frank/opt/soylatte16-i386-1.0.3/
> ALT_BINARY_PLUGS_PATH=/Users/frank/opt/jdk-7-icedtea-plugs \
> ALT_FREETYPE_HEADERS_PATH=/usr/X11R6/include \
> ALT_FREETYPE_LIB_PATH=/usr/X11R6/lib \
> ALT_CUPS_HEADERS_PATH=/usr/include \
> ANT_HOME=/usr/share/ant \
> NO_DOCS=true \
> HOTSPOT_BUILD_JOBS=2 \
> ARCH_DATA_MODEL=32
>
> -Frank
>
More information about the bsd-port-dev
mailing list