RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

RunUO in Os X

Merix

Sorceror
somebody have run RunUO in OS x?

I use RunUO 2.2, Os X Lion and Mono 2.10.10

My problems:

Code:
gmcs -optimize -unsafe -d:MONO -out:RunUO.exe -win32icon:Server/runuo.ico -recurse:Server/*.cs
*/Scripts/Accounting/Account.cs(17,32): error CS0246: The type or namespace name `IAccount' could not be found. Are you missing a using directive or an assembly reference?
*/Scripts/Accounting/Account.cs(571,44): error CS0246: The type or namespace name `Timer' could not be found. Are you missing a using directive or an assembly reference?
*/Scripts/Commands/Add.cs(387,42): error CS0246: The type or namespace name `Target' could not be found. Are you missing a using directive or an assembly reference?
etc...


Code:
mono RunUO.exe
RunUO - [www.runuo.com] Version 2.1, Build 4272.35047
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 4 processors
Core: Unix environment detected
Scripts: Compiling C# scripts...Error:
System.Exception: Compiler failed to produce the assembly. Output: ''
  at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] in <filename unknown>:0
  at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] in <filename unknown>:0
  at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] in <filename unknown>:0
  at Server.ScriptCompiler.CompileCSScripts (Boolean debug, Boolean cache, System.Reflection.Assembly& assembly) [0x00000] in <filename unknown>:0
  at Server.ScriptCompiler.Compile (Boolean debug, Boolean cache) [0x00000] in <filename unknown>:0
  at Server.Core.Main (System.String[] args) [0x00000] in <filename unknown>:0
This exception is fatal, press return to exit
 
Top