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

Re: compiling javahl problem

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2004-12-29 14:58:59 CET

Yiling Lu <yilingl@gmail.com> wrote on 12/29/2004 01:37:03 AM:

> I'm trying to compile the javahl bindings from subversion 1.1.2 on
> Linux (Mandrake distribution).
>
> The reasion I want to have the javahl bingdings is that I installed
> latest subclipse on Eclipse 3.0.1, though subclipse installed
> properly, it requires javahl from subversion to run.
>
> Here is what I did to build javahl binding from subversion source:
>
> 1. Download the latest source code tar ball from subversion:
> subversion-1.1.2.tar.gz
> 2. tar xzvf subversion-1.1.2.tar.gz
> 3. cd subversion-1.1.2
> 4. ./autogen.sh
> 5. ./configure --enable-maintainer-mode
> 6. make
> 7. cd subversion/bindings/java/javahl
> 8. aclocal-1.7
>
> problem stopped me at this step, I got: aclocal: 'configure.ac' or
> 'configure.in' is required.
>
> Could you please kindly help me out here?
>
> Here is what I have checked:
>
> 1. I am using java 1.4.2_04, jdk is on the path.
> 2. I have aclocal-16, aclocal-1.7, aclocal-1.8 installed

Where did you come up with those steps? I have never seen some of those
listed before.

Usually you just do configure followed by make, and then make install.
However, you have missed some steps.

For example, to build JavaHL you have to explicitly do this. JavaHL is
not built or installed as part of the standard make steps:

./make javahl
./make install-javahl

In some cases, you will also have to pass some switches to configure to
tell it where Java is located. If you Google on "building JavaHL" you
will find some posts with references to that.

All that being said, Ben Reser is the maintainer of the Mandrake packages,
I would check to see if he doesn't just have a Subversion package for
Mandrake that includes JavaHL. If he doesn't, then perhaps he could be
persuaded to start including it in his packages for Mandrake.

Check: http://mirror.brain.org/linux/breser/mandrake/

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Thu Dec 30 00:58:59 2004

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

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