Dear all,
I have an issue with the dependency package ncurses 5.9 it shows the error below.
I downloaded ncurses 6 from the tool shed and is installing but the tool requires 5.9.
It would be great if somebody could help.
I have no programming background, so please explain for dummies.
btw I use Mac OSX
Error message (only the short version, I didn't want to paste the whole thing):
2 errors generated.
../c++/cursesf.h:684:7: error: no matching constructor for initialization of 'NCursesForm'
: NCursesForm (Fields, with_frame, autoDelete_Fields) {
../c++/cursesf.h:697:7: error: no matching constructor for initialization of 'NCursesForm'
: NCursesForm (Fields, nlines, ncols, begin_y, begin_x,
make[1]: *** [../obj_s/cursesf.o] Error 1
make: *** [all] Error 2
I have read that this has to do with c++ and/or clang and there even seems to be a patch but I don't know how I could implement a local install of ncurses into a galaxy dependency.