[Mono-dev] Mono 2.8 gnome-sharp not compiling...
Quandary
quandary82 at hailmail.net
Sat Oct 9 06:23:19 EDT 2010
Question: When compiling mono 2.8 et al on Ubuntu 10.04 from the stable
tarballs, i get this:
error CS0006: cannot find metadata file `Mono.GetOptions.dll'
Compilation failed: 1 error(s), 0 warnings
The error seems to be in:
/root/sources/mono-2.8/download/gnome-sharp-2.24.1/sample/gnomevfs
while the compilation of
TestXfer.cs
I find Mono.Options.dll to be located in:
/root/sources/mono-2.8/download/mono-2.8/mcs/class/lib/net_4_0/Mono.Options.dll
I copied it to
/root/sources/mono-2.8/download/gnome-sharp-2.24.1/sample/gnomevfs
but that doesn't fix the error.
I read somewhere that "Mono.GetOptions is obsolete, and was removed from
mono (changed to Mono.Options?), but debugger still have this reference. "
How can I fix this compilation error ?
Does this assembly lack gac installation ?
And would somebody please fix the gnome-sharp tarball, after all it's
the stable source.
http://ftp.novell.com/pub/mono/sources-stable/
For now I just commented out the TestXfer.cs in the makefile, since it's
only a sample/test.
More information about the Mono-devel-list
mailing list