从源错误编译MonoDevelop

时间:2011-05-25 01:43:31

标签: mono monodevelop

经过漫长的一夜编译......来自源代码的很多依赖项,在尝试在CentOS 5下编译MonoDevelop时出现以下错误:

/opt/mono/bin/gmcs -debug -codepage:utf8 -win32icon:../../../theme-icons/Windows/monodevelop.ico -out:../../../build/bin/MonoDevelop.exe -r:/usr/local/lib/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll   -r:../../../build/bin/MonoDevelop.Core.dll -r:../../../build/bin/MonoDevelop.Ide.dll  ./AssemblyInfo.cs ./MonoDevelop.Startup/MonoDevelopMain.cs 
./MonoDevelop.Startup/MonoDevelopMain.cs(22,49): error CS0584: Internal compiler error: Method not found: 'MonoDevelop.Core.Runtime.get_AddinSetupService'.
./MonoDevelop.Startup/MonoDevelopMain.cs(22,49): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
Compilation failed: 2 error(s), 0 warnings

任何想法?

0 个答案:

没有答案
相关问题