Re: does not compile
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: does not compile
- From: Pierre Chapuis <catwell@...>
- Date: 2017年11月05日 11:24:36 +0100
On Sun, Nov 5, 2017, at 10:44, José María Martínez García wrote:
lua.c:82:10: error fatal: readline/readline.h: No such file or directory
#include <readline/readline.h>
^~~~~~~~~~~~~~~~~~~~~
You need to install the package that contains the readline headers for your distribution, for instance libreadline-dev on Debian-based platforms.
--
Pierre Chapuis