Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Zsh 4.3.8 released



* Peter Stephenson (Wed, 29 Oct 2008 22:57:50 +0000)
> On Wed, 29 Oct 2008 12:19:46 +0000
> Peter Stephenson <pws@xxxxxxx> wrote:
> > I've uploaded 4.3.8 to the website.
> >
> > Thanks to everyone who helped with this.  There shouldn't be any more
> > reasons for surprises (or if there are they are liable to be well hidden
> > and not turn up in early testing) but I'll let a few people try it out
> > before I upload it to Sourceforge and announce it on Freshmeat.
> 
> (zsh-workers already know about this.)

4.3.8 also doesn't compile under Cygwin (while 4.3.6 dev 2 did)

./configure goes through but make gives:

make[3]: Entering directory `/cygdrive/c/data/compile/zsh-
4.3.8/Src/Modules'
gcc -c -I.  -DHAVE_CONFIG_H -O3 -pipe  -o termcap.o termcap.c
termcap.c: In function `scantermcap':
termcap.c:238: error: `_nc_strcodes' declared as function returning an 
array
termcap.c:238: error: function `_nc_strcodes' is initialized like a 
variable
termcap.c:238: error: conflicting types for '_nc_strcodes'
/usr/include/ncurses/term.h:724: error: previous declaration of 
'_nc_strcodes' was here
termcap.c:239: error: invalid initializer
termcap.c:239: error: (near initialization for `_nc_strcodes')
termcap.c:239: warning: excess elements in scalar initializer
[lots of termcap.c stuff]
termcap.c:274: warning: (near initialization for `_nc_strcodes')
make[3]: *** [termcap.o] Error 1
make[3]: Leaving directory `/cygdrive/c/data/compile/zsh-
4.3.8/Src/Modules'
make[2]: *** [modobjs] Error 1
make[2]: Leaving directory `/cygdrive/c/data/compile/zsh-4.3.8/Src'
make[1]: *** [modobjs] Error 2
make[1]: Leaving directory `/cygdrive/c/data/compile/zsh-4.3.8/Src'
make: *** [all] Error 1

Thorsten



Messages sorted by: Reverse Date, Date, Thread, Author