Hi Justin,
Thanks for the response! I tried the targets you suggested below and it
appears that it is not making the
'subversion/bindings/java/javahl/classes' directory (specifically the
classes directory) before trying to put the java classes into it.
Also once I made the classes directory I got 'make javahl-javah
javahl-java' to run successfully but the javahl-lib target fails with
the following
breckenridge:~/Development/svn bdudney$ make javahl-lib/bin/sh
/Users/bdudney/Development/svn/libtool --silent --mode=compile g++
-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2 -g -O2
-I./subversion/include -I.
-I/Users/bdudney/Development/svn/apr/include
-I/Users/bdudney/Development/svn/apr-util/include
-I/usr/local/BerkeleyDB.4.2/include
-I/Users/bdudney/Development/svn/apr-util/xml/expat/lib -o
subversion/bindings/java/javahl/native/BlameCallback.lo -c
/Users/bdudney/Development/svn/subversion/bindings/java/javahl/native/
BlameCallback.cpp
In file included from
/Users/bdudney/Development/svn/subversion/bindings/java/javahl/native/
BlameCallback.cpp:22:
/Users/bdudney/Development/svn/subversion/bindings/java/javahl/native/
BlameCallback.h:28:17: jni.h: No such file or directory
Which looks a lot like the previous error.
Any pointers?
here is my configure line...
./configure --enable-javahl
--with-jdk=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/
Home
Thanks!
-bd-
On Mar 3, 2004, at 4:45 PM, Justin Erenkrantz wrote:
> --On Wednesday, March 3, 2004 3:18 PM -0700 Bill Dudney
> <bdudney@mac.com> wrote:
>
>> I got the source for subversion and I'm trying to get the javahl
>> stuff to
>> compile.
>
> Yeah, the javahl configure scripts don't properly work on Darwin.
>
> But, the good news is if you are using the trunk, you don't need to
> use a separate build system - it's all integrated now. Just pass
> --enable-javahl to the main Subversion configure and you can then run:
>
> 'make javahl-javah javahl-java javahl-lib'
> 'make install-javahl-javah install-javahl-java install-javahl-lib'
>
> This works for me on OS X. We'll probably remove the separate javahl
> build system for 1.1 and beyond. -- justin
>
> ---------------------------------------------------------------------
> 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 Thu Mar 4 06:21:35 2004