[ python-Bugs-1295179 ] termios.c in qnx4.25
SourceForge.net
noreply at sourceforge.net
Sun Aug 6 09:01:20 CEST 2006
Bugs item #1295179, was opened at 2005-09-19 09:28
Message generated for change (Settings changed) made by gbrandl
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: Open
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: Georg Brandl (gbrandl)
Date: 2006-08-06 07:01
Message:
Logged In: YES
user_id=849994
Okay, reopening.
----------------------------------------------------------------------
Comment By: kbob_ru (kbob_ru)
Date: 2006-08-05 15: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 02: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 13: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 05: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