2018-01-16 13:09 GMT-03:00 Charlie Brady: > > Now seeing these many times: > > /usr/include/curses.h:843:31: error: initializing argument 1 of 'char* > tigetstr(char*)' [-fpermissive] > > service-status.cpp:148:21: error: invalid conversion from 'const char*' to > 'char*' [-fpermissive] > s = tigetstr(setaf); > [...] > This is on CentOS7 build platform.
This should be fixed in nosh 1.37. So, unless there were other compiler errors (warnings are nonfatal), nosh binaries should now build on CentOS too. G.
