[ python-Bugs-1295179 ] termios.c in qnx4.25

SourceForge.net noreply at sourceforge.net
Sat Aug 5 17:56:58 CEST 2006


Bugs item #1295179, was opened at 2005-09-19 17:28
Message generated for change (Comment added) made by kbob_ru
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1295179&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Platform-specific
Status: Closed
Resolution: None
Priority: 5
Submitted By: kbob_ru (kbob_ru)
Assigned to: Nobody/Anonymous (nobody)
Summary: termios.c in qnx4.25

Initial Comment:
I compile python version 2.3.5 in QNX4.25.
But I found that #include <termios.h> don't work 
because in qnx4 we need to include <sys/termio.c> first 
in which #include <termios.h> already present.
Second, Module/termios.c needs flag IXANY, that not 
defined in qnx4 headers.

Include right header and write #ifdef IXANY \ #endif 
around helps to compile Module/termios.c.

----------------------------------------------------------------------

>Comment By: kbob_ru (kbob_ru)
Date: 2006-08-05 23:56

Message:
Logged In: YES 
user_id=1347065

Now I have patch for Python-2.5b3

----------------------------------------------------------------------

Comment By: SourceForge Robot (sf-robot)
Date: 2006-07-18 10:21

Message:
Logged In: YES 
user_id=1312539

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Georg Brandl (gbrandl)
Date: 2006-07-03 21:40

Message:
Logged In: YES 
user_id=849994

Can you test this with Python 2.5b1?

----------------------------------------------------------------------

Comment By: kbob_ru (kbob_ru)
Date: 2006-06-03 13:03

Message:
Logged In: YES 
user_id=1347065

I used next patch for Python versions 2.3.5 and 2.4.3.
It helps work properly termios module in QNX4.25 and
termios test pass.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1295179&group_id=5470


More information about the Python-bugs-list mailing list