This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nhawthorn
Recipients
Date 2003-10-07.20:05:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=879291

I can't properly understand the error or suggest a
patch, after trying for quite a long time.  Compiling
--without-cxx did not help.  I did find out that
CWERASE is meant to expand to CTRL('w') which is meant
to expand to (('w')&037).  There are #defines to do
this in /usr/include/sys/termios.h, and for things
like CWERASE, but they are controlled by #if
statements.  I agree that there could be problems with
SGI system header files, but it would be nice if
Python allowed for these.
History
Date User Action Args
2008-01-20 09:56:29adminlinkissue816929 messages
2008-01-20 09:56:29admincreate