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

Re: 0.9.19

From: Kurt Huwig <k.huwig_at_iku-ag.de>
Date: 2004-09-14 17:41:36 CEST

Dan North wrote:
> Ah! I know this one!
>
> You need to create the directory subversion/bindings/java/javahl/classes
> because the makefile doesn't do it for you. You can find more details here:
>
> http://www.oreillynet.com/pub/wlg/5210
>
> It was written for OSX but it applies equally well to Linux (and works
> with the 1.1-rc2 source code).
>
> Simon McClenahan wrote:
>
>> I am unable to compile javahl too. The no such file or directory error
>> message has me stumped. Should I not be using j2sdk1.4 ?

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 Wed Sep 15 01:41:36 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.