This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: cannot compile libgcj
- To: tromey AT cygnus dot com
- Subject: Re: cannot compile libgcj
- From: "Mark K. Gardner" <mkgardne AT rtsl3.cs.uiuc dot edu>
- Date: Thu, 16 Sep 1999 08:54:25 -0500
- CC: mdw AT cs.berkeley dot edu, java-discuss AT sourceware.cygnus dot com
- Reply-to: mkgardne AT cs.uiuc dot edu
Matt> If you apply the two patches below, it compiles for me.
Matt> http://sourceware.cygnus.com/ml/java-discuss/1999-q3/msg00415.html
Matt> http://sourceware.cygnus.com/ml/java-discuss/1999-q3/msg00417.html
Tom> Both of these have been checked in. Is there some other problem?
I still cannot compile libgcj with the latest updates of both gcj and
libgcj (as of 1999-09-16 0900 CDT). I am getting the error message
below telling me that java-array.h cannot be found. I cannot find the
file under the egcs or libgcj source directories, under the egcs or
libgcj build directories, nor under the egcs install directory. In
short, it doesn't appear to exist.
Mark
--
Mark K. Gardner (mkgardne@cs.uiuc.edu)
University of Illinois at Urbana-Champaign
Real-Time Systems Laboratory
--
g++ -DHAVE_CONFIG_H -I. -I../../../libgcj/libjava -I./include -I../../../libgcj/libjava -Iinclude -I../../../libgcj/libjava/include -I../../../libgcj/libjava/../boehm-gc -I./../boehm-gc -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1 -I../../../libgcj/libjava/../compat-include -I../../../libgcj/libjava/../zlib -I../../../libgcj/libjava/../libffi/include -I../libffi/include -fno-rtti -fvtable-thunks -ffloat-store -W -Wall -g -O2 -fvtable-thunks -D_GNU_SOURCE -Wp,-MD,.deps/prims.pp -c -fPIC -DPIC ../../../libgcj/libjava/prims.cc -o .libs/prims.lo
In file included from ../../../libgcj/libjava/java/lang/Class.h:18,
from ../../../libgcj/libjava/gcj/cni.h:17,
from ../../../libgcj/libjava/prims.cc:20:
java/lang/String.h:9: java-array.h: No such file or directory
In file included from java/lang/reflect/Field.h:8,
from ../../../libgcj/libjava/gcj/field.h:15,
from ../../../libgcj/libjava/include/jvm.h:25,
from ../../../libgcj/libjava/prims.cc:21:
java/lang/reflect/AccessibleObject.h:9: java-array.h: No such file or directory
In file included from ../../../libgcj/libjava/prims.cc:26:
java/lang/Runtime.h:9: java-array.h: No such file or directory
In file included from ../../../libgcj/libjava/prims.cc:28:
java/lang/Thread.h:9: java-array.h: No such file or directory
In file included from ../../../libgcj/libjava/prims.cc:29:
java/lang/ThreadGroup.h:9: java-array.h: No such file or directory
In file included from java/io/FilterOutputStream.h:8,
from java/io/PrintStream.h:8,
from ../../../libgcj/libjava/prims.cc:41:
java/io/OutputStream.h:9: java-array.h: No such file or directory
In file included from java/io/PrintStream.h:8,
from ../../../libgcj/libjava/prims.cc:41:
java/io/FilterOutputStream.h:9: java-array.h: No such file or directory
In file included from ../../../libgcj/libjava/prims.cc:41:
java/io/PrintStream.h:9: java-array.h: No such file or directory
make[2]: *** [prims.lo] Error 1