dear javier,
> > i have got a strange problem when trying to use jikes as compiler on
> > my home computer - everthing is fine on a very similar computer at
> > work. i get the following error:
> >
> > '(jde-jdk (quote ("1.3.1 (SUN)")))
> > '(jde-compiler (quote ("jikes" "/usr/local/bin/jikes")))
> > '(jde-compile-option-deprecation t)
> > '(jde-compile-option-debug (quote ("all" (t nil nil)))))
>
> Set the jde-compile-option-debug to none or all. The next beta release
> will have a better error message for this.
>
> Javier
>
thanks for your reply, however, i thought that is is already set to all?
furthermore, changing this entry to
'(jde-compile-option-debug (quote ("none" (t nil nil))))
results in the same error message (even after removing the other compiler
deprecation option).
and at work the entry above
'(jde-compile-option-debug (quote ("all" (t nil nil)))))
is working
!???
still puzzled, heinz-dieter conradi