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

Re: failed to build libsvnjavahl.so

From: David James <staple_at_gmail.com>
Date: 2004-09-15 16:30:33 CEST

Hi Olaf,

Be sure to type "make javahl" before typing "make install-javahl".
Currently, JavaHL doesn't have its dependencies set up correctly. See
issue #2039 ( http://subversion.tigris.org/issues/show_bug.cgi?id=2039
) for details.

Does this fix your problem?

Cheers,

David

On Wed, 15 Sep 2004 11:41:07 +0200, Olaf Jaeger
<olaf.jaeger@betax-systems.de> wrote:
> hello,
>
> i tried to get subclipse in eclipse 3.0 working. the FAQ recommends building
> libsvnjavahl.so. so i checked out http://svn.collab.net/repos/svn/trunk/ and
> tried building the library using the following configure arguments
>
> ./autogen
> ./configure --prefix=/usr/local --enable-javahl --with-jdk=/usr/local/j2sdk1.4.2_04
>
> unfortunately the compiling process of libsvnjavahl.so ceases. as i see it,
> the include directory with the funny headers like
>
> org_tigris_subversion_javahl_CommitItemStateFlags.h
>
> is not anywhere in the repos. i was not able to localize them anywhere on the net.
> are they proprietary?
>
> i were glad to get some hint where to get further.
> please cc to olaf.jaeger@betax-systems.de as i'm not member of your list.
>
> thank you
> olaf
>
> -------------- here is the snippet with the compile error --------------
> programmierer08:/home/olja1/subversion# make install-javahl /home/olja1/subversion/ac-helpers/install-sh -c -d /usr/local/lib/svn-javahl
> /usr/local/j2sdk1.4.2_04/bin/jar cf subversion/bindings/java/javahl/svn-javahl.jar -C subversion/bindings/java/javahl/classes org; /home/olja1/subversion/ac-helpers/install-sh -c -m 644 subversion/bindings/java/javahl/svn-javahl.jar /usr/local/lib/svn-javahl;
> subversion/bindings/java/javahl/classes/org : File or Directory not found.
> /home/olja1/subversion/ac-helpers/install-sh -c -d /usr/local/lib/svn-javahl/include
> /bin/sh /home/olja1/subversion/libtool --silent --mode=compile g++ -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -O2 -pipe -I/usr/include/xmltok -I/usr/include/openssl -O2 -pthread -DNEON_ZLIB -DNEON_SSL -I./subversion/include -I./subversion -I/usr/include/neon -I/usr/include/apr-0 -I/usr/include/apr-0 -I/usr/include -I/usr/local/j2sdk1.4.2_04/include -I/usr/local/j2sdk1.4.2_04/include -I/usr/local/j2sdk1.4.2_04/include/linux -I/home/olja1/subversion/subversion/bindings/java/javahl/include -o subversion/bindings/java/javahl/native/CommitMessage.lo -c /home/olja1/subversion/subversion/bindings/java/javahl/native/CommitMessage.cpp
> /home/olja1/subversion/subversion/bindings/java/javahl/native/CommitMessage.cpp:26:74: ../include/org_tigris_subversion_javahl_CommitItemStateFlags.h: No such file or directory
> /home/olja1/subversion/subversion/bindings/java/javahl/native/CommitMessage.cpp: In
> member function `_jstring*
> CommitMessage::getCommitMessage(apr_array_header_t*)':
> /home/olja1/subversion/subversion/bindings/java/javahl/native/CommitMessage.cpp:164: error: `
> org_tigris_subversion_javahl_CommitItemStateFlags_Add' undeclared (first use
> this function)
> /home/olja1/subversion/subversion/bindings/java/javahl/native/CommitMessage.cpp:164: error: (Each
> undeclared identifier is reported only once for each function it appears
> in.)
> /home/olja1/subversion/subversion/bindings/java/javahl/native/CommitMessage.cpp:167: error: `
> org_tigris_subversion_javahl_CommitItemStateFlags_Delete' undeclared (first
> use this function)
> /home/olja1/subversion/subversion/bindings/java/javahl/native/CommitMessage.cpp:170: error: `
> org_tigris_subversion_javahl_CommitItemStateFlags_TextMods' undeclared
> (first use this function)
> /home/olja1/subversion/subversion/bindings/java/javahl/native/CommitMessage.cpp:173: error: `
> org_tigris_subversion_javahl_CommitItemStateFlags_PropMods' undeclared
> (first use this function)
> /home/olja1/subversion/subversion/bindings/java/javahl/native/CommitMessage.cpp:176: error: `
> org_tigris_subversion_javahl_CommitItemStateFlags_IsCopy' undeclared (first
> use this function)
> make: *** [subversion/bindings/java/javahl/native/CommitMessage.lo] Error 1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 15 16:30:58 2004

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.