Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2001:
[Freeciv-Dev] Re: `rl_filename_completion_function' undeclared (PR#1080)
Home

[Freeciv-Dev] Re: `rl_filename_completion_function' undeclared (PR#1080)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rf13@xxxxxxxxxxxxxxxxxxxxxx
Cc: Olivier Lecarme <Olivier.Lecarme@xxxxxxxx>, freeciv-dev@xxxxxxxxxxx, bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: `rl_filename_completion_function' undeclared (PR#1080)
From: "Olivier Lecarme" <Olivier.Lecarme@xxxxxxxx>
Date: Thu, 29 Nov 2001 11:14:51 +0100

>>>>> On Wed, 28 Nov 2001 18:46:29 +0100,  you said:

RF> On Wed, Nov 28, 2001 at 05:00:53PM +0100, Olivier Lecarme wrote:
>> >>>>> On Wed, 28 Nov 2001 16:45:06 +0100,  you said:
>> 
>> 
RF> Can you do a "grep READLINE config.h"? 
>> 
>> 
>> grep READLINE config.h
>> #define HAVE_LIBREADLINE 1
>> 
>> Thus the --with-readline option seems implicit ?
>> 
>> Can you look which file the
RF> compiler uses for the
RF> #include <readline/readline.h>
RF> in stdinhand.c.
>> 
>> GCC is called like this :
>> 
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../common -I./../ai -I../intl    -g -O2 
>> -Wall -c stdinhand.c
>> 
>> readline/readline.h is in /usr/local/include
>> 
>> I see how I can manage to have the compilation correct, 

RF> Fine.

However, that doesn't work: rl_filename_completion_function is not
defined in any .h file in /usr/local/include/readline.


                        Olivier Lecarme


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