No subject


Fri Feb 17 02:32:51 UTC 2012


about, bofore diving in to investigate?  Its a FreeBSD 4.2-STABLE machine
from January 4th ... INN from CVS compiled and installed fine on Feb 14th
...

gcc -I/usr/local/include/db3 -g -I../include  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64   -c -o libauth.o libauth.c
In file included from libauth.h:10,
                 from libauth.c:7:
/usr/include/arpa/inet.h:89: warning: parameter has incomplete type
/usr/include/arpa/inet.h:92: warning: parameter has incomplete type
/usr/include/arpa/inet.h:96: warning: parameter has incomplete type
In file included from libauth.c:7:
libauth.h:53: warning: `struct sockaddr_in' declared inside parameter list
libauth.h:53: warning: its scope is only this definition or declaration, which is probably not what you want.
libauth.c:42: warning: `struct sockaddr_in' declared inside parameter list
libauth.c:43: conflicting types for `get_res'
libauth.h:53: previous declaration of `get_res'
libauth.c: In function `get_res':
libauth.c:47: dereferencing pointer to incomplete type
libauth.c:48: dereferencing pointer to incomplete type
libauth.c:57: dereferencing pointer to incomplete type
libauth.c:60: dereferencing pointer to incomplete type
libauth.c:63: dereferencing pointer to incomplete type
libauth.c:66: dereferencing pointer to incomplete type
gmake[1]: *** [libauth.o] Error 1
gmake[1]: Leaving directory `/news/src/cvs/inn/authprogs'
gmake: *** [all-authprogs] Error 2


libauth.c:
char
get_res(struct sockaddr_in* loc,
        struct sockaddr_in* cli)

libauth.h:
extern char
get_res(struct sockaddr_in* loc,
        struct sockaddr_in* cli);


Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy at hub.org           secondary: scrappy@{freebsd|postgresql}.org



More information about the inn-workers mailing list