Sridhar Ratnakumar <sridh...@activestate.com> added the comment:

Hi Mark,

Thanks for showing interest on this bug.

[Mark] Is the operating system you're using HP-UX 11.00, or am I 
misunderstanding the issue title?

# Yes. output of platinfo: hpux-parisc (hpux11.00-parisc2.0)

[Mark] Does the problem exist with more recent versions of HP-UX 11?

# I'm yet to verify that as currently HP-UX 11.22 has another build 
issue: http://bugs.python.org/issue5999

[Mark] Please could you attach your post-configuration pyconfig.h file,
and also, if possible, the config.log file?

# I've attached 'config.log' and 'pyconfig.h' a few minutes ago.

[Mark] Does inttypes.h on your system define int32_t and uint32_t?

# Yes. See http://files.getdropbox.com/u/87045/tmp/hpux_test.c.txt

[Mark] if inttypes.h defines int32_t and uint32_t, are they C macros or 
typedefs?

# Interesting I can't find int32_t at all in /usr/include/inttypes.h -- 
so I'm attaching that file.

[Mark] Does inttypes.h on your system define INT32_MAX and UINT32_MAX?

# Yes. See http://files.getdropbox.com/u/87045/tmp/hpux_test.c.txt

[Mark] Does the attached patch fix the problem for you? 

# The patch "issue6347.patch" fixes the compile error! The build also 
succeeds without further errors.

----------

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

Reply via email to