[ros-dev] compiler error
Reuben Perelman
reub2000 at earthlink.net
Mon Apr 17 02:50:22 CEST 2006
> [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?
More information about the Ros-dev
mailing list