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

Re: SDK Problems Compiling JavaHL

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-09-17 13:18:23 CEST

On 9/16/07, David Land <david.k.land@gmail.com> wrote:
> I tried running the same command but instead of using the $JAVA_HOME
> environment variable, I actually typed the path to the JDK folder, like
> this:
>
> ./configure --enable-javahl
> --with-jdk=/usr/java/jdk1.5.0_11
> --with-jikes=/usr/java/jdk1.5.0_11/bin/javac
>
> and it worked. However, I'm getting a further error apparently related to
> make. After the configuration tool runs, I type
>
> make
> make javahl
> make install
>
> which all seem to work, then I type
>
> make install javahl
>
> (note that the FAQ says stype "make install -javahl", which gives me a make
> syntax error). After the last command I eventually get a message stating
> "nothing to be done for 'javahl'". I'm at a loss as to why this wouldn't
> work. Is it saying that there were no javahl libraries built? I downloaded
> the subversion-1.4.5.tar.gz and subversion-deps-1.4.5.tar.gz files from

The JavaHL-related make targets are:

make javahl
make check-javahl
make install-javahl
make clean-javahl

Mark

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 17 17:02:47 2007

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

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