<div dir="ltr">May want to check to see if that library is still used anywhere. Only places I know that use zip/zlib/whatever are mesh decompression, materials, and iar/oar save/load, but there may be others. I remember I changed mesh decompression to use System.IO.Compression probably a year or more ago. so it shouldn't be needed there unless someone else changed it back.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 10, 2015 at 9:29 PM, Diva Canto <span dir="ltr"><<a href="mailto:diva@metaverseink.com" target="_blank">diva@metaverseink.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">FYI, trying to compile mono addins with this other version of SharpZipLib results in the following error:<br>
<br>
Assembly generation failed -- Referenced assembly 'ICSharpCode.SharpZipLib' does not have a strong name<br>
<br>
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)<br>
<br>
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.<br>
<br>
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.<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
On 6/10/2015 9:01 PM, Diva Canto wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone, but especially the MOSES group,<br>
<br>
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.<br>
<br>
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: <a href="https://github.com/mono/mono-addins/tree/master/support" target="_blank">https://github.com/mono/mono-addins/tree/master/support</a><br>
<br>
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.<br>
<br>
Thanks,<br>
Diva<br>
<br>
<br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@opensimulator.org" target="_blank">Opensim-dev@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev</a><br>
<br>
<br>
</blockquote>
<br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@opensimulator.org" target="_blank">Opensim-dev@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev</a><br>
</div></div></blockquote></div><br></div>