我试图从Mono网站编译一个例子: http://docs.go-mono.com/?link=T%3aGtkSourceView.SourceView
我尝试使用此命令:
mcs -pkg:gtk-sharp-2.0,gtksourceview2-sharp task3.cs
我有错误:
task3.cs(17,3):错误CS0246:类型或命名空间名称
SourceLanguagesManager' could not be found. Are you missing an assembly reference? task3.cs(20,29): error CS0841: A local variable
manager'在宣布之前不能使用 task3.cs(24,10):错误CS1061:输入GtkSourceView.SourceBuffer' does not contain a definition for
突出显示'并且没有扩展方法Highlight' of type
GtkSourceView.SourceBuffer'可以找到。你错过了装配参考吗?
如何在Ubuntu 14.04 LTS上编译这个例子?