during the compilation process, it's the following error:
readln.c:25:31: error: readline/readline.h: No such file or directory
readln.c:30:30: error: readline/history.h: No such file or directory
make: *** Error 1
make: Leaving directory `/home/bencz/Desktop/ald-0.1.7/source'
make: *** Error 1
what should I do to get build?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi :)
during the compilation process, it's the following error:
what should I do to get build?
Thanks.
Assure readline package is installed.
Thanks :)
under fresh Fedora installation it is necessary to install gcc and readline-devel packages using
yum install gcc
yum install readline-devel