Recent content by nacrem

  1. nacrem

    When using Make I get an error that C# is outdated

    Made a fresh install and it worked Thanks for your all support and help @PyrO & @Voxpire :p ServUO - [https://www.servuo.com] Version 0.0, Build 0.0 - Build on 1/1/2000 12:00:00 AM UTC - Release Core: Running with arguments: -noconsole Core: Optimizing for 1 64-bit processor Core: Unix...
  2. nacrem

    When using Make I get an error that C# is outdated

    This worked thank you PyrO. Now gettin these errors :) I think i'm very problematic [root@melih ServUO]# make mcs -target:library -out:`pwd`/Server.dll -r:System.Drawing.dll,System.Web.dll,System.Data.dll,System.IO.Compression.FileSystem.dll -nowarn:0618,0219,0414,1635 -d:MONO -d:ServUO...
  3. nacrem

    When using Make I get an error that C# is outdated

    Yes i deleted my own and added yours
  4. nacrem

    When using Make I get an error that C# is outdated

    I tried with new makefile now getting error below :) Makefile:16: *** multiple target patterns. Stop.
  5. nacrem

    When using Make I get an error that C# is outdated

    I did a new clean server creation with Debian10 but still getting the same error.. Does anyone have solution?
  6. nacrem

    When using Make I get an error that C# is outdated

    Code in Makefile is Ultima.dll: Ultima/*.cs ${MCS} -target:library -out:${CURPATH}/Ultima.dll -r:${REFS} -nowarn:${NOWARNS} -d:MONO -d:ServUO -d:NEWTIMERS -nologo -optimize -unsafe -recurse:${SDKPATH}/*.cs ${EXENAME}.exe: Ultima.dll Server/*.cs ${MCS} -win32icon:${SRVPATH}/servuo.ico...
  7. nacrem

    When using Make I get an error that C# is outdated

    Voxpire, your fix fixed the utility.cs error Now I'm getting this error. Do you have any idea? [root@melih ServUO]# make mcs -target:library -out:`pwd`/Ultima.dll -r:System.Drawing.dll -nowarn:0618,0219,0414,1635 -d:MONO -d:ServUO -d:NEWTIMERS -nologo -optimize -unsafe...
  8. nacrem

    When using Make I get an error that C# is outdated

    Thanks for your reply Voxpire, I'll try it tomorrow
  9. nacrem

    When using Make I get an error that C# is outdated

    i got the same error, is there any solution, im lack of knowledge
Back