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

Fails to compile on Raspbian Bullseye #3

Open
ubuntupunk opened this issue Sep 25, 2023 · 1 comment
Open

Fails to compile on Raspbian Bullseye #3

ubuntupunk opened this issue Sep 25, 2023 · 1 comment

Comments

@ubuntupunk
Copy link

make
cc -O2 -Wall -Wextra -DDELVE_USE_READLINE   -c -o delve.o delve.c
delve.c:38:11: fatal error: readline/readline.h: No such file or directory
   38 |  #include <readline/readline.h>
      |           ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: delve.o] Error 1
make
cc -O2 -Wall -Wextra -DDELVE_USE_READLINE   -c -o delve.o delve.c
delve.c:38:11: fatal error: readline/readline.h: No such file or directory
   38 |  #include <readline/readline.h>
      |           ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: delve.o] Error 1
@ubuntupunk
Copy link
Author

It has one dependency it seems. Doing this on debian systems fixes the problem:

sudo apt-get install libreadline-dev 

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

1 participant