Question:
I need to use the ncurses library, after what I think is a correct installation, I run my program and the console return this:
make: command not installed. Multiple versions of this command were found in Nix. Select one to run (or press Ctrl-C to cancel): Adding gnumake to replit.nix error: Could not read file replit.nix /nix/store/pvkiiw0mp1yx0b21b7k105yywccychgh-gnumake-4.3 cc servidor_ncurses.c -o servidor_ncurses -lncursesw servidor_ncurses.c:6:10: fatal error: ncurses.h: No such file or directory 6 | #include <ncurses.h> | ^~~~~~~~~~~ compilation terminated. make: *** [makefile:4: servidor_ncurses] Error 1
I know the problem is not the Makefile, because I have already use it for other file.
Replit Profile: https://replit.com/@Jesusdc1999