bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-readline] include stdio.h?


From: Peter Li
Subject: [Bug-readline] include stdio.h?
Date: Fri, 17 May 2013 14:09:23 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Hi, I'm testing the new release of gnucap on FC16 and FC17.

The configure script calls a test_readline.cc function to check for the library:
#include <readline/readline.h>
#include <readline/history.h>
int main()
{
    char* line_read = readline("xx");
    add_history(line_read);
}
This apparently fails because readline.h is missing an include of stdio.h?

Thanks,
P

reply via email to

[Prev in Thread] Current Thread [Next in Thread]