This is the mail archive of the java@gcc.gnu.org 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: [head] Java bootstrap failure: natClip.cc:26: syntax errorbefore`;'


On Sat, 17 Feb 2001, Gerald Pfeifer wrote:
> Right now I cannot reproduce it, though, as the bootstrap is failing with
> an ICE much earlier, not related to gcj/libjava.

I tried this on i686-pc-linux-gnu and the GCC 3.0 branch, and get the
same failure:

/tmp/OBJ-0217-1009/gcc/g++ -B/tmp/OBJ-0217-1009/gcc/ -nostdinc++ -L/tmp/OBJ-0217-1009/i686-pc-linux-gnu/libstdc++-v3/src -L/tmp/OBJ-0217-1009/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/sw/gcc/i686-pc-linux-gnu/bin/ -B/sw/gcc/i686-pc-linux-gnu/lib/ -isystem /sw/gcc/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I/cvs/gcc/libjava -I./include -I/cvs/gcc/libjava -Iinclude -I/cvs/gcc/libjava/include -I/cvs/gcc/libjava/../boehm-gc -I./../boehm-gc -DSILENT=1 -DNO_SIGNALS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -I/cvs/gcc/libjava/libltdl -I/cvs/gcc/libjava/libltdl -I/cvs/gcc/libjava/../gcc -I/cvs/gcc/libjava/../include -I/cvs/gcc/libjava/../zlib -I/cvs/gcc/libjava/../libffi/include -I../libffi/include -fno-rtti -fvtable-thunks -fasynchronous-exceptions -fdollars-in-identifiers -D__NO_MATH_INLINES -ffloat-store -W -Wall -D_GNU_SOURCE -g -O2 -fvtable-thunks -D_GNU_SOURCE -Wp,-MD,.deps/natClip.pp -c /cvs/gcc/libjava/gnu/gcj/xlib/natClip.cc  -fPIC -DPIC -o gnu/gcj/xlib/.libs/natClip!
.o
/cvs/gcc/libjava/gnu/gcj/xlib/natClip.cc:15:18: vector: No such file or directory
/cvs/gcc/libjava/gnu/gcj/xlib/natClip.cc:26: syntax error before `;' token
/cvs/gcc/libjava/gnu/gcj/xlib/natClip.cc: In member function `void
   gnu::gcj::xlib::Clip::init(JArray<java::awt::Rectangle*>*)':
/cvs/gcc/libjava/gnu/gcj/xlib/natClip.cc:33: `XRectVector' undeclared (first
   use this function)
/cvs/gcc/libjava/gnu/gcj/xlib/natClip.cc:33: (Each undeclared identifier is
   reported only once for each function it appears in.)
/cvs/gcc/libjava/gnu/gcj/xlib/natClip.cc:33: `xrectvector' undeclared (first
   use this function)
/cvs/gcc/libjava/gnu/gcj/xlib/natClip.cc:33: parse error before `(' token
gmake[3]: *** [gnu/gcj/xlib/natClip.lo] Error 1
gmake[3]: Leaving directory `/tmp/OBJ-0217-1009/i686-pc-linux-gnu/libjava'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/tmp/OBJ-0217-1009/i686-pc-linux-gnu/libjava'

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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