This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc HEAD fails to compile - libjava


Greetings,

On a i686-pc-gnu-linux system, something has happened to "libjava".  The 
commands:

./configure
./make bootstrap

caused the compilation error, that you see below.  It worked with the cvs 
snapshot that I took on Dec 9, 2001 at 13:34 hours EST, but no longer builds 
with the cvs snapshot that I took on Dec 10, 2001 at 00:12 EST.  Any Ideas, 
what has happend in the past 12 hours??

Thank You in advance.

Best Regards,


--George


/home/buildsys/build/intel1/basic/native/toolchain/gcc/gcj 
-B/home/buildsys/build/intel1/basic/native/toolchain/i686-pc-linux-gnu/libjava/ 
-B/home/buildsys/build/intel1/basic/native/toolchain/gcc/ --encoding=UTF-8 -C 
-g -classpath 
/home/buildsys/build/intel1/basic/native/toolchain/i686-pc-linux-gnu/libjava:/home/buildsys/source/toolchain/libjava 
-d 
/home/buildsys/build/intel1/basic/native/toolchain/i686-pc-linux-gnu/libjava 
/home/buildsys/source/toolchain/libjava/gnu/gcj/xlib/XImage.java
/home/buildsys/source/toolchain/libjava/gnu/gcj/xlib/XImage.java: In class 
`gnu.gcj.xlib.XImage':
/home/buildsys/source/toolchain/libjava/gnu/gcj/xlib/XImage.java: In method 
`gnu.gcj.xlib.XImage.toString()':
/home/buildsys/source/toolchain/libjava/gnu/gcj/xlib/XImage.java:213: 
Variable `format' may not have been initialized.
       return getClass().getName() + "[" + format +
       ^
/home/buildsys/source/toolchain/libjava/gnu/gcj/xlib/XImage.java:213: 
Variable `imageByteOrder' may not have been initialized.
       return getClass().getName() + "[" + format +
       ^
/home/buildsys/source/toolchain/libjava/gnu/gcj/xlib/XImage.java:213: 
Variable `bitmapBitOrder' may not have been initialized.
       return getClass().getName() + "[" + format +
       ^
3 errors
make[2]: *** [libgcj.jar] Error 1
make[2]: Leaving directory 
`/home/buildsys/build/intel1/basic/native/toolchain/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory 
`/home/buildsys/build/intel1/basic/native/toolchain'
make: *** [bootstrap] Error 2      


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