Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: possible 3.1.4 bug - echotc
- X-seq: zsh-workers 4340
- From: Paul Lew <lew@xxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxx>
- Subject: Re: possible 3.1.4 bug - echotc
- Date: Thu, 20 Aug 1998 08:35:43 -0400
- Cc: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- In-reply-to: <199808191354.PAA13093@xxxxxxxxxxxx>
- References: <9808191244.AA22130@xxxxxxxxxxxxxxxxxx>	<199808191354.PAA13093@xxxxxxxxxxxx>
>>>>> "Peter" == Peter Stephenson <pws@xxxxxx> writes:
    Peter> Paul Lew wrote:
    >> Just found out echotc behave differently on 3.0.[35] and 3.1.4:
    >> 
    >> $ echotc so | od -c			 3.0.3, 3.0.5, 3.1.3
    >> 0000000  033   [   7   m
    >> 0000004
    >> 
    >> $ echotc so | od -c			 3.1.4
    >> 0000000    n   o  \n
    >> 0000003
    >> 
    >> Bug or feature?
    Peter> I've had problems with AIX, here, but judging from your
    Peter> domain, that's not the problem.  If it's related... try
    Peter> searching for #ifndef NCURSES_VERSION in Src/builtin.c, and
    Peter> changing it to #if 1.  If that fixes it, we'll have to be
    Peter> more careful in testing for ncurses.
The above change fixes the echotc problem.  While doing this change, I
noticed a 'core' file in the root directory.  It is from 'conftest'.
which is generated by 'configure'.  Any trick to debug 'configure'?
I also got:
       zsh: bad math expression: unbalanced stack
when I tried the basic <TAB> on any directory.  I guess this might be
related to the conftest failure.
Thanks..
BTW, environment info:
zsh:		 3.1.4
OS:		 Digital UNIX 3.2c
Compiler:	 gcc -v
Reading specs from /usr/local/lib/gcc-lib/alpha-dec-osf3.2/egcs-2.90.29/specs
gcc version egcs-2.90.29 980515 (egcs-1.0.3 release)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author