
Error No existe el archivo o el directorio #include
10/01/2016
PROBLEM
carlos@shirley:~/egg/64$ make gcc -g -ansi -Wall -DLinux -DUSLEEP -D_GNU_SOURCE -DUSB_SERIAL -DALT_UI -DNO_UI -DPACKETDUMP -DHEXDUMP -DREPORT=1 -DEGG_DYNAMIC -c -o eggui.o eggui.c
eggui.c:39:20: fatal error: curses.h: No existe el archivo o el directorio
#include <curses.h>
compilation terminated.
make: *** [eggui.o] Error 1
SOLUTION
carlos@shirley:~/egg/64$ sudo apt-get install libncurses5-dev
Excelencia.. encontrar una solución concreta.. te pasaste!!