On Fri, 2010-05-14 at 13:35 -0400, John Porubek wrote:
> I'm experiencing problems compiling version 0.7. This is the first new
> revision I've tried since version 0.4. When doing the make I get the
> error messages:
>
> cproc.c:27:31: error: readline/readline.h: No such file or directory
> cproc.c:28:30: error: readline/history.h: No such file or directory
I don't know what OS/distro you're using, but in Fedora land, one would
install the readline-devel package.
I'd recommend looking up how to ask your distro's package management
system which package provides a file that you need -- e.g. in Fedora,
it's:
yum whatprovides */readline.h
Cheers,
Rob