Closed gvanem closed 6 years ago
I noted that Travis used -Werror
which caused my read()
patch to fail. Fixed now (Travis is happy).
Thank you for this!
Unfortunately there's a conflict now. Sorry about that!
I've not looked at the changes in detail yet. However I noticed in win32.c there is code from a third party (the comment on line 64). Do you know how that code is licensed?
Also, as my colleague mentioned in #104, we'll be supporting Windows with the new version of geoipupdate, so it might make these updates less pressing.
Do you know how that code is licensed?
Some getopt()
code from 1993! It can easily be replaced with GNU's getopt()
or whatever.
Closing due to lack of interest...
My local patches and Makefile to get a working
geoipupdate.exe
for Windows. (they have been sitting here for 5 years).But as I'm not a customer of the MaxMind's data-download (?) program, I'm not confident everything works smoothly. This is what a
c:\> geoipupdate -v
says so far (with a joke%GEOIP_ROOT%/GeoIP.conf
):No surprise really.