Forum Discussion
Altera_Forum
Honored Contributor
15 years agocan not use curses LIBS by -lcurses
vt100.c: #include <curses.h> int main() { initscr(); //box(stdscr,ACS_VLINE,ACS_HLINE); move(LINES/2,COLS/2); waddstr(stdscr,"Hello,world!"); refresh(); getch(...
Altera_Forum
Honored Contributor
15 years agowhich IDE/EDS are you using?
--- Quote Start --- some errors: vt100.c:1:20: curses.h: No such file or directory --- Quote End --- I think this is not (yet) an error related to wrong library inclusion. If the library isn't included properly you will get a linker error. This error is not a linker error. Have you added the directory of "curses.h" to the include pathes? Regards