You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in issue 19, the current implementation of dynamic data won't work
in windows because it relies on:
* from sys/mman.h: mmap(), munmap()
* from unistd.h: close()
These header files don't exist in vanilla win32 build environments, so
compatibility is broken. The fix for close() is being implemented in issue 19,
but the fix for mmap() is less straightforward.
Original issue reported on code.google.com by [email protected] on 13 Aug 2014 at 11:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Aug 2014 at 11:40The text was updated successfully, but these errors were encountered: