Re: Linux "pre-alpha" Release

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Fri, 02 Jul 1999, you wrote:
> Irv Mullins writes:
> > exu: error in loading shared libraries:
> > undefined symbol  wcolor_set
> > This happens when I try to use text_color() , and just
> > at frst glance seems to be more of a permissions or
> > configuration error in my system. What is Euphoria trying
> > to access at this point?
>
> On my system wcolor_set() seems to be defined in /usr/lib/crti.o
>
Rob: My crti.o file has noI mention of this. In my ncurses.h file I find:

extern int wclrtobot(WINDOW *);                 /* implemented */
extern int wclrtoeol(WINDOW *);                 /* implemented */
extern int wcolor_set(WINDOW*,short,void*);     /*missing */            <==
extern void wcursyncup(WINDOW *);               /* implemented*/
extern int wdelch(WINDOW *);                    /* implemented */
extern int wdeleteln(WINDOW *);                 /* generated */
extern int wechochar(WINDOW *, const chtype);   /* implemented */

Reading the man pages for ncurses gives me the impression that wcolor_set is not
a standard part of ncurses - at least I could find no mention of it other than
the line above.  Are you using addch for character/color attribute output ? Or
some other method altogether?

Regards,
Irv

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu