[issue9176] module termios doesn't build on HP-UX

2012-11-28 Thread Stefan Krah
Stefan Krah added the comment: This should be fixed now (see #6308). -- nosy: +skrah resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - termios fix for QNX breaks HP-UX ___ Python tracker rep...@bugs.python.org

[issue9176] module termios doesn't build on HP-UX

2011-08-12 Thread Philip Douglass
Philip Douglass phi...@philipdouglass.com added the comment: Workaround for this issue: Add -D_TERMIOS_INCLUDED to your CFLAGS/CPPFLAGS environment variables to successfully compile termios. -- nosy: +philipsd6 ___ Python tracker

[issue9176] module termios doesn't build on HP-UX

2011-04-14 Thread Graeme Perrow
Changes by Graeme Perrow graeme.per...@gmail.com: -- nosy: +gperrow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9176 ___ ___ Python-bugs-list

[issue9176] module termios doesn't build on HP-UX

2010-07-07 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Maybe. I don't know when I'll have time to research the issue though. The code looks correct and the HP-UX system headers do include the definition for the type of 'mode' but for some reason that definition doesn't get picked up.

[issue9176] module termios doesn't build on HP-UX

2010-07-06 Thread Ronald Oussoren
New submission from Ronald Oussoren ronaldousso...@mac.com: I get the following error when building the termios module on HP-UX: cc -Ae +z -Olimit 1500 -g -DNDEBUG -O -I/opt/python2.7/include -I. -IInclude -I./Include -I/home/xsupport/bld/Python-2.7/Include -I/home/xsupport/bld/Python-2.7 -c

[issue9176] module termios doesn't build on HP-UX

2010-07-06 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Can you provide a patch? -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9176 ___