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

Re: How to complile libsvnjavahl

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-01-21 02:13:54 CET

> I am running Linux Fedora Core 2 and I would like to compile
> libsvnjavahl. I have gone to about 4 different websites and tried all
> advice, but to no avail. I have subversion installed and working and the
> subclipse plugin installed and working, and all I need is this native.
> If anyone has the definitive instructions on how to build this, I would
> greatly appreciate it.

What have you tried? For the most part, you just run:

make javahl
make install-javahl

The problems occur when you run configure prior to make. I do not recall
the exact switches, but I think you have to tell it where java is located
and some other things. I figured it out via Google.

I started with the above, and worked my way through the errors and Google
until I got it. I think my first problem was that configure did not find a
Java compiler so it just didn't do anything. Then I think it tried to use
Jikes or something and that wouldn't work. Then I told it where the JDK
was and it turned out I did not have the C++ compiler. Then it worked.

I just do not remember the switches.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Fri Jan 21 12:13:54 2005

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.