Guest User

Untitled

a guest
Jul 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Making all in build
  2. Making all in m4
  3. Making all in SparkleLib
  4. MCS ../bin/SparkleLib.dll
  5. Making all in SparkleLib/Git
  6. MCS ../../bin/SparkleLib.Git.dll
  7. Making all in data
  8. Making all in icons
  9. Making all in html
  10. Making all in plugins
  11. Making all in po
  12. Making all in SparkleShare
  13. Making all in Linux
  14. Making all in Nautilus
  15. MCS ../../bin/SparkleShare.exe
  16. ./SparkleEventLog.cs(263,61): error CS1501: No overload for method `Combine' takes `1' arguments
  17. ./SparkleEventLog.cs(262,45): error CS1502: The best overloaded method match for `string.Replace(string, string)' has some invalid arguments
  18. /usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
  19. ./SparkleEventLog.cs(262,45): error CS1503: Argument `#2' cannot convert `object' expression to type `string'
  20. ./SparkleEventLog.cs(266,61): error CS1501: No overload for method `Combine' takes `1' arguments
  21. ./SparkleEventLog.cs(265,45): error CS1502: The best overloaded method match for `string.Replace(string, string)' has some invalid arguments
  22. /usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
  23. ./SparkleEventLog.cs(265,45): error CS1503: Argument `#2' cannot convert `object' expression to type `string'
  24. ./SparkleEventLog.cs(269,61): error CS1501: No overload for method `Combine' takes `1' arguments
  25. ./SparkleEventLog.cs(268,45): error CS1502: The best overloaded method match for `string.Replace(string, string)' has some invalid arguments
  26. /usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
  27. ./SparkleEventLog.cs(268,45): error CS1503: Argument `#2' cannot convert `object' expression to type `string'
  28. ./SparkleEventLog.cs(272,61): error CS1501: No overload for method `Combine' takes `1' arguments
  29. ./SparkleEventLog.cs(271,45): error CS1502: The best overloaded method match for `string.Replace(string, string)' has some invalid arguments
  30. /usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
  31. ./SparkleEventLog.cs(271,45): error CS1503: Argument `#2' cannot convert `object' expression to type `string'
  32. ./SparkleEventLog.cs(282,16): error CS1502: The best overloaded method match for `System.Threading.Thread.Thread(System.Threading.ThreadStart)' has some invalid arguments
  33. /usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
  34. ./SparkleEventLog.cs(282,16): error CS1503: Argument `#1' cannot convert `object' expression to type `System.Threading.ThreadStart'
  35. Compilation failed: 14 error(s), 0 warnings
  36. make[3]: *** [../../bin/SparkleShare.exe] Error 1
  37. make[2]: *** [all-recursive] Error 1
  38. make[1]: *** [all-recursive] Error 1
  39. make: *** [all-recursive] Error 1
Add Comment
Please, Sign In to add comment