Logged In: YES
user_id=85984
I probably should have included the output from gcc 2.7.2.1
instead which I know is properly installed. The results are
similar, although there is no mention of `wint_t':
% gmake
gcc -D_HAVE_BSDI -g -O3 -Wall -Wstrict-prototypes -I.
-I./Include -DHAVE_CONFIG_H -c ./Modules/socketmodule.c -o
Modules/socketmodule.o
In file included from Include/pyport.h:93,
from Include/Python.h:60,
from ./Modules/socketmodule.c:78:
/usr/include/math.h:177: warning: function declaration isn't
a prototype
/usr/include/math.h:257: warning: function declaration isn't
a prototype
In file included from Include/unicodeobject.h:118,
from Include/Python.h:69,
from ./Modules/socketmodule.c:78:
/usr/include/wchar.h:15: warning: function declaration isn't
a prototype
In file included from /usr/include/signal.h:46,
from ./Modules/socketmodule.c:140:
/usr/include/sys/signal.h:121: warning: function declaration
isn't a prototype
/usr/include/sys/signal.h:164: warning: function declaration
isn't a prototype
Modules/getaddrinfo.c: In function `gai_strerror':
In file included from ./Modules/socketmodule.c:236:
Modules/getaddrinfo.c:205: `EAI_MAX' undeclared (first use
this function)
Modules/getaddrinfo.c:205: (Each undeclared identifier is
reported only once
Modules/getaddrinfo.c:205: for each function it appears in.)
Modules/getaddrinfo.c: In function `getaddrinfo':
Modules/getaddrinfo.c:285: `EAI_BADHINTS' undeclared (first
use this function)
Modules/getaddrinfo.c:286: `AI_MASK' undeclared (first use
this function)
Modules/getaddrinfo.c:376: `EAI_PROTOCOL' undeclared (first
use this function)
Modules/getaddrinfo.c:464: `AI_NUMERICHOST' undeclared
(first use this function)
./Modules/socketmodule.c: In function `PySocketSock_init':
./Modules/socketmodule.c:1818: warning: function declaration
isn't a prototype
./Modules/socketmodule.c: In function `PySocket_fromfd':
./Modules/socketmodule.c:2304: warning: function declaration
isn't a prototype
gmake: *** [Modules/socketmodule.o] Error 1
|