[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-readline] readline.h dependency on stdio.h
From: |
serge Guelton |
Subject: |
[Bug-readline] readline.h dependency on stdio.h |
Date: |
Mon, 16 May 2011 14:51:16 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi folks,
An autoconf test on readline function recently failed due to the
following problem:
The following code (yes it is a one liner :p)
==================================
#include <readline/readline.h>
==================================
Fails to compile with gcc -c due to a dependency on stdio.h (missing
FILE definition)
This dependency did not exist before.
I am using libreadline version 6.2.001-1 from archlinux.
As of the fix, it is straight forward...
Thanks a lot !
-- serge guelton
- [Bug-readline] readline.h dependency on stdio.h,
serge Guelton <=