I would like to remind you that on solaris syestem, where ncursesw
installed in /usr/local and needs /usr/local/include/ncursesw/term.h
rather than /usr/include/term.h, normal build fails, and I need to run "CFLAGS=-I/usr/local/include/ncursesw
./configure". The make diagnostics is gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes -O2 -fPIC -o terminfo..o terminfo.c In file included from terminfo.c:75: /usr/include/term.h:1060: error: syntax error before "SGTTY" /usr/include/term.h:1078: error: 'timeout' redeclared as different kind of symbol /usr/local/include/ncursesw/ncurses.h:748: error: previous declaration of 'timeout' was here /usr/include/term.h:1078: error: 'timeout' redeclared as different kind of symbol /usr/local/include/ncursesw/ncurses.h:748: error: previous declaration of 'timeout' was here /usr/include/term.h:1120: error: syntax error before '}' token /usr/include/term.h:1197: error: conflicting types for 'tparm' /usr/include/term.h:1197: note: a parameter list with an ellipsis can't match an empty parameter name list declaration /usr/local/include/ncursesw/ncurses.h:828: error: previous declaration of 'tparm' was here /usr/include/term.h:1197: error: conflicting types for 'tparm' /usr/include/term.h:1197: note: a parameter list with an ellipsis can't match an empty parameter name list declaration /usr/local/include/ncursesw/ncurses.h:828: error: previous declaration of 'tparm' was here /usr/include/term.h:1205: error: conflicting types for 'putp' /usr/local/include/ncursesw/ncurses.h:825: error: previous declaration of 'putp' was here /usr/include/term.h:1205: error: conflicting types for 'putp' /usr/local/include/ncursesw/ncurses.h:825: error: previous declaration of 'putp' was here /usr/include/term.h:1207: error: conflicting types for 'vidputs' /usr/local/include/ncursesw/ncurses.h:756: error: previous declaration of 'vidputs' was here /usr/include/term.h:1207: error: conflicting types for 'vidputs' /usr/local/include/ncursesw/ncurses.h:756: error: previous declaration of 'vidputs' was here In file included from terminfo.c:75: /usr/include/term.h:1209:26: macro "resetterm" passed 1 arguments, but takes just 0 /usr/include/term.h:1209:41: macro "fixterm" passed 1 arguments, but takes just 0 /usr/include/term.h:1209:57: macro "saveterm" passed 1 arguments, but takes just 0 terminfo.c: In function `boot_': terminfo.c:362: warning: implicit declaration of function `setupterm' make[3]: *** [terminfo..o] Error 1 make[3]: Leaving directory `/tmp/tmp.WQPAKTo34d/zsh-4.3.4-dev-8/Src/Modules' On 29/01/08 13:43, Peter Stephenson wrote: I've uploaded 4.3.4-dev-8 to ftp://ftp.zsh.org/pub/development/zsh-4.3.4-dev-8.tar.gz ftp://ftp.zsh.org/pub/development/zsh-4.3.4-dev-8-doc.tar.gz If there are no new disasters I will release this as 4.3.5 in a couple of days. If you get a chance to look at the documentation let me know if there is anything obviously broken there. I'm getting a warning about the texinfo node "User Configuration Functions" from pdftex which doesn't seem to make sense. -- Dr. Zvi Har'El mailto:rl@xxxxxxxxxxxxxxxxxxx Department of Mathematics tel:+972-54-4227607 Technion - Israel Institute of Technology fax:+972-4-8293388 http://www.math.technion.ac.il/~rl/ Haifa 32000, ISRAEL "If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942) |