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 jbinder
Recipients jbinder
Date 2010-04-27.16:43:06
SpamBayes Score 5.229628e-05
Marked as misclassified No
Message-id <1272386591.01.0.834578637911.issue8548@psf.upfronthosting.co.za>
In-reply-to
Content
Building Python 3.1.2 on Cygwin 1.7, I got errors in main.c stemming from a warning: PATH_MAX redefined (see attached log).  I got around this by commenting out the #define.  I don't know if the best solution is #ifndef, #undef, or something else. . . . I know CygWin has changed the value of PATH_MAX in 1.7 (see: http://www.cygwin.com/cygwin-ug-net/ov-new1.7.html), though I'm not sure why that would cause this problem.
History
Date User Action Args
2010-04-27 16:43:11jbindersetrecipients: + jbinder
2010-04-27 16:43:11jbindersetmessageid: <1272386591.01.0.834578637911.issue8548@psf.upfronthosting.co.za>
2010-04-27 16:43:08jbinderlinkissue8548 messages
2010-04-27 16:43:07jbindercreate