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!

help needed with recent svn and mono

delete123

Wanderer
help needed with recent svn and mono

hi!

i tried to compile today's svn with mono versions 1.2.6 and 1.9.

in "Server" source, i type:

gmcs -recurse:*.cs -unsafe+

output is:

./Main.cs(451,37): warning CS0219: The variable `ms' is assigned but its value is never used
./Map.cs(1797,33): warning CS0219: The variable `start' is assigned but its value is never used
./Mobile.cs(8756,32): warning CS0219: The variable `oldRegion' is assigned but its value is never used
./MultiData.cs(108,61): warning CS0219: The variable `extra' is assigned but its value is never used
./Utility.cs(1252,125): error CS0030: Cannot convert type `TInput' to `TOutput'
./Utility.cs(1252,125): The type `' has two conflicting definitions, one comes from `AggressorInfo, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and the other from `AggressorInfo, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' (in the previous error)
Compilation failed: 1 error(s), 4 warnings

why, oh why?
 
Top