[Mono-devel-list] Nearly there, *Mono mono!!!*

Dane-Garrin Balia monodev at gmail.com
Mon May 9 09:56:19 EDT 2005


Ok. Things are looking better and I am now a few steps from monodevelop 0.6
However :(, I got this last sniggly problem on the monodevelop compile.

# make
./src/SharpAssembly/AssemblyReader.cs(177) error CS0104: `MethodBody'
is an ambiguous reference (System.Reflection.MethodBody or
MonoDevelop.SharpAssembly.Metadata.Rows.MethodBody)
Compilation failed: 1 error(s), 0 warnings
make[3]: *** [../../../build/bin/ICSharpCode.SharpAssembly.dll] Error 1

---- problem area --------
public MethodBody LoadMethodBody(uint rva)
               {
                       BinaryReader binaryReader = new
BinaryReader(OpenStream(rva));
                       MethodBody body = new MethodBody();
                       body.Load(binaryReader);
                       binaryReader.Close();
                       return body;
               }

anyone seen this, or manage to work around it.
I have installed, all the rest of the requirements, and managed to get
the tarball for gecko-sharp from SVN.

Should I get a newer version of monodevelop from SVN?

Thanks for all the help, especially Ben.

Much eager wannabe Monodeveloper 0.6



More information about the Mono-devel-list mailing list