While doing a fresh build today (1.52pm GMT, Windows NT, with JDK 1.2) I
got the following errors, I will investigate further tonight when I have
more time, but I certainly won't object if someone sorts it out before
then!:

--
Building Freenet server...

Note: You may encounter deprecation warnings in either
support\Logger.java
or node\DataProperties.java.  We are aware of this.  Please ignore these
warnings -- Freenet will still work fine.

javac *.java node\*.java support\*.java message\*.java crypt\*.java
thread\*.java
crypt\EntropyPool.java:302: Missing term.
        consumeLong(, entropy);
                    ^
crypt\CipherLink.java:41: class Freenet.crypt.EntropyPool is an abstract
class. It
can't be instantiated.
        EntropyPool rs=new EntropyPool(false);
                       ^
crypt\RandFile.java:16: class Freenet.crypt.RandFile must be declared
abstract. It
does not define void acceptEntropy(Freenet.crypt.EntropySource, long,
int) from cla
ss Freenet.crypt.RandomSource.
public class RandFile extends RandStream {
             ^
crypt\RandFile.java:16: class Freenet.crypt.RandFile must be declared
abstract. It
does not define void acceptTimerEntropy(Freenet.crypt.EntropySource)
from class Fre
enet.crypt.RandomSource.
public class RandFile extends RandStream {
             ^
crypt\RandFile.java:28: class Freenet.crypt.RandFile is an abstract
class. It can't
 be instantiated.
        RandomSource r=new RandFile("/dev/random");
                       ^
crypt\RandStream.java:18: class Freenet.crypt.RandStream must be
declared abstract.
 It does not define void acceptEntropy(Freenet.crypt.EntropySource,
long, int) from
 class Freenet.crypt.RandomSource.
public class RandStream extends RandomSource {
             ^
crypt\RandStream.java:18: class Freenet.crypt.RandStream must be
declared abstract.
 It does not define void acceptTimerEntropy(Freenet.crypt.EntropySource)
from class
 Freenet.crypt.RandomSource.
public class RandStream extends RandomSource {
             ^
crypt\RandStream.java:26: class Freenet.crypt.EntropyPool is an abstract
class. It
can't be instantiated.
        this(is, new EntropyPool());
                 ^
Note: node\FileDataProperties.java uses or overrides a deprecated API. 
Recompile w
ith "-deprecation" for details.
8 errors, 1 warning
Built server
Building Freenet command-line client...
javac client\InsertClient.java client\RequestClient.java
Done

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to