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

Compiling javahl bindings

From: Ted Callier <tedcallier_at_yahoo.fr>
Date: 2004-04-12 02:58:56 CEST

# svn --version
svn, version 1.1.0 (dev build)
   compiled Apr 12 2004, 02:10:26

# cat /usr/local/include/subversion-1/svn-revision.txt
9329

I am trying to compile the javahl bindings on my RH9 box to get the
snvup IDEA plugin working ( http://svnup.tigris.org/ ). However, after
successful autogen and configure, the compiler fails complaining about
missing files.

What am I missing? Any suggestions? Either for fixing this, or another
plugin that works halfway reliably under Intellij Idea 3.05

Thanks,
Ted

g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.32.1\" "-DPACKAGE_STRING=\"javahl 0.32.1\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.32.1\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE -I/root/svn/svn/apr/include
-I/root/svn/svn/apr-util/include -I/usr/local/BerkeleyDB.4.2/include
-I../../../../include -I/usr/local/java//include
-I/usr/local/java//include/linux -c SVNClient.cpp -MT SVNClient.lo -MD
-MP -MF .deps/SVNClient.TPlo -fPIC -DPIC -o .libs/SVNClient.lo

SVNClient.cpp:37:54: org_tigris_subversion_javahl_Status_Kind.h: No such
file or directory
SVNClient.cpp:38:51: org_tigris_subversion_javahl_Revision.h: No such
file or directory
SVNClient.cpp:39:51: org_tigris_subversion_javahl_NodeKind.h: No such
file or directory

[lots of follow-up messages deleted ... ]

-- 
Freedom is an income that can't be taxed
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 12 03:58:17 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.