Dominic Chambers wrote:
In file included from readline.o.c:328:
readline.h:4:31: error: readline/readline.h: No such file or directory
readline.h:5:30: error: readline/history.h: No such file or directory
You need to find the packages that contains the files /usr/include/readline/readline.h and /usr/include/readline/history.h (it's probably the same package). On Fedora it's readline-devel, so perhaps it's readline-dev on Debian based distros? One of the things that's worth learning when trying to build software distributed as source on top of software distributed as binary packages is how to get your packaging system to tell you what package has a particular header, library, or command. On RPM based distros it's "yum whatprovides" (so when I ran across this same error I typed "yum whatprovides /usr/include/readline/readline.h", header files are almost always put in /usr/include); I assume apt provides something similar, but I don't know what it is.

-gavin...


_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to