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

RE: Suggested 4.0.2 contents



>
> It would be good to get the AIX changes out of the way.  Andrej, you've
> been keep track of this better than me, has Timothy Miller got the latest
> set of patches to try out?
>

Unfortunately, I have not heard of Timothy for some time. I got contacted by
Timo, but he had weird problem with boolcodes & friends:

> Well, can you explain this
>
> term.h:
>
> extern  char    term_parm_err[], *term_err_strings[], *Def_term,
>                 *boolnames[], *boolcodes[], *boolfnames[],
>                 *numnames[], *numcodes[], *numfnames[],
>                 *strnames[], *strcodes[], *strfnames[];
>
> config.log:
>
> configure:3367: checking if boolcodes is available
> configure:3379: cc -qlanglvl=ansi -o conftest  -O
>  conftest.c -lcurses -lm  -lc
>  1>&5
> ld: 0711-317 ERROR: Undefined symbol: boolcodes
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
> configure: failed program was:
> #line 3369 "configure"
> #include "confdefs.h"
> #ifdef TERM_H_NEEDS_CURSES_H
> #include <curses.h>
> #endif
> #include <term.h>
> int main() {
> char **test = boolcodes; printf(*test);
> ; return 0; }
>
> In which library is boolcodes then?

and I got no new info so far.

-andrej



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