Bob, thanks, that was indeed the problem. Dale
On Fri, May 11, 2012 at 12:20 AM, Bob Miller <[email protected]> wrote: > Try compiling with the oracle/sun jdk instead of openjdk. I had these > exact same problems and it was strangely a java version problem. Whatever > was the latest 1.6 build from oracles site a month or so back did the job. > > Bob > > > On Thu, May 10, 2012 at 7:08 PM, Dale Anson <[email protected]> wrote: > >> I did this: >> >> cd ~/src >> svn co http://svn.svnkit.com/repos/svnkit/trunk svnkit >> cd svnkit >> ./gradlew build >> >> All of the errors are similar to this one: >> >> /home/danson/src/svnkit/svnkit/src/main/java/or/tmatesoft/svn/core/internal/wc17/db/SvnWcDbCopy.java:497: >> type parameters of <X>X cannot be determined; no unique maximal instance >> exists for type variable X with upper bounds >> org.tmatesoft.svn.core.internal.wc17.db.Structure<org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbCopy.CopyInfo>,org.tmatesoft.svn.core.internal.wc17.db.Structure<T> >> Structure<CopyInfo> result = Structure.obtain(CopyInfo.class); >> >> All 22 errors are about Structure.obtain. >> >> Once I get past this, I was hoping to look into svnkit-88, the one about >> the memory leak in SVNRepositoryPool. >> >> Thanks, >> >> Dale >> >> >> >> On Thu, May 10, 2012 at 4:53 PM, Alexander Kitaev <[email protected]>wrote: >> >>> Hello Dale, >>> >>> What command do you run to build SVNKit? There may be warnings, but of >>> course there should be no errors. >>> >>> Alexander Kitaev, >>> TMate Software, >>> http://subgit.com/ - Svn to Git Migration! >>> http://svnkit.com/ - Java [Sub]Versioning Library! >>> http://hg4j.com/ - Java Mercurial Library! >>> http://sqljet.com/ - Java SQLite Library! >>> >>> >>> On 10 May 2012 23:13, Dale Anson <[email protected]> wrote: >>> > I have the latest svnkit code from the subversion repository. When I >>> try to >>> > build it, I get 22 errors. Is this expected? I also tried with the code >>> > packaged for download from the website, and I get the same errors. >>> > >>> > Thanks, >>> > >>> > Dale >>> > >>> > >>> >>> >> >
