RE: [Python-Dev] Irix problems

2.3.2rc2 is the first try, we are updating from 1.5 on SGI... ---------------------------------------------------------------- Michael Schneider Senior Software Engineering Consultant EDS PLM Solutions "The Greatest Performance Improvement Is the transitioning from a non-working state to the working state" -----Original Message----- From: Aahz [mailto:aahz@pythoncraft.com] Sent: Wednesday, October 01, 2003 12:00 PM To: Schneider, Michael Cc: python-dev@python.org Subject: Re: [Python-Dev] Irix problems On Wed, Oct 01, 2003, Schneider, Michael wrote:
SGI python 1.3.2 rc2 fails to build on irix. There is a compile error in termios.c.
This is caused by the fact that SGI #defines some control chars, but does not implement them.
If the following code is added to Modules/termios.c, then the problem is fixed, and all is well on IRIX.
Can someone get this in?
Did 2.3 or 2.3.1 compile correctly? If not, it's too late to get this into 2.3.2. -- Aahz (aahz@pythoncraft.com) <*> http://www.pythoncraft.com/ "It is easier to optimize correct code than to correct optimized code." --Bill Harlan

On Wed, Oct 01, 2003, Schneider, Michael wrote:
2.3.2rc2 is the first try, we are updating from 1.5 on SGI...
In that case, it's too late. We need this fix out quickly to resolve boo-boos in 2.3.1. -- Aahz (aahz@pythoncraft.com) <*> http://www.pythoncraft.com/ "It is easier to optimize correct code than to correct optimized code." --Bill Harlan
participants (2)
-
Aahz
-
Schneider, Michael