<br><br><div style="visibility: hidden; display: inline;" id="avg_ls_inline_popup"></div><style type="text/css">#avg_ls_inline_popup {  position:absolute;  z-index:9999;  padding: 0px 0px;  margin-left: 0px;  margin-top: 0px;  width: 240px;  overflow: hidden;  word-wrap: break-word;  color: black;  font-size: 10px;  text-align: left;  line-height: 13px;}</style><div class="gmail_quote">
2010/4/7 Even Rouault <span dir="ltr">&lt;<a href="mailto:even.rouault@mines-paris.org">even.rouault@mines-paris.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

(2) : It also enabled me to experiment with adding support for ZIP64<br>
unzipping. Very recently (15 march 2010) upstream zlib has incorporated back<br>
the changes in minizip 1.1 (and in zlib124 package) in a cleaner &amp; backward<br>
compatible way by adding new symbols with 64 prefix. So if latest minizip was<br>
a dependency, we could drop the cpl_minizip files from GDAL source and use<br>
upstream version instead. The ZIP64 issue isn&#39;t terribly important to me so<br>
this would certainly not be a show-stopper for moving to another solution<br>
that would only require using the old minizip interfaces. And the<br>
cpl_vsil_gzip.cpp code could certainly be adapted to work with classic or<br>
zip64 symbols according to what is available.<br></blockquote><div><br><br>I&#39;ve took a crack to add minizip support to the Windows buildslaves and switch this new driver on, I hope the next build will compile this driver in the plugins section.<br>
<br>However the desired compilation flags of minizip are not so trivial to me, is the  ZIP64 support enabled by default, should I define further variables?<br>Do we expect to compile minizip as a library or a dll package? The latter seems to be controlled by ZEXPORT which is not defined properly on Windows. (zlib is using explicit definition of the exported functions by using a .def file and not by __declspec(dllexport))<br>
<br>Do we have auto-tests included along with this driver in order to make sure the compilation is working?<br><br>Best regards,<br> <br><br>Tamas<br><br></div></div><br>