[Python-Dev] 2.3b1 release
Guido van Rossum
guido@python.org
Tue, 22 Apr 2003 08:03:15 -0400
> The UnixWare build is way dead right now. (today's CVS)
>
> cc -c -K pentium,host,inline,loop_unroll,alloca -DNDEBUG -O -I. -I/opt/src/utils/python/python/dist/src/Include -DPy_BUILD_CORE -o Modules/python.o /opt/src/utils/python/python/dist/src/Modules/python.c
> UX:acomp: ERROR: "/usr/include/sys/select.h", line 45: identifier redeclared: fd_set
> UX:acomp: ERROR: "/usr/include/sys/select.h", line 72: identifier redeclared: select
> gmake: *** [Modules/python.o] Error 1
That doesn't look like a *new* problem to me; if sys/select.h is being
included twice, that probably was so for a long time. You may be the
only person with access to this platform. Can you find the problem?
Was this present in 2.3a2?
--Guido van Rossum (home page: http://www.python.org/~guido/)