[Opensim-users] Whisper module

Justin Clark-Casey jjustincc at googlemail.com
Tue Mar 12 01:16:06 UTC 2013


On 07/03/13 07:47, TwistedStickfigure wrote:
> So, It was a learning experience.  But not a success.
> I followed the build instructions  here
> <http://whisper.vcomm.ch/doc/0.2.0/Whisper_Murmur_Config.pdf>  .
> and the 0.7.5 source from  Opensimulator
> <http://opensimulator.org/wiki/Download>
>
>    The build failed with a list of errors similar to this first set.
>
> [csc]
> /home/opensim/opensim/opensim-0.7.5-source/addon-modules/Whisper/Modules/MurmurVoiceModule.cs(865,56):
> error CS1678: Parameter `4' is declared as type
> `OpenSim.Framework.Servers.HttpServer.OSHttpRequest' but should be
> `OpenSim.Framework.Servers.HttpServer.IOSHttpRequest'
> [csc]
> /home/opensim/opensim/opensim-0.7.5-source/addon-modules/Whisper/Modules/MurmurVoiceModule.cs(865,56):
> error CS1678: Parameter `5' is declared as type
> `OpenSim.Framework.Servers.HttpServer.OSHttpResponse' but should be
> `OpenSim.Framework.Servers.HttpServer.IOSHttpResponse'
> [csc]
> /home/opensim/opensim/opensim-0.7.5-source/addon-modules/Whisper/Modules/MurmurVoiceModule.cs(865,56):
> error CS1661: Cannot convert `anonymous method' to delegate type
> `OpenSim.Framework.Servers.HttpServer.RestMethod' since there is a parameter
> mismatch
> [csc]
> /home/opensim/opensim/opensim-0.7.5-source/addon-modules/Whisper/Modules/MurmurVoiceModule.cs(863,18):
> error CS1502: The best overloaded method match for
> `OpenSim.Framework.Capabilities.Caps.RegisterHandler(string,
> OpenSim.Framework.Servers.HttpServer.IRequestHandler)' has some invalid
> arguments
> [csc]
> /home/opensim/opensim/opensim-0.7.5-source/bin/OpenSim.Capabilities.dll
> (Location of the symbol related to previous error)
>
> If I have a list of errors and suggested solutions does that mean I need to
> change those parameters in the whisper source I built with?

Yes.  There's a reasonable chance it will build if you just change the OSHttpRequest references to IOSHttpRequest instead.

-- 
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc



More information about the Opensim-users mailing list