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

Re: subclipse under linux

From: lamikr_mdk <lamikr_mdk_at_aragorn.kortex.jyu.fi>
Date: 2003-10-01 21:48:22 CEST

I have used 1.7 version of aclocal and automake, 1.6 versions may also
work. In addition you need 2.5 series version of autoconf. (2.13 is too
old to my knowledge)

So try to use following kind of steps

0. make sure that jdk1.3/bin or jdk1.4/bin is in your path. You can test
that by calling "java -version"
1. svn co http://svn.collab.net/repos/svn/trunk subversion
2. cd subversion
3. ./autogen.sh
4. ./configure --enable-maintainer-mode
5. make
5. cd subversion/bindings/java/javahl
6. aclocal-1.7
7. autoconf-2.5x
8. libtoolize --automake --force
9. automake-1.7 -a
10. ./configure
11. make

After that I have downloaded 0.80 version of subclipse plugin and
extracted it to eclipse 2.11 plugins. Then I have went to subclipse
plugin directory

    plugins/org.tigris.subversion.subclipse.core_0.8.0

and copied there the javahl libraries from the javahl directory you have
build. (javahl/native/.libs) You may need to make some symbolic links.
(Here is my directory listing for
plugins/org.tigris.subversion.subclipse.core_0.8.0)

[lamikr@aragorn org.tigris.subversion.subclipse.core_0.8.0]$ ls -la
yhteensä 5720
drwxr-xr-x 3 lamikr adm 4096 syys 27 22:33 ./
drwxrwxr-x 67 lamikr adm 4096 syys 27 21:12 ../
-rw-r--r-- 1 lamikr adm 24320 syys 10 21:34 javahl.jar
-rw-r--r-- 1 lamikr adm 3737712 syys 27 22:02 libsvnjavahl.a
-rw-r--r-- 1 lamikr adm 1124 syys 27 22:02 libsvnjavahl.la
-rw-r--r-- 1 lamikr adm 1125 syys 27 22:02 libsvnjavahl.lai
lrwxrwxrwx 1 lamikr adm 21 syys 27 22:03
libsvnjavahl.so -> libsvnjavahl.so.0.0.0*
lrwxrwxrwx 1 lamikr adm 21 syys 27 22:03
libsvnjavahl.so.0 -> libsvnjavahl.so.0.0.0*
-rwxr-xr-x 1 lamikr adm 1854752 syys 27 22:02
libsvnjavahl.so.0.0.0*
drwxr-xr-x 3 lamikr adm 8 syys 27 21:12 os/
-rw-r--r-- 1 lamikr adm 710 syys 10 21:34 plugin.properties
-rw-r--r-- 1 lamikr adm 1744 syys 10 21:34 plugin.xml
-rw-r--r-- 1 lamikr adm 15052 syys 10 21:34
svnClientAdapter.jar
-rw-r--r-- 1 lamikr adm 96653 syys 10 21:34 SVNPluginCore.jar
-rw-r--r-- 1 lamikr adm 85533 syys 10 21:34
SVNPluginCoresrc.zip

Mika

Frank Petzold wrote:
> Hi, all.
>
> I have read in the mailing list archives that some people have managet
> to get subclipse running under linux. Following that, I have also tried,
> but I can't get a libjavahl.so compiled. I am using the subversion-0.30
> source code and command-line tools (make, ect.)
>
> Could anybody please give short instructions how to compile a libjavahl.so? After you have that, it should work...
>
> Thank you!
Received on Thu Oct 2 05:48:22 2003

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.