Guest User

Untitled

a guest
Jul 16th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. Errors:
  2.  
  3. /home/<user>/Downloads/moege/moege-source/build/Mooege-Mono.sln (default targets) ->
  4. (Build target) ->
  5. /home/<user>/Downloads/moege/moege-source/src/Mooege/Mooege-Mono.csproj (default targets) ->
  6. /usr/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
  7.  
  8. Core/GS/Objects/WorldObject.cs(62,16): error CS0118: `Mooege.Core.GS.Objects.WorldObject.Size' is a `property' but a `type' was expected
  9. Core/GS/Objects/WorldObject.cs(67,16): error CS0246: The type or namespace name `Rect' could not be found. Are you missing a using directive or an assembly reference?
  10. Common/MPQ/FileFormats/Scene.cs(189,35): error CS0234: The type or namespace name `Rect' does not exist in the namespace `System.Windows'. Are you missing an assembly reference?
  11. Core/GS/Common/Types/Misc/Circle.cs(58,32): error CS0246: The type or namespace name `Rect' could not be found. Are you missing a using directive or an assembly reference?
  12. Core/GS/Common/Types/QuadTrees/QuadNode.cs(104,25): error CS0246: The type or namespace name `Rect' could not be found. Are you missing a using directive or an assembly reference?
  13. Core/GS/Common/Types/QuadTrees/QuadNode.cs(98,16): error CS0246: The type or namespace name `Rect' could not be found. Are you missing a using directive or an assembly reference?
  14. Core/GS/Common/Types/QuadTrees/QuadTree.cs(58,25): error CS0246: The type or namespace name `Size' could not be found. Are you missing a using directive or an assembly reference?
  15. Core/GS/Common/Types/QuadTrees/QuadTree.cs(35,16): error CS0246: The type or namespace name `Size' could not be found. Are you missing a using directive or an assembly reference?
  16. Core/GS/Common/Types/QuadTrees/QuadTree.cs(100,33): error CS0246: The type or namespace name `Rect' could not be found. Are you missing a using directive or an assembly reference?
  17. Core/GS/Common/Types/QuadTrees/QuadTree.cs(123,31): error CS0246: The type or namespace name `Rect' could not be found. Are you missing a using directive or an assembly reference?
  18. Core/GS/Common/Types/QuadTrees/QuadTree.cs(169,33): error CS0246: The type or namespace name `Rect' could not be found. Are you missing a using directive or an assembly reference?
  19. Core/GS/Map/Debug/DebugNavMesh.cs(33,16): error CS0246: The type or namespace name `Rect' could not be found. Are you missing a using directive or an assembly reference?
  20. Core/GS/Map/Debug/DebugNavMesh.cs(37,31): error CS0246: The type or namespace name `Rect' could not be found. Are you missing a using directive or an assembly reference?
  21. Core/GS/Map/Debug/DebugNavMesh.cs(38,31): error CS0246: The type or namespace name `Rect' could not be found. Are you missing a using directive or an assembly reference?
  22.  
  23. 475 Warning(s)
  24. 14 Error(s)
  25.  
  26. Time Elapsed 00:00:10.5438690
Add Comment
Please, Sign In to add comment