[Python-Dev] fresh checkout won't build (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Sun Dec 18 16:07:52 CET 2005
- Previous message: [Python-Dev] Incorporation of zlib sources into Python subversion
- Next message: [Python-Dev] fresh checkout won't build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
$ svn up
At revision 41759.
$ make
...
Python/compile.c: In function PyNode_Compile': Python/compile.c:301: parse error before
mod'
Python/compile.c:302: `mod' undeclared (first use in this function)
Python/compile.c:302: (Each undeclared identifier is reported only once
Python/compile.c:302: for each function it appears in.)
make: *** [Python/compile.o] Error 1
$ make distclean; ./configure; make
Python/compile.c: In function PyNode_Compile': Python/compile.c:301: parse error before
mod'
Python/compile.c:302: `mod' undeclared (first use in this function)
Python/compile.c:302: (Each undeclared identifier is reported only once
Python/compile.c:302: for each function it appears in.)
make: *** [Python/compile.o] Error 1
what am I missing ?
(old linux, old linux, built just fine yesterday)
- Previous message: [Python-Dev] Incorporation of zlib sources into Python subversion
- Next message: [Python-Dev] fresh checkout won't build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]