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 christian.heimes
Recipients christian.heimes, loewis
Date 2013-04-18.19:46:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366314379.89.0.227357780835.issue17791@psf.upfronthosting.co.za>
In-reply-to
Content
The pyconfig.h file of the Windows build environment defines at least two macros without a Py/PY prefix:

PC/pyconfig.h:#define PREFIX ""
PC/pyconfig.h:#define EXEC_PREFIX ""

This has caused multiple issues in the past. For example libexpat uses PREFIX, too. When I was working on my XML patches it took me about half an hour to fix the build on Windows. PyLucence's JCC has run into the same issue, too. http://mail-archives.apache.org/mod_mbox/lucene-pylucene-dev/201304.mbox/browser

Can we change the name of PREFIX to PY_PREFIX nad EXEC_PREFIX to PY_EXEC_PREFIX?
History
Date User Action Args
2013-04-18 19:46:19christian.heimessetrecipients: + christian.heimes, loewis
2013-04-18 19:46:19christian.heimessetmessageid: <1366314379.89.0.227357780835.issue17791@psf.upfronthosting.co.za>
2013-04-18 19:46:19christian.heimeslinkissue17791 messages
2013-04-18 19:46:19christian.heimescreate