classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build (compilation errors)


From: Nic Ferrier
Subject: build (compilation errors)
Date: 03 Feb 2002 19:00:22 +0000

A fresh check out of Classpath CVS fixed my configure problems.

But now I have a compile problem:

$ make
Making all in lib
make[1]: Entering directory `/home/nferrier/projects/orp/classpath/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
if ! [ -e ../include ]; then -mkdir ../include; fi
top_srcdir=.. /usr/bin/perl ./mkdep.pl -h
top_srcdir=.. /usr/bin/perl ./mkdep.pl -j
make[1]: Leaving directory `/home/nferrier/projects/orp/classpath/lib'
make[1]: Entering directory `/home/nferrier/projects/orp/classpath/lib'
/home/nferrier/projects/gnu/gcc/local/bin/gcj -C -d . @classes
./../vm/current/java/lang/Class.java:71: Duplicate variable declaration: 
`ProtectionDomain protectionDomain' was `null protectionDomain' (<built-in>:0).
       private ProtectionDomain protectionDomain = null;
                                ^
./../java/util/LinkedHashMap.java:0: tree check: expected class 'd', have 'x' 
(identifier_node) in check_inner_circular_reference, at java/parse.y:5247
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [compile-classes] Error 1
make[1]: Leaving directory `/home/nferrier/projects/orp/classpath/lib'
make: *** [all-recursive] Error 1


I configured this with:

  configure --with-gcj

I have GCJ from CVS built locally.

I noticed Mark saying that there was a problem with GCJ 3.0 and
3.1. Is this the cause of the compilation failure?


Nic



reply via email to

[Prev in Thread] Current Thread [Next in Thread]