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]

Re: Bootstrap broken on x86-64


Am Mittwoch, 24. November 2004 13:43 schrieb Steven Bosscher:

> ../../../mainline/libjava/jni.cc: In function 'java::lang::Object* _Jv_JNI_NewDirectByteBuffer(JNIEnv*, void*, jlong)':
> ../../../mainline/libjava/jni.cc:1727: error: cannot allocate an object of abstract type 'java::nio::DirectByteBufferImpl'
> ./java/nio/DirectByteBufferImpl.h:37: note:   because the following virtual functions are pure within 'java::nio::DirectByteBufferImpl':
> ./java/nio/Buffer.h:30: note:  virtual jboolean java::nio::Buffer::isReadOnly()
> make[3]: *** [jni.lo] Error 1
> make[3]: Leaving directory `/space/stevenb/build/x86_64-unknown-linux-gnu/libjava'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/space/stevenb/build/x86_64-unknown-linux-gnu/libjava'
> make[1]: *** [all-target-libjava] Error 2
> make[1]: Leaving directory `/space/stevenb/build'
> make: *** [bootstrap] Error 2
> 
> Anyone else seeing this?

Fixed in current CVS HEAD.


Michael
-- 
Homepage: http://www.worldforge.org/


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