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

Re: Javahl dependencies....what are they??

From: Patrick Mayweg <mayweg_at_qint.de>
Date: 2003-10-01 15:22:57 CEST

Hi Daniel,

Daniel L. Rall wrote:

> Files wrote:
>
>> Well, right now, my RPM spec file looks for the base.
>>
>> But I'm wondering which client libraries and the like are required.
>>
>> ra_local?
>> ra_dav?
>>
>> etc etc etc???
>
>
> $ grep -rh '#include .svn_' ~/src/svn/subversion/bindings/java/javahl/
> | grep -v 'svn-base' | perl -pi -e 's/.*#include ["<](.+)[">]/$1/' |
> sort | uniq
> svn_auth.h
> svn_client.h
> svn_config.h
> svn_io.h
> svn_opt.h
> svn_path.h
> svn_pools.h
> svn_sorts.h
> svn_time.h
> svn_version.h
> svn_wc.h

 From apr:
apr_strings.h
apr_tables.h
apr_general.h
apr_lib.h
apr_thread_proc.h

 From jdk
jni.h

>
>
> ...
>
>> I guess what I'm hearing is that you only need the repository and the
>> basic set of libraries. Am I correct?
>
>
> *shrug* Patrick may know. The (possibly incomplete) list of include
> files above should provide the means for figuring it out.

The basic set of libraries is the same set of libraries the
subversion/clients/cmdline/svn needs.
The most important is libsvn_client-1.la which should contain the
reference to all other libraries.

>
>
>> I can't really specify a jdk in the spec file since, Mandrake's idea of
>> java compatibility is gcj, which doesn't gaurantee that your java code
>> will run.
>
I do not think that gcj will help you to run eclipse.

>
> There are RedHat RPMs available from Sun which may or may not install
> on Mandrake. If they do install, you could declare a dependency upon
> one of those.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

Regards,
Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 1 14:23:54 2003

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.