Re: [Ikvm-developers] Compile error
Brought to you by:
jfrijters
|
From: Brian S. <bsl...@no...> - 2004-03-31 15:06:57
|
On Mar 31, 2004, at 3:11 AM, Jeroen Frijters wrote: > Brian Sletten wrote: >> After recent updates, there is a compile error in >> ikvm/classpath/gnu/java/net/protocol/ikvmres/Handler.java: > > Ugh. The IResourceReader interface uses return type covariance. I > hadn't > noticed this problem, the version of jikes I use (1.19) doesn't seem to > mind. What version are you using? I was using 1.18. Upgrading to 1.19 fixed the problem although nothing in the release notes suggests why. Is IResourceReader usage in Handler new? I hadn't noticed this problem before. Incidentally, once I made it past this problem and was dealing with a fresh repository, I came across something I've seen before. It seems like one part of the build process wants the SharpZipLib.dll to be called that, but another part seems to want it to be called ICSharpCode.SharpZipLib.dll. I haven't tracked down why yet, but my quick solution is to have two copies w/ different names. Just an FYI. |