Advertisement
andsim

Untitled

Jun 25th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. Errors:
  2.  
  3. /home/andsim/Downloads/aurora-sim-Aurora-Sim-23f9fe2/Aurora.sln (default targets) ->
  4. (Build target) ->
  5. /home/andsim/Downloads/aurora-sim-Aurora-Sim-23f9fe2/addon-modules/VivoxVoice/Modules/Aurora.Addon.VivoxVoice.csproj (default targets) ->
  6. /usr/local/lib/mono/3.5/Microsoft.CSharp.targets (CoreCompile target) ->
  7.  
  8. VivoxVoiceModule.cs(412,41): error CS0246: The type or namespace name `GenericStreamHandler' could not be found. Are you missing a using directive or an assembly reference?
  9. VivoxVoiceModule.cs(412,20): error CS1502: The best overloaded method match for `Aurora.Framework.Servers.HttpServer.IHttpServer.AddStreamHandler(Aurora.Framework.Servers.HttpServer.IRequestHandler)' has some invalid arguments
  10. VivoxVoiceModule.cs(412,20): error CS1503: Argument `#1' cannot convert `object' expression to type `Aurora.Framework.Servers.HttpServer.IRequestHandler'
  11. VivoxVoiceModule.cs(419,41): error CS0246: The type or namespace name `GenericStreamHandler' could not be found. Are you missing a using directive or an assembly reference?
  12. VivoxVoiceModule.cs(419,20): error CS1502: The best overloaded method match for `Aurora.Framework.Servers.HttpServer.IHttpServer.AddStreamHandler(Aurora.Framework.Servers.HttpServer.IRequestHandler)' has some invalid arguments
  13. VivoxVoiceModule.cs(419,20): error CS1503: Argument `#1' cannot convert `object' expression to type `Aurora.Framework.Servers.HttpServer.IRequestHandler'
  14. VivoxVoiceModule.cs(426,41): error CS0246: The type or namespace name `GenericStreamHandler' could not be found. Are you missing a using directive or an assembly reference?
  15. VivoxVoiceModule.cs(426,20): error CS1502: The best overloaded method match for `Aurora.Framework.Servers.HttpServer.IHttpServer.AddStreamHandler(Aurora.Framework.Servers.HttpServer.IRequestHandler)' has some invalid arguments
  16. VivoxVoiceModule.cs(426,20): error CS1503: Argument `#1' cannot convert `object' expression to type `Aurora.Framework.Servers.HttpServer.IRequestHandler'
  17.  
  18. /home/andsim/Downloads/aurora-sim-Aurora-Sim-23f9fe2/Aurora.sln (default targets) ->
  19. (Build target) ->
  20. /home/andsim/Downloads/aurora-sim-Aurora-Sim-23f9fe2/addon-modules/AuroraWebUI/Modules/Aurora.Addon.WebUI.csproj (default targets) ->
  21. /usr/local/lib/mono/3.5/Microsoft.CSharp.targets (CoreCompile target) ->
  22.  
  23. WebUIHandler.cs(426,32): error CS0115: `OpenSim.Services.WireduxHTTPHandler.Handle(string, System.IO.Stream, Aurora.Framework.Servers.HttpServer.OSHttpRequest, Aurora.Framework.Servers.HttpServer.OSHttpResponse)' is marked as an override but no suitable method found to override
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement