I get the following error when I do make. I appreciate any help and I am running the latest Ubuntu version.

root@Linux-XPS-8300:/srv/ServUO# make
csc -win32icon:`pwd`/Server/servuo.ico -r:`pwd`/Ultima.dll,System.Drawing.dll -nowarn:0618,0219,0414,1635 -target:exe -out:`pwd`/ServUO.exe -d:MONO -d:ServUO -d:NEWTIMERS -nologo -optimize -unsafe -recurse:`pwd`/Server/*.cs
Server/ScriptCompiler.cs(219,20): error CS0246: The type or namespace name 'CSharpCodeProvider' could not be found (are you missing a using directive or an assembly reference?)
Server/ScriptCompiler.cs(219,54): error CS0246: The type or namespace name 'CSharpCodeProvider' could not be found (are you missing a using directive or an assembly reference?)
make: *** [Makefile:35: ServUO.exe] Error 1
root@Linux-XPS-8300:/srv/ServUO#
 
Back