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 skip.montanaro
Recipients belopolsky, brett.cannon, bretthoerner, laca, rhettinger, robert.kern, ronaldoussoren, skip.montanaro, twleung
Date 2009-01-22.22:53:58
SpamBayes Score 2.5528493e-08
Marked as misclassified No
Message-id <1232664839.66.0.586713352276.issue4111@psf.upfronthosting.co.za>
In-reply-to
Content
After applying the patch and reconfiguring I get compilation errors in
Python/ceval.c.  I suspect it's because there is a new header file,
Python/python.h.  That's probably found by the #include directive in
favor of Include/Python.h because of the Mac's case-insensitive file
system.  Changing the Makefile targets and actions so it's named
python-dtrace.h seems to work a bit better.  I get an error later
running dtrace which I have yet to investigate.
History
Date User Action Args
2009-01-22 22:53:59skip.montanarosetrecipients: + skip.montanaro, brett.cannon, rhettinger, ronaldoussoren, belopolsky, bretthoerner, laca, twleung, robert.kern
2009-01-22 22:53:59skip.montanarosetmessageid: <1232664839.66.0.586713352276.issue4111@psf.upfronthosting.co.za>
2009-01-22 22:53:58skip.montanarolinkissue4111 messages
2009-01-22 22:53:58skip.montanarocreate