|
Hack Tool Repository
httpedit |
Comments:
|
When encountering the following error: httpedit.o: In function `finish: /usr/local/src/httpedit-1.0/httpedit.cpp:48: undefined reference to `nocbreak /usr/local/src/httpedit-1.0/httpedit.cpp:49: undefined reference to `endwin httpedit.o: In function `resizeWindows(): /usr/local/src/httpedit-1.0/httpedit.cpp:185: undefined reference to `stdscr (snip) /usr/local/src/httpedit-1.0/httpedit.cpp:761: undefined reference to `wnoutrefresh /usr/local/src/httpedit-1.0/httpedit.cpp:762: undefined reference to `wnoutrefresh /usr/local/src/httpedit-1.0/httpedit.cpp:763: undefined reference to `wnoutrefresh /usr/local/src/httpedit-1.0/httpedit.cpp:764: undefined reference to `wnoutrefresh /usr/local/src/httpedit-1.0/httpedit.cpp:765: undefined reference to `doupdate httpedit.o: In function `resizeWindows(): /usr/local/src/httpedit-1.0/httpedit.cpp:203: undefined reference to `doupdate collect2: ld returned 1 exit status make[1]: *** [httpedit] Error 1 make[1]: Leaving directory `/usr/local/src/httpedit-1.0 make: *** [all] Error 2
add ncurses to the LIBS parameter in the Makefile: by marc at 2008-11-19 17:57:22 |
