View Single Post
Old 07-31-2008, 01:51 PM   #84 (permalink)
sharaazad
Newbie
 
Join Date: Dec 2005
Posts: 14
Default

Quote:
Originally Posted by RavonTUS View Post
Make sure you have these libraries are installed too...libmono-microsoft-build2.0-cil and libmono-microsoft8.0-cil.

-Ravon
Thx , now it starts compile but:

Code:
gmcs -out:../runuo.exe -d:MONO -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 -nowarn:219 -recurse:*.cs
./Serialization.cs(33,14): error CS0234: The type or namespace name `Guilds' does not exist in the namespace `Server'. Are you missing an assembly reference?
./Serialization.cs(33,1): error CS0246: The type or namespace name `Server.Guilds' could not be found. Are you missing a using directive or an assembly reference?
./Serialization.cs(138,62): error CS0246: The type or namespace name `Item' could not be found. Are you missing a using directive or an assembly reference?
Compilation failed: 3 error(s), 0 warnings
I replaced original files in runuo 2 rc 2 with genuary, first, and february , second, files.
sharaazad is offline   Reply With Quote