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. 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 may simply be that I am using a more recent version of the JRE.. Ian. -- Ian Clarke ian at freenetproject.org Founder & Coordinator, The Freenet Project http://freenetproject.org/ Chief Technology Officer, Uprizer Inc. http://www.uprizer.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020108/db76afc1/attachment.pgp>
