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 _______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list