[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: Cédric Chabanois <cchabanois_at_ifrance.com>
Date: 2003-10-04 19:11:52 CEST

Which autoconf version did you use ?

I tried using 2.57a. I got this error when I did ./autogen.sh :
"
autoconf: Undefined macros:
configure.in:116:AC_CONFIG_FILES(Makefile src/Makefile native/Makefile
cls/Makefile doc/Makefile)
configure.in:52: AC_HELP_STRING([--with-jdk=PATH],
"
I tried using 2.54 and I got the same error

Cédric

> 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!
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
> http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
>

_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
Received on Sun Oct 5 03:11:52 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.