<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><br>
Perhaps useful information for those who program, but irrelevant for<br>
this thread, since WAV files > 2GiB don't require 64bit at all.<br>
<br>
libsndfile on Arch, this is what the OP does use, is configured with<br>
"--prefix=/usr --disable-sqlite" and it's the latest official upstream<br>
release without patches and no changes excepted of <br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
  sed -i 's|#!/usr/bin/python|#!/usr/<wbr>bin/python2|' src/binheader_writef_check.py \<br>
    src/create_symbols_file.py programs/test-sndfile-<wbr>metadata-set.py<br>
  sed -i 's|python|&2|' src/Makefile.am<br>
<br></blockquote><div><br></div><div>My guess is that libsndfile on 32 bit arch is not compiled</div><div>with _FILE_OFFSET_BITS set to 64, for some reason.</div><div><br></div></div></div></div>