Q: Installing Python ... many problems !

Holger Kipp hoki26 at gmx.de
Tue May 29 15:34:27 EDT 2001


Hi 2 all,

after creating a make-file and executing the make-command, the system gave
me following message and the procedure stopped:

-------------- snipp ---------------
>Include/pyport.h:240: warning: `struct winsize' declared inside parameter
list
>Include/pyport.h:240: warning: its scope is only this definition or
declaration, which is probably not what you want.
>Include/pyport.h:241: warning: `struct winsize' declared inside parameter
list
>gcc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Python/getargs.o Python/getargs.c
>In file included from Include/Python.h:54,
>                 from Python/getargs.c:9:
>Include/pyport.h:240: warning: `struct winsize' declared inside parameter
list
>Include/pyport.h:240: warning: its scope is only this definition or
declaration, which is probably not what you want.
>Include/pyport.h:241: warning: `struct winsize' declared inside parameter
list
>Python/getargs.c: In function `convertsimple1':
>Python/getargs.c:400: `UCHAR_MAX' undeclared (first use in this function)
>Python/getargs.c:400: (Each undeclared identifier is reported only once
>Python/getargs.c:400: for each function it appears in.)
>Python/getargs.c:416: `SCHAR_MIN' undeclared (first use in this function)
>Python/getargs.c:437: `SHRT_MIN' undeclared (first use in this function)
>Python/getargs.c:442: `SHRT_MAX' undeclared (first use in this function)
>Python/getargs.c:463: `USHRT_MAX' undeclared (first use in this function)
>Python/getargs.c:484: `INT_MIN' undeclared (first use in this function)
>make: *** [Python/getargs.o] Error 1

I haven't got a clue, what's going on with this installation ...
What does this message mean? Which mistake have I done?
I'm sitting here for a long time (>6 hours) and going slowly mad...

Please help me ...
-Holger-








More information about the Python-list mailing list