ian at hawk:~/freenet$ make JIKES=yes
CLASSPATH=/usr/local/IBMJava2-13/jre/lib/rt.jar
# Building the Freenet node
jikes -bootclasspath
src:/usr/local/IBMJava2-13/jre/lib/rt.jar:lib/freenet-ext.jar -d build
src/Freenet/node/Main.java

Found 4 semantic errors compiling "src/Freenet/node/Main.java":

   291.             FileSystem fs = new FileSystem(storage);
                    <-------->
*** Error: Type FileSystem is imported on demand from package Freenet/fs
and package java/io.


   291.             FileSystem fs = new FileSystem(storage);
                                        <-------->
*** Error: Type FileSystem is imported on demand from package Freenet/fs
and package java/io.


   473.         private final FileSystem fs;
                              <-------->
*** Error: Type FileSystem is imported on demand from package Freenet/fs
and package java/io.


   475.         FSInitializerThread(FileSystem fs) {
                                    <-------->
*** Error: Type FileSystem is imported on demand from package Freenet/fs
and package java/io.

Found 2 semantic errors compiling "src/Freenet/fs/dir/FSDirectory.java":

    26.     private final FileSystem fs;
                          <-------->
*** Error: Type FileSystem is imported on demand from package Freenet/fs
and package java/io.


    43.     public FSDirectory(FileSystem fs, DirectoryRoot root,
                               <-------->
*** Error: Type FileSystem is imported on demand from package Freenet/fs
and package java/io.
make: *** [node] Error 1

-- 
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/20020104/5efcf031/attachment.pgp>

Reply via email to