[issue1722225] Build on QNX 6

2008-01-25 Thread Vladimir Konjkov
Vladimir Konjkov added the comment: For _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED look this http://opengroup.org/onlinepubs/007908775/xcurses/implement.html _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue175

[issue1722225] Build on QNX 6

2008-01-25 Thread Vladimir Konjkov
Vladimir Konjkov added the comment: there is script Misk/find_recursionlimit.py that can help to find real recursion limit for QNX4 for one recursion used ~900 kb of stack thus 1Mb sufficient for default recursion limit = 1000. _ Tracker [EMAIL PROTECTED

[issue1722225] Build on QNX

2007-12-16 Thread Vladimir Konjkov
Vladimir Konjkov added the comment: willing you implement thread support for qnx6, or may be qnx4? _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue175 _ ___ Python

[issue1722225] Build on QNX

2007-09-18 Thread Vladimir Konjkov
Vladimir Konjkov added the comment: However, I don't understand this entire point: What do you mean by using TCGETA requires that struct termio be defined? How is TCGETA defined to produce such a dependency? TCGETA is a constant, right

[issue1722225] Build on QNX

2007-09-18 Thread Vladimir Konjkov
Vladimir Konjkov added the comment: addition TCGETA is a constant. That's right! under QNX4 TCGETA defined as MACRO in sys/ioctl.h. That's right! in Modules/termios.c there's #include sys/ioctl.h That's right too! What's problem after all? Problem is that MACRO definition of TCGETA need sizeof

[issue1722225] Build on QNX

2007-09-13 Thread Vladimir Konjkov
Vladimir Konjkov added the comment: look this http://www.mail-archive.com/python-bugs-list%40python.org/msg07749.html it's for python-2.3.5 under qnx4.25. about pyport.h under qnx4.25: I include unix.h instead of definition of function openpty()+forkpty() in pyport.h, openpty()+forkpty