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" is undefined
  static wchar_t env_home[PATH_MAX+1];
                          ^

1 error detected in the compilation of "Python/pythonrun.c".
*** Error exit code 2

Stop.

Placeholder bug whilst I do some more digging.

----------
assignee: trent
messages: 169593
nosy: trent
priority: normal
severity: normal
status: open
title: HP-UX build needs to be tweaked to pick up PATH_MAX
type: compile error
versions: Python 2.7, Python 3.2, Python 3.3

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

Reply via email to