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 Trevor.Bowen
Recipients Trevor.Bowen, pitrou, r.david.murray
Date 2013-10-08.17:24:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I executed "make touch" between "configure" and "make", but the build process still created Parser/pgen and then tried to use it, which of course crashed the build, since pgen was compiled for the embedded host not the build system.  :(  Was that the wrong usage?
History
Date User Action Args
2013-10-08 17:24:21Trevor.Bowensetrecipients: + Trevor.Bowen, pitrou, r.david.murray
2013-10-08 17:24:21Trevor.Bowensetmessageid: <[email protected]>
2013-10-08 17:24:21Trevor.Bowenlinkissue19142 messages
2013-10-08 17:24:21Trevor.Bowencreate