Weird Mono compilation error
Posted
by nubela
on Stack Overflow
See other posts from Stack Overflow
or by nubela
Published on 2010-03-01T16:04:21Z
Indexed on
2010/03/08
7:21 UTC
Read the original article
Hit count: 449
Hi,
I am using IKVM to get SVNKit on a Mono project I'm working with, I have a class that implements an interface from SVNKit, and I can't compile:
On windows and on .NET, everything compiles fine, just getting this on Mono.
/home/nubela/Workspace/subsync/subsync/Core/Subversion/PropGetHandler.cs(22,22): Error CS0535:
Subsync.Core.Subversion.PropGetHandler' does not implement interface member
org.tmatesoft.svn.core.wc.ISVNPropertyHandler.__()' (CS0535) (subsync)
I googled _() method, and it seems to be the initializer method for the base class in the Java library compiled from IKVM.
I have no clue how to proceed now, any idea guys? :)
© Stack Overflow or respective owner