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]

Re: build error


Oskar Liljeblad wrote:

> java/util/Collections.java: In class `java.util.Collections$SynchronizedMap':
> java/util/Collections.java: In method `access$0(java.util.Collections$SynchronizedMap)':
> java/util/Collections.java:0: Tree check: expected tree_list, have pointer_type
> java/util/Collections.java:0: Internal compiler error in find_as_inner_class_do, at parse.y:3557

Please remember to try the newwest compiler before reporting libgcj build errors like this.

> java/io/ObjectInputStream.java:1: Missing return statement.
>    /* ObjectInputStream.java -- Class used to read serialized objects
>     ^
>
> I have seen this error when building libgcj before... but not a fix for it.
>

This is a compiler bug. One workaround is to build your compiler with a known stable gcc (like the one that comes with your linux distribution), and not use "make bootstrap".

regards

  [ bryce ]



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