> ./plugins/ncurses.ui: undefined symbol: color_set
> 
> I have ncurses4.2, gdk1.0.6 from potato(debian).
> Is it the same at your linux? Do they work on any potato?

Well, I don't have a linux, but I'll answer anyway. :)

It seems that only newer versions of ncurses have color_set; since
yours doesn't, just add

#define color_set(a,b) ;

somewhere near the beginning of ncursesUI.cpp (or .h)

Reply via email to