New submission from Jeff Binder <extru...@gmail.com>:

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.

----------
components: Installation
files: python-build-logs.tar.gz
messages: 104334
nosy: jbinder
priority: normal
severity: normal
status: open
title: Building on CygWin 1.7: PATH_MAX redefined
type: compile error
versions: Python 3.1
Added file: http://bugs.python.org/file17107/python-build-logs.tar.gz

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8548>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to