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

Problems building javahl.jar on Mac OS X

From: Bryan Dyck <bdyck_at_mac.com>
Date: 2004-04-29 22:07:07 CEST

Hi all...

I recently built Subversion 1.0.2 from source (client version only -
I'm just using it for local development), and have been investigating
plug-in options for using Subversion with IDEA. I came across the svnup
project, but the plugin requires javahl.jar, which can be built from
the Subversion sources.

So, I found my way down to subversion/bindings/java/javahl, ran
autogen.sh (first fixing an error in the script where it couldn't find
libtool), which completed fine, and then ran the following configure
command (/temp/subversion-1.0.2 is where I unpacked the source tarball
to):

./configure --with-jdk=/Library/Java/Home
--with-apr=/temp/subversion-1.0.2/apr/apr-config
--with-apr-util=/temp/subversion-1.0.2/apr-util

That completed without errors, and I proceeded to run make, which ran
fine until it encountered the following error:

In file included from SVNClient.cpp:22:
SVNClient.h:28:17: jni.h: No such file or directory

Does anyone have any idea what is causing this error and how to go
about fixing it? Subversion itself built fine, and runs just fine...

Thanks!

Bryan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 29 22:07:44 2004

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.