Erik Westlake
Member
Checked the other threads that show that I have to edit the Server/ScriptCompile.cs file, did that and ran the command:
as root and got the error:
Thoughts on what I have done wrong here?
Code:
mcs -sdk:4.5 -out:ServUO.exe -d:MONO -d:Framework_4_0 -d:ServUO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data,System.Drawing,System.EnterpriseServices,System.Management,System.Security,System.ServiceProcess,System.Web,System.Web.Services,System.Windows.Forms,System.Xml,OpenUO.Core.dll,OpenUO.Ultima.dll,OpenUO.Ultima.Windows.Forms.dll,SevenZipSharp.dll -nowarn:219,414 -recurse:Server/*.cs
as root and got the error:
Code:
Server/ScriptCompiler.cs(240,17): error CS0128: A local variable named `results' is already defined in this scope
Compilation failed: 1 error(s), 0 warnings
Thoughts on what I have done wrong here?