[issue15835] HP-UX build needs to be tweaked to pick up PATH_MAX

2012-11-12 Thread Stefan Krah
Stefan Krah added the comment: Thanks for reviewing! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue15835] HP-UX build needs to be tweaked to pick up PATH_MAX

2012-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5db6d9ddf6e8 by Stefan Krah in branch '3.3': Issue #15835: Define PATH_MAX on HP-UX. http://hg.python.org/cpython/rev/5db6d9ddf6e8 -- nosy: +python-dev ___ Python tracker

[issue15835] HP-UX build needs to be tweaked to pick up PATH_MAX

2012-11-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: The patch looks good, please apply. -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list ma

[issue15835] HP-UX build needs to be tweaked to pick up PATH_MAX

2012-09-23 Thread Stefan Krah
Stefan Krah added the comment: PATH_MAX seems to be a mess on HP-UX: It's only defined in limits.h if _INCLUDE_XOPEN_SOURCE_PRE_500 is defined. But MAXPATHLEN is always defined in sys/param.h, so I suggest to use that (patch attached). Other projects take a similar approach by just defining PA

[issue15835] HP-UX build needs to be tweaked to pick up PATH_MAX

2012-08-31 Thread Trent Nelson
New submission from Trent Nelson: Building on HP-UX with the HP ANSI C compiler: % make cc -Ae -c -O -O -I. -I./Include-DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c "Python/pythonrun.c", line 805: error #2020: identifier "PATH_MAX"