This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Greg.Hellings
Recipients Arfrever, BreamoreBoy, David.Kern, Greg.Hellings, WhiteTiger, eric.araujo, rpetrov, victorpoluceno, wrobell
Date 2011-05-20.13:15:25
SpamBayes Score 0.0021940272
Marked as misclassified No
Message-id <1305897328.13.0.692768011722.issue3754@psf.upfronthosting.co.za>
In-reply-to
Content
Current patch errors with the following message:
gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -L/manual/lib -L/binary/lib -L/manual/lib -L/binary/lib  Parser/acceler.o Parser/grammar1.o Pars
er/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o
Python/dynamic_annotations.o Python/mysnprintf.o Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/parsetok_pgen.o Parser/pgenmain
.o -lintl -lpthread  -o Parser/pgen.exe
./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
./Grammar/Grammar: line 18: single_input:: command not found
./Grammar/Grammar: line 18: simple_stmt: command not found
./Grammar/Grammar: line 18: compound_stmt: command not found
./Grammar/Grammar: line 19: syntax error near unexpected token `NEWLINE'
./Grammar/Grammar: line 19: `file_input: (NEWLINE | stmt)* ENDMARKER'
make: *** [Parser/pgen.stamp] Error 2
History
Date User Action Args
2011-05-20 13:15:28Greg.Hellingssetrecipients: + Greg.Hellings, wrobell, eric.araujo, rpetrov, Arfrever, victorpoluceno, WhiteTiger, BreamoreBoy, David.Kern
2011-05-20 13:15:28Greg.Hellingssetmessageid: <1305897328.13.0.692768011722.issue3754@psf.upfronthosting.co.za>
2011-05-20 13:15:26Greg.Hellingslinkissue3754 messages
2011-05-20 13:15:25Greg.Hellingscreate