On Tue, Jan 08, 2002 at 12:41:42PM -0800, Ian Clarke wrote: > On Tue, Jan 08, 2002 at 07:58:54PM +0100, Oskar Sandberg wrote: > > 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; > > > > Didn't you use to be a coder once? ;-) > > Many moons ago. The reason I was highlighting this is not that the > problem is difficult to fix, but more out of curiosity as to why it > would work fine on Tavin's machine, and not mine.
It looked a lot like old class files left around to me. > Interestingly, the above errors occured with javac, but when I > recompiled with jikes there were just a small number of errors > relating to ambiguity around the FileSystem class, which I have > fixed. It's not really interesting - jikes suppresses errors of the same kind. <> -- Oskar Sandberg oskar at freenetproject.org _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
