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

error in compile #14

Open
AliRazaManzoor opened this issue Jan 18, 2018 · 1 comment
Open

error in compile #14

AliRazaManzoor opened this issue Jan 18, 2018 · 1 comment

Comments

@AliRazaManzoor
Copy link

chipoza@ubuntu:~/Desktop/qtools-master$ make
gcc -O2 -g -Wno-unused-result -Wunused -c -o qcommand.o qcommand.c
In file included from qcommand.c:1:0:
include.h:38:39: fatal error: readline/readline.h: No such file or directory
compilation terminated.
: recipe for target 'qcommand.o' failed
make: *** [qcommand.o] Error 1

@abdullasharapov
Copy link

chipoza@ubuntu:~/Desktop/qtools-master$ make
gcc -O2 -g -Wno-unused-result -Wunused -c -o qcommand.o qcommand.c
In file included from qcommand.c:1:0:
include.h:38:39: fatal error: readline/readline.h: No such file or directory
compilation terminated.
: recipe for target 'qcommand.o' failed
make: *** [qcommand.o] Error 1

Do 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

2 participants