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 trent
Recipients eric.snow, loewis, ned.deily, petri.lehtinen, python-dev, sbt, trent
Date 2012-09-01.00:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346457794.6.0.454146360174.issue15819@psf.upfronthosting.co.za>
In-reply-to
Content
> Since the committed patch is already a step in that direction,
> I think it now needs to be completed. It's mandatory (IMO)
> that the generated files are actually used; that the generators
> are not run if not needed is optional and can be fixed later.

Martin: I'll work on another patch over the next few days and post it here for review.  It seems like your comments regarding our options are still valid (despite this thread getting sidetracked): continue with the premise that all generated files get generated in the build directory, and make sure that build directory gets used during the build (i.e. -I./Include).

I'll start with that and see how I get on.
History
Date User Action Args
2012-09-01 00:03:14trentsetrecipients: + trent, loewis, ned.deily, python-dev, sbt, eric.snow, petri.lehtinen
2012-09-01 00:03:14trentsetmessageid: <1346457794.6.0.454146360174.issue15819@psf.upfronthosting.co.za>
2012-09-01 00:03:14trentlinkissue15819 messages
2012-09-01 00:03:13trentcreate