On Wednesday, 16 December 2015 at 18:30:41 UTC, Byron Heads wrote:
On Wednesday, 16 December 2015 at 18:21:33 UTC, Byron Heads
wrote:
On Wednesday, 16 December 2015 at 18:14:35 UTC, Byron Heads
wrote:
[...]
Commenting out
gzclose(fpGZip);
allows it to compile..
Submitted reduced case as a bug:
https://issues.dlang.org/show_bug.cgi?id=15457
import etc.c.zlib;
void main() {
gzclose(null);
}
I searched the function "__lseek64" under /usr/include/dmd" with
"grep -R __lseek64", but nothing is found. I work on Linux
64-bit. So, I guess it is either Windows related, or 32bit dmd
related. "lseek64" is found in "unistd.d", but this doesn't solve
any problem.