Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pinkie13 opened this issue Oct 4, 2023 · 3 comments
Closed

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

pinkie13 opened this issue Oct 4, 2023 · 3 comments

Comments

@pinkie13
Copy link

pinkie13 commented Oct 4, 2023

  • 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 <ncurses.h>
    | ^~~~~~~~~~~
    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 !
@radiallogic
Copy link

radiallogic commented Oct 4, 2023 via email

@pinkie13
Copy link
Author

pinkie13 commented Oct 4, 2023

Hi, solved by:

$ sudo apt install texinfo

Best regards
Francis

@pinkie13
Copy link
Author

pinkie13 commented Oct 4, 2023

Sorry, the right pakage is: libncurses-dev

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

Francis

@pinkie13 pinkie13 closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants