Michael Tremer wrote: > It would be great if we could work on upstreaming your changes for > Windows so that they become available for everyone and you no longer need to > bundle your own version of libloc without receiving bugfixes from upstream. Hi again. Sorry for the delay. That would be tricky for me; I'm a n00b when it comes to Git and pull-requests. But my my Win-sources are under here: https://github.com/gvanem/wsock-trace/tree/master/src/Geo-IP/IPFire/libloc/src You could perhaps pull them, create a diff and then email me privately to discuss things if you really want Windows support. It would be nice to see Location get a much wider audience (competing with MaxMind and IP2Location ...) PS. One thing I see now, trying to support Cygwin too; Your calls to 'mmap()' fails on Cygwin32 for a reason I fail to understand; errno = EINVAL. So I use my Win-mmap emulation for Cygwin too. Works fine. Will see about Cygwin64. -- --gv