mtytel / cursynth

GNU ncurses terminal synthesizer
http://gnu.org/software/cursynth
GNU General Public License v3.0
446 stars 64 forks source link

make install / fatal error / ncurses.h ... not found ... #29

Closed pinkie13 closed 10 months ago

pinkie13 commented 10 months ago
radiallogic commented 10 months ago

Looks like you need to install the ncurses devel files, which package it’s in will depend on your linux environment.

M

On Wed, 4 Oct 2023 at 18:41, pinkie13 @.***> wrote:

  • Here is an error that occures after 'make install' command: "... cursynth_gui.h:25:10: fatal error: ncurses.h: Aucun fichier ou dossier de ce type 25 | #include | ^~~ compilation terminated. ..."
  • And i don't found it among the files I got from Github ... Have you missed it, or do we have to get it somewherelse ?
  • Thanks !

— Reply to this email directly, view it on GitHub https://github.com/mtytel/cursynth/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALMMQHXUEIBOXQVTPLBXNDX5WNVBAVCNFSM6AAAAAA5S74K22VHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZDMNRZGQYDEMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pinkie13 commented 10 months ago

Hi, solved by:

$ sudo apt install texinfo

Best regards Francis

pinkie13 commented 10 months ago

Sorry, the right pakage is: libncurses-dev

So, solved by : $ sudo apt install libncurses-dev

Francis