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 trent
Recipients trent
Date 2012-08-31.23:52:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346457153.04.0.0294174797728.issue15835@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-31 23:52:33trentsetrecipients: + trent
2012-08-31 23:52:33trentsetmessageid: <1346457153.04.0.0294174797728.issue15835@psf.upfronthosting.co.za>
2012-08-31 23:52:29trentlinkissue15835 messages
2012-08-31 23:52:28trentcreate