Skip Montanaro <s...@pobox.com> added the comment: 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.
_______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4111> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com