-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Description
nikolay@dev:~/github$ cd pgcenter/
nikolay@dev:~/github/pgcenter$ make
gcc -g -std=gnu99 -Wall -pedantic -I/usr/include/postgresql -L/usr/lib/x86_64-linux-gnu -o pgcenter pgcenter.c -lncurses -ltinfo -lpq
pgcenter.c:11:21: fatal error: ncurses.h: No such file or directory
#include <ncurses.h>
^
compilation terminated.
Makefile:25: recipe for target 'pgcenter' failed
make: *** [pgcenter] Error 1
nikolay@dev:~/github/pgcenter$ uname -a
Linux dev 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u2 (2015-07-17) x86_64 GNU/Linux
Metadata
Metadata
Assignees
Labels
No labels