Message104334
| 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:11 | jbinder | set | recipients: + jbinder |
| 2010-04-27 16:43:11 | jbinder | set | messageid: <1272386591.01.0.834578637911.issue8548@psf.upfronthosting.co.za> |
| 2010-04-27 16:43:08 | jbinder | link | issue8548 messages |
| 2010-04-27 16:43:07 | jbinder | create | |