On Tue, Jan 08, 2002 at 10:00:24AM -0800, Ian Clarke wrote: > Perhaps I am doing something dumb, but I got a shit-load of errors > while trying to compile the new_datastore branch this-morning > (after noticing Tavin's bold claim that the new datastore was > working in the CVS logs): > > src/Freenet/fs/dir/FSDirectory.java:96: reference to Fragment is ambiguous, > both class Freenet.fs.acct.Fragment in Freenet.fs.acct and class > Freenet.fs.Fragment in Freenet.fs match > private Fragment[] acctRanges = null; > ^ <snip> > 100 errors > make: *** [node] Error 1
Well the fact that Fragment is definitely in Freenet.fs.acct only seems to indicate that you're compiling with old stuff from the cvs head lying around. The other errors are probably the same. -- :: tavin cole (tcole at espnow.com) :: _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
