Re: Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

2009-12-02 Thread Julian Foad
On Wed, 2009-12-02 at 06:42 -0800, Mark Phippard wrote: > I am guessing that you are not using the Sun JDK? You pretty much > need to have that. The open-source JDK's just do not cut it. Thanks. I'll try that. - Julian > I think the problem is that there are inner classes in that class, and >

Re: Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

2009-12-02 Thread Hyrum K. Wright
On Dec 2, 2009, at 10:35 AM, Philip Martin wrote: > Mark Phippard writes: > >> Also, the JavaHL tests require you to run make install >> install-javahl before they will run. > > I didn't know that, so I didn't do it. The tests still run :) Mark's statement isn't entirely true. I can success

Re: Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

2009-12-02 Thread Philip Martin
Mark Phippard writes: > Also, the JavaHL tests require you to run make install > install-javahl before they will run. I didn't know that, so I didn't do it. The tests still run :) -- Philip

Re: Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

2009-12-02 Thread Philip Martin
"Hyrum K. Wright" writes: > Do you have junit installed, and are you configuring subversion --with-junit? No, I didn't. With junit installed I can run the tests using either sun-java6-jdk or openjdk-6-jdk. In both cases I get one failure caused by the test looking for issue2979.dump in the bui

Re: Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

2009-12-02 Thread Mark Phippard
On Wed, Dec 2, 2009 at 7:25 AM, Philip Martin wrote: > Mark Phippard writes: > >> I am guessing that you are not using the Sun JDK?  You pretty much >> need to have that.  The open-source JDK's just do not cut it. > > I can build javahl on Debian using the openjdk-6-jdk package. I'd expect OpenJ

Re: Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

2009-12-02 Thread Hyrum K. Wright
On Dec 2, 2009, at 9:25 AM, Philip Martin wrote: > Mark Phippard writes: > >> I am guessing that you are not using the Sun JDK? You pretty much >> need to have that. The open-source JDK's just do not cut it. > > I can build javahl on Debian using the openjdk-6-jdk package. > > I can't get t

Re: Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

2009-12-02 Thread Philip Martin
Mark Phippard writes: > I am guessing that you are not using the Sun JDK? You pretty much > need to have that. The open-source JDK's just do not cut it. I can build javahl on Debian using the openjdk-6-jdk package. I can't get the tests to run: $ nice make check-javahl /usr/lib/jvm/java-6-o

Re: Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

2009-12-02 Thread Mark Phippard
I am guessing that you are not using the Sun JDK? You pretty much need to have that. The open-source JDK's just do not cut it. I think the problem is that there are inner classes in that class, and the command that is used to generate the header files (javah) does not support those (but does whe

Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

2009-12-02 Thread Julian Foad
A javahl build issue. (This is the first time I've got this far with building javahl.) To compile EnumMapper.cpp it first needs header files including "org_tigris_subversion_javahl_ConflictDescriptor_Action.h". In directory obj-dir/subversion/bindings/javahl/include/ it has created most of the he