On Saturday 29 July 2006 05:42, Tom Tromey wrote:
> >>>>> "Raif" == Raif S Naffah <[EMAIL PROTECTED]> writes:
>
> Raif> 60. WARNING in ./gnu/classpath/tools/javah/JniHelper.java
> Raif>  (at line 77)
> Raif>         assert type.getSort() == Type.OBJECT;
> Raif>         ^^^^^^
> Raif> 'assert' should not be used as an identifier, since it is a reserved
> keyword Raif> from source level 1.4 on
>
> I think this is the real error.
> Probably the ecj build should be using '-source 1.4'.  Try adding that
> to the appropriate place in tools/Makefile.am...

done that but i get:

----------
57. ERROR in ./gnu/classpath/tools/javah/Main.java
 (at line 339)
        r.accept(result, true);
          ^^^^^^
The method accept(ClassVisitor, int) in the type ClassReader is not applicable 
for the arguments (ClassWrapper, boolean)
----------


which version of ASM this tool relies on?


cheers;
rsn

Attachment: pgpCMMG6tpz0W.pgp
Description: PGP signature

Reply via email to