03-24-2008, 04:52 AM
|
#1 (permalink)
|
|
Lurker
Join Date: Dec 2007
Posts: 3
|
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:
Quote:
|
gmcs -recurse:*.cs -unsafe+
|
output is:
Quote:
./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?
|
|
|