FYI, trying to compile mono addins with this other version of SharpZipLib results in the following error:

Assembly generation failed -- Referenced assembly 'ICSharpCode.SharpZipLib' does not have a strong name

Meaning that that library is not signed. The mono addins dlls are signed by default, hence the problem. (signed libraries' dependencies must be signed too)

Either I disable the signing of mono addins, or I'll need to do some dll hacking, or I need to compile ICSharpCpde.SharpZipLib myself and sign it. None of these optionsare appealing to me at this point.

Again, if this change was required for the MOSES patch, I would like to know -- nothing in the mantis suggests any connection with compression, so I'm kind of surprised that this library was changed. If this was unintentional, I will revert the library, so that this problem goes away for now.At the moment, mautil that's in master is not working.



On 6/10/2015 9:01 PM, Diva Canto wrote:
Hi everyone, but especially the MOSES group,

In the last MOSES patch (edcba95ab561abeedc4023c319c578d8ddd83c61), this library (ICSharpCpde.SharpZipLib.dll) was replaced with a different version: it used to be 2.84.0.0 and now it's 0.85.4.369.

This is causing problems with mautil, as the exe we have in bin has been compiled with 2.84.0.0 -- that's the version that's currently in their repo: https://github.com/mono/mono-addins/tree/master/support

Was there a reason for updating this library wrt the purpose of the MOSES patch? Or was this unintentional? If there is a good reason, I may try to compile mautil with the new version, otherwise I'd rather stick with what works.

Thanks,
Diva


_______________________________________________
Opensim-dev mailing list
[email protected]
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev



_______________________________________________
Opensim-dev mailing list
[email protected]
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev

Reply via email to