Comment 4 for bug 243224

Revision history for this message
goto (gotolaunchpad) wrote :

I finally made the sources built correctly.
First I used the Intrepid sources instead of the debian sources.
https://launchpad.net/ubuntu/intrepid/+source/subversion/1.5.0dfsg1-1ubuntu2

But this was not the problem.
The problem was that the headers of the nested classes were not created.

So I created the headers myself using javah. But javah inserted a constant 0024 into the names that were defined inside the header file which I had to remove manually.

There is a patch attached which creates these headers.

So with this patch the libsvn-java packages is built successfully.

Could this patch be inserted into the Ubuntu sources?