This is the mail archive of the java-patches@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]
Other format: [Raw text]

Re: Java build broken



On Nov 25, 2004, at 5:46 PM, Mark Wielaard wrote:


On Thu, 2004-11-25 at 23:12, Ulrich Weigand wrote:
Well, I started the bootstrap from a completely empty build directory;
I don't know how much cleaner I could get ...

A fresh bootstrap worked a couple of hours ago for me on i686-pc-linux-gnu. A simple make also worked on powerpc-unknown-linux-gnu. I'll do a new checkout and a fresh build to see how that goes. (*)

This should fix it but I have not tested it yet.


Index: java/lang/Class.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/lang/Class.h,v
retrieving revision 1.73
diff -u -p -r1.73 Class.h
--- java/lang/Class.h	25 Nov 2004 03:47:03 -0000	1.73
+++ java/lang/Class.h	25 Nov 2004 23:43:17 -0000
@@ -478,10 +478,10 @@ private:
   friend class gnu::gcj::runtime::StackTrace;
   friend class java::io::VMObjectStreamClass;

-  friend class _Jv_Linker;
-  friend class _Jv_ExecutionEngine;
-  friend class _Jv_CompiledEngine;
-  friend class _Jv_InterpreterEngine;
+  friend class ::_Jv_Linker;
+  friend class ::_Jv_ExecutionEngine;
+  friend class ::_Jv_CompiledEngine;
+  friend class ::_Jv_InterpreterEngine;

friend void ::_Jv_sharedlib_register_hook (jclass klass);



Thanks,
Andrew Pinski


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