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

Re: 4.3.4-dev-4 and 4.2.6-dev-2 available



Le Tue, 11 Dec 2007 11:20:38 +0000,
Peter Stephenson <pws@xxxxxxx> a écrit :

> I've uploaded new development versions of 4.3.4 and 4.2.6 to
> ftp://ftp.zsh.org/pub/development .  Unless something major turns up I
> will release 4.3.5 and 4.2.7 some time around the weekend.
> 
> Here is what I have so far for a release note for 4.3.5.  Let me know
> of anything I've missed.  (That could include major bugfixes you think
> for anything that might have been particularly noticeable in 4.3.4.)
> 
> 
> Version 4.3.5 contains both bugfixes and improvements.  Further
> progress has been made in support for multibyte character set and in
> most cases this is thought to be stable although a few glitches
> remain.
> 
> Visible changes in the shell and its modules since 4.3.4 include the
> following:
> 
> A new module zsh/curses provides the builtin zcurses for access
> to the curses screen manipulation package; see the entry in the
> zsh/modules manual.  Configuration of terminal libraries is now
> easier with the --with-term-lib option to configure.
> 
[snip..]

Hi,

The new module zsh/curses fails on OpenBSD (i386 -current).

gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes -O2
-fPIC -o curses..o curses.c 
In file included from /usr/include/curses.h:14, 
	from curses.c:46:
/usr/include/ncurses.h:251: error: conflicting types for `wchar_t'
/usr/include/stddef.h:54: error: previous declaration of `wchar_t'
/usr/include/ncurses.h:254: error: conflicting types for `wint_t'
/usr/include/stddef.h:59: error: previous declaration of `wint_t'

Try to compil with this:
./configure --enable-zsh-mem --enable-zsh-secure-free
--enable-maildir-support --with-tcsetpgrp --enable-multibyte

Some hits here: http://www.openbsd.org/porting.html#Other

Regards,

Pea



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