<br><br><div class="gmail_quote">Am 18. März 2012 21:06 schrieb Nicolai Hess <span dir="ltr">&lt;<a href="mailto:nicolaihess@web.de">nicolaihess@web.de</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
For the 32Bit  unix VM, <br>primitiveDirectoryLookup and primitiveFileSize doesn&#39;t work with files larger than <br>2^32 bits. <br>Possible workaround/fix. <br>Build with -D_FILE_OFFSET_BITS=64<br>
and replace ftell,fseek in sqFilePluginBasicPrims with ftello,fseeko.<br>Now reading filesize for files larger than 2^32 bits works, but I don&#39;t know if<br>there are any side effects.<br><br>regards<span class="HOEnZb"><font color="#888888"><br>
Nicolai<br>
</font></span></blockquote></div><br>