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, ol@xxxxxxxx
Subject: [Freeciv-Dev] Re: `rl_filename_completion_function' undeclared (PR#1080)
From: "Olivier Lecarme" <Olivier.Lecarme@xxxxxxxx>
Date: Wed, 28 Nov 2001 17:00:53 +0100

>>>>> 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, but should not
configure success in setting this automatically ?


                        Olivier Lecarme


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