patch for MUTE 0.5.1 (Unix Source)
Status: Beta
Brought to you by:
jcr13
I'm trying to compile the unix source for MUTE 0.5.1, and I"m getting some errors..
the makefile in the layers/messageRouter directory needs to make reference to SHA1.o so that computeSHA1Digest errors don't show up.
in the file messageRouter.cpp, the handler function needs to return a type int not void.
in most of the test cases, Thread::sleep needs to be changed to Thread::staticSleep.
I've fixed all these errors in the patch enclosed with this post..
Long live MUTE!
patches for files in layers/messageRouter directory