On 01/29/2011 04:33 AM, Leonard Ehrenfried wrote:
> I'm in the process of tidying up the patch and have tried to use gnulib's
> readline, but when do a
> 
> # include "readline.h"
> 
> as is recommended in readline.c, I get the following compiler error:

<snip>

> What am I doing wrong?

I believe you need to go into the gnulib/ subdirectory and run something
like

  ./gnulib-tool --add-import readline

gnulib only builds the tools it knows you need; the ones you've asked
for, and the modules they depend on.

-- 
HTH,
Micah J. Cowan
http://micah.cowan.name/

Reply via email to