>> This one is wrong: the file uses mmap(3), which is declared in
>> <sys/mman.h> according to
>> <http://www.opengroup.org/onlinepubs/9699919799/functions/mmap.html>.
>>
>> This function is missing on MinGW, though, but there’s currently no
>> replacement in Guile.  Would you like to work on it?
>
> Sorry, I don't think I'm able to do that.

Try <http://msdn.microsoft.com/en-us/library/aa366556(VS.85).aspx> for
Windows' mmap equivalent. You could also just write a generic
fread/malloc equivalent, since the mmap is only for speed (I think).

Reply via email to