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 kirkshorts
Recipients amaury.forgeotdarc, effbot, kirkshorts
Date 2008-07-26.20:59:56
SpamBayes Score 0.00016225946
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Did that and it builds fine.

So my test procedure was:

 - checkout clean source
 - apply patch as per guidelines
 - remove the file Psrser/tokenizer.h (*)
 - ./configure
 - make
 - ./python setup.py install

Build platform: Ubuntu , gcc 4.2.3

All works fine.

thanks for the extra test files.

* - one question though. I removed the file using 'svn remove' but the
diff makes it an empty file not removed why is that? (and is it correct?)
History
Date User Action Args
2008-07-26 20:59:59kirkshortssetrecipients: + kirkshorts, effbot, amaury.forgeotdarc
2008-07-26 20:59:59kirkshortssetmessageid: <[email protected]>
2008-07-26 20:59:58kirkshortslinkissue3353 messages
2008-07-26 20:59:57kirkshortscreate