[tomboy-list] Need help with gmcs basics

Pedro pedro100 at gmail.com
Wed Dec 3 21:02:35 PST 2008


I hope it's ok to ask this in here.

I need some help in order to get started, this is for a tomboy addin.

After placing the assembly CookComputing.XmlRpcV2.dll in the same
directory of my .cs file I try to compile using this command:

gmcs teste.cs -r:CookComputing.XmlRpcV2.dll -L `pwd`

And get this error message:

warning CS8029: Compatibility: Use -lib:ARG instead of --L arg
teste.cs(1,21): error CS0234: The type or namespace name `XmlRpcV2'
does not exist in the namespace `CookComputing'. Are you missing an
assembly reference?
teste.cs(1,1): error CS0246: The type or namespace name
`CookComputing.XmlRpcV2' could not be found. Are you missing a using
directive or an assembly reference?

What am I doing wrong? I specified the path and the library...


More information about the Tomboy-list mailing list