guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Portability fixes for win32 cross compiling


From: No Itisnt
Subject: Re: Portability fixes for win32 cross compiling
Date: Tue, 8 Jun 2010 17:12:55 -0500

>> 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

[Prev in Thread] Current Thread [Next in Thread]