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: Trying to merge java.lang.Float, java.lang.Double withClasspath -- help wanted


Hi,

On Sun, 2003-09-21 at 22:35, Nathanael Nerode wrote:
> This was an attempt to merge java.lang.Float and java.lang.Double with
> Classpath.

Thanks for doing this!

> It didn't work, though.  I get:
> 
> In file included from ../../../gcc-main/libjava/java/lang/natVMDouble.cc:13:
> ./java/lang/VMDouble.h:10: error: qualified name does not name a class
> ../../../gcc-main/libjava/java/lang/natVMDouble.cc:23: error: `java::lang::VMDouble' is not a class-name or namespace-name
> ../../../gcc-main/libjava/java/lang/natVMDouble.cc:38: error: `java::lang::VMDouble' is not a class-name or namespace-name
> ../../../gcc-main/libjava/java/lang/natVMDouble.cc:46: error: `java::lang::VMDouble' is not a class-name or namespace-name
> make[2]: *** [java/lang/natVMDouble.lo] Error 1
> 
> And a similar error for natVMFloat.lo.  Any ideas on how to fix this?
> It makes no sense whatsoever to me.

If you add classes to java.lang, java.io, or java.util then you need to
regenerate gcj/javaprims.h. See the libjava/HACKING file for
instructions.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


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