This is the mail archive of the gcc-patches@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]

Java build broken


Hello,

since today libjava no longer builds, with many errors like:

../../../gcc-head/libjava/link.cc: In static member function 'static _Jv_word _Jv_Linker::resolve_pool_entry(java::lang::Class*, int)':
../../../gcc-head/libjava/java/lang/Class.h:497: error: '_Jv_Constants java::lang::Class::constants' is private
../../../gcc-head/libjava/link.cc:101: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:530: error: 'java::lang::ClassLoader* java::lang::Class::loader' is private
../../../gcc-head/libjava/link.cc:115: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:530: error: 'java::lang::ClassLoader* java::lang::Class::loader' is private
../../../gcc-head/libjava/link.cc:117: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:493: error: '_Jv_ushort java::lang::Class::accflags' is private
../../../gcc-head/libjava/link.cc:129: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:491: error: '_Jv_Utf8Const* java::lang::Class::name' is private
../../../gcc-head/libjava/link.cc:130: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:491: error: '_Jv_Utf8Const* java::lang::Class::name' is private
../../../gcc-head/libjava/link.cc:131: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:530: error: 'java::lang::ClassLoader* java::lang::Class::loader' is private
../../../gcc-head/libjava/link.cc:185: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:530: error: 'java::lang::ClassLoader* java::lang::Class::loader' is private
../../../gcc-head/libjava/link.cc:185: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:530: error: 'java::lang::ClassLoader* java::lang::Class::loader' is private
../../../gcc-head/libjava/link.cc:187: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:511: error: 'jshort java::lang::Class::field_count' is private
../../../gcc-head/libjava/link.cc:193: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:507: error: '_Jv_Field* java::lang::Class::fields' is private
../../../gcc-head/libjava/link.cc:195: error: within this context
../../../gcc-head/libjava/java/lang/Class.h:530: error: 'java::lang::ClassLoader* java::lang::Class::loader' is private
../../../gcc-head/libjava/link.cc:205: error: within this context

Any idea what's going on here?

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  Linux on zSeries Development
  Ulrich.Weigand@de.ibm.com


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