[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building JavaHL on OS X

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2005-12-06 10:45:07 CET

On Mon, Dec 05, 2005 at 09:46:49PM -0500, David James wrote:
> On 12/3/05, Malcolm Rowe <malcolm-svn-dev@farside.org.uk> wrote:
> > + if test "$os_arch" = "Darwin"; then
> > + JRE_LIB_DIR="/System/Library/Frameworks/JavaVM.framework/Classes"
> > + else
> > + JRE_LIB_DIR="$JDK/jre/lib"
> > + fi
>
> Perhaps use this test instead, to be consistant with the test for
> /Library/Java/Home?
> if test "$os_arch" = "Darwin" -a "$JDK" = "/Library/Java/Home"; then
>
> I'm not familiar with Mac OS X, but I'd guess that if $JDK is in a
> non-standard location, then we'd be better off using "$JDK/jre/lib"
> than the standard location for $JRE_LIB_DIR.
>

Sounds sensible to me. I can't test at the moment, but I'm fairly sure
that should work.

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 6 10:46:10 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.