Reuben Perelman wrote:
[CC] dll/win32/wininet/cookie.c [CC] dll/win32/wininet/dialogs.c [CC] dll/win32/wininet/ftp.c [CC] dll/win32/wininet/gopher.c [CC] dll/win32/wininet/http.c dll/win32/wininet/http.c:62:23: inet_ntop.c: No such file or directory dll/win32/wininet/http.c: In function `HTTP_HttpOpenRequestW': dll/win32/wininet/http.c:1154: warning: implicit declaration of function `inet_ntop' make: *** [obj-i386/dll/win32/wininet/http.o] Error 1
It looks like it's trying to include a file that doesn't exist. Maybe somebody forgot to run "svn add inet_ntop.c" before they committed their changes?
I get the same thing! James