Okay, this is
very weird ... if I try to compile the Java part of Ice 3.3.0 with gcj, I get the following error:
Quote:
[javac] 1636. ERROR in /hd/home/mef/rpmbuild/BUILD/Ice-3.3.0/java/src/IceInternal/Timer.java (at line 21)
[javac] interface TimerTask
[javac] ^^^^^^^^^
[javac] The type TimerTask is already defined
|
It compiles fine with Sun Java, and I think the above is a spurious error, but I can't figure out what's going on (still trying ...). Any ideas?
MEF