You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Werner Punz <we...@gmx.at> on 2004/12/01 08:21:18 UTC

Problems compiling javahl

Hi I am sort of banging my head here.
I have been trying to build the javahl library.
(Subversion 1.1.1 built ok)
I did the configure with --enable-javahl and the correct jdk path, but 
once I do make javahl I get following error:

/home/werpu/Desktop/subversion-1.1.1/subversion-1.1.1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/DirEntry.java:32: 
error while writing org.tigris.subversion.javahl.DirEntry: 
subversion/bindings/java/javahl/classes/org/tigris/subversion/javahl/DirEntry.class 
(No such file or directory)
public class DirEntry
        ^
I am sort of stumped here.
Does anybody know a solution?

Kind regards

Werner Punz


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Problems compiling javahl

Posted by Werner Punz <we...@gmx.at>.
It seems like I have to answer everything myself.
After checking out the devs list I found out that this is an existing 
bug. You simply have to create the classes dir in
subversion/bindings/java/javahl/classes

and then the build process works.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Problems compiling javahl

Posted by Werner Punz <we...@gmx.at>.
Werner Punz wrote:
> Hi I am sort of banging my head here.
> I have been trying to build the javahl library.
> (Subversion 1.1.1 built ok)
> I did the configure with --enable-javahl and the correct jdk path, but 
> once I do make javahl I get following error:
> 
> /home/werpu/Desktop/subversion-1.1.1/subversion-1.1.1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/DirEntry.java:32: 
> error while writing org.tigris.subversion.javahl.DirEntry: 
> subversion/bindings/java/javahl/classes/org/tigris/subversion/javahl/DirEntry.class 
> (No such file or directory)
> public class DirEntry
>        ^
> I am sort of stumped here.
> Does anybody know a solution?
> 

I forgot to mentiom, if I go into the source dir and compile the stuff 
by hand with javac the compile itself works, I am not exactly sure where 
the problem is, but it seems sort of like a build problem.
The system is Linux Debian testing, with JDK 1.4.2 or JDK 1.5 both gave 
the same error.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org