Ok, this is fixed by 21621
WBR,
Aleksey Bragin.
----- Original Message -----
From: "James Tabor" <jimtabor(a)adsl-64-217-116-74.dsl.hstntx.swbell.net>
To: "ReactOS Development List" <ros-dev(a)reactos.org>
Sent: Monday, April 17, 2006 7:02 AM
Subject: Re: [ros-dev] compiler error
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?
The problem was introduced in change 21619 (No ros-diffs for it!).
James