[Mono-osx] Installing Cocoa Sharp 0.9 on Mono 1.9.1

Jesus Garcia daschewie at gmail.com
Sat Dec 10 10:29:48 EST 2005


I have been having difficulties compiling Mono from SVN, due to
libgdiplus dependencies. I decided to Install Mono 1.9.1, it is the
last release to include libgdiplus support.

I compiled CocoaSharp 0.9 with no problems, and installed
cocoa-sharp.dll and webkit-sharp.dll to the GAC.

When I try to compile HelloWorld.cs, I get the following error message:

$ mcs -out:HelloWorld.exe -r:cocoa-sharp.dll HelloWorld.cs

error CS0006: Cannot find assembly `cocoa-sharp.dll'
Log:

Compilation failed: 1 error(s), 0 warnings

----------------------------------------------------------

The assembly looks to be installed correctly:

$ gacutil -l cocoa-sharp

The following assemblies are installed into the GAC:
cocoa-sharp, Version=1.9.0.0, Culture=neutral, PublicKeyToken=a2b5f5c17ce02f1d
Number of items = 1

-----------------------------------------------------------

Any ideas or suggestions?

Thanks,
Jesus Garcia


More information about the Mono-osx mailing list