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

picoc won't build: fatal error: readline/readline.h: No such file or directory #36

Open
lucmp opened this issue Sep 4, 2022 · 1 comment

Comments

@lucmp
Copy link

lucmp commented Sep 4, 2022

I can't build picoc on Debian:

platform/platform_unix.c:5:31: fatal error: readline/readline.h: No such file or directory
 #include <readline/readline.h>
                               ^
compilation terminated.
<builtin>: recipe for target 'platform/platform_unix.o' failed
make: *** [platform/platform_unix.o] Error 1

I am extremely incompetent at compiling from source, but it sounds to me like some readline.h file is missing. Is there any way to fix this?

@brainbugfix
Copy link

dnf/apt install readline-devel

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