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!

Warning error on mono

amad

Wanderer
Hi guys,
I'm migrating on linux server but I stuck at warnings.

Code:
Linux xxxxx.com 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux


Code:
Mono JIT compiler version 2.10.8 (tarball Thu Feb 13 20:18:24 EET 2014)
Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com
        TLS:          __thread
        SIGSEGV:      altstack
        Notifications: epoll
        Architecture:  amd64
        Disabled:      none
        Misc:          softdebug
        LLVM:          supported, not enabled.
        GC:            Included Boehm (with typed GC and Parallel Mark)


... alsooo
scriptcompiler.cs edited after search on forum, but same warnings :/
Code:
#if !MONO
                CompilerResults results = provider.CompileAssemblyFromFile( parms, files );
#else
                parms.CompilerOptions = String.Format( "{0} /nowarn:169,219,414,618,429,162,252,849,1717,612,108 /recurse:Scripts/*.cs", parms.CompilerOptions );
                CompilerResults results = provider.CompileAssemblyFromFile( parms, "" );
#endif

Thanks
 

Attachments

  • logfile.txt
    411.6 KB · Views: 7
Top