[Python-Dev] 2.3b1 release (original) (raw)
Guido van Rossum guido@python.org
Tue, 22 Apr 2003 08:03:15 -0400
- Previous message: [Python-Dev] 2.3b1 release
- Next message: [Python-Dev] 2.3b1 release
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The UnixWare build is way dead right now. (today's CVS)
cc -c -K pentium,host,inline,loopunroll,alloca -DNDEBUG -O -I. -I/opt/src/utils/python/python/dist/src/Include -DPyBUILDCORE -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: fdset 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/)
- Previous message: [Python-Dev] 2.3b1 release
- Next message: [Python-Dev] 2.3b1 release
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]