Trying to merge java.lang.Float, java.lang.Double with Classpath -- help wanted
Mark Wielaard
mark@klomp.org
Sun Sep 21 21:37:00 GMT 2003
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030921/d7a58901/attachment.sig>
More information about the Java-patches
mailing list