This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcj build problems (again)


I just built gcc 20001106 (gcc,c++,gcj) with gcc 2.95.2 (and binbutils
2.10.0.27-0.cvs20001008 from Debian woody). But when I try to
build libgcj I end up with the same error as I did before, when
gcc was compiled with CVS gcc 200010xx.

The error is that java/io/ObjectInputStream.java among
others won't compile:

java/io/ObjectInputStream.java:1: Missing return statement.
   /* ObjectInputStream.java -- Class used to read serialized objects
    ^
1 error

It seems that the problem is caused by the creation of an anonymous
class (based on GetField) in the readFields method.

There also appears to be some gcj or Makefile error, because
make doesn't stop despite the above compilation error.

Oskar Liljeblad (osk@hem.passagen.se)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]