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

Re: compile problems - javahl on OS X 10.3.2

From: Bill Dudney <bdudney_at_mac.com>
Date: 2004-03-04 06:22:13 CET

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

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.