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

Re: troubles with javahl

From: Kurt Huwig <k.huwig_at_iku-ag.de>
Date: 2004-09-18 13:55:54 CEST

johnny geling wrote:
> Hi,
>
> I'm running debian unstable with subversion 1.0.6-2
> Just installed eclipse 3.0 and subclibse 0.9.20.
> Selected the javahl as interface with subversion
> compiled libsvnjavahl.so from source of subversion 1.0.6-2
>
> When I try to browse a repository I got the error described below.
>
> I can use the cli for browsing.
>
> What can be wrong?

You should also modify the Makefile to read:

LT_LDFLAGS = -lstdc++

and maybe

COMPILE_JAVAHL_CXX = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE_CXX)
$(JAVAHL_INCLUDES) -o $@ -c -lstdc++

The included 'libtools' is broken and fails to add dependencies. You can
check if everything worked fine by

     ldd libjavahl-1.so

which must not give any unresolved symbols.

-- 
Kurt Huwig             iKu Systemhaus AG        http://www.iku-ag.de/
Vorstand               Am Römerkastell 4        Telefon 0681/96751-0
                        66121 Saarbrücken        Telefax 0681/96751-66
GnuPG 1024D/99DD9468 64B1 0C5B 82BC E16E 8940  EB6D 4C32 F908 99DD 9468

Received on Sat Sep 18 21:55:54 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.