[MonetDB-users] readline/readline.h does not contain rl_completion_func_t
Hello, I was trying to install monet on Mac OS 10.5 with monetdb-install.sh --enable-xquery --enable-optimize --nightly=stable It has always worked, but this time, it stops due to an error while configuring MonetDB: checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for readline in -lreadline... yes checking for rl_completion_matches in -lreadline... no checking whether rl_completion_func_t exists... configure: error: readline/readline.h does not contain rl_completion_func_t, is it GNU readline? The complete log is in the attachment. What is wrong with my readline.h? How can I find out which readline.h the install script is checking, and which readline.h is expected / should be used? Thanks in advance. Jennie
On 08-09-2009 12:23:50 +0200, Ying Zhang wrote:
Hello,
I was trying to install monet on Mac OS 10.5 with
monetdb-install.sh --enable-xquery --enable-optimize --nightly=stable
It has always worked, but this time, it stops due to an error while configuring MonetDB:
checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for readline in -lreadline... yes checking for rl_completion_matches in -lreadline... no checking whether rl_completion_func_t exists... configure: error: readline/readline.h does not contain rl_completion_func_t, is it GNU readline?
do you use macports? I don't quite understand why it dies, it shouldn't.
The complete log is in the attachment.
What is wrong with my readline.h? How can I find out which readline.h the install script is checking, and which readline.h is expected / should be used?
On 08-09-2009 12:41:59 +0200, Fabian Groffen wrote:
I don't quite understand why it dies, it shouldn't.
I understand now. I just committed a fix. You can work around it for now by setting EXTRA_ECONF to "--with-readline=no"
On Sep 08, 2009, at 12:54 , Fabian Groffen wrote:
On 08-09-2009 12:41:59 +0200, Fabian Groffen wrote:
I don't quite understand why it dies, it shouldn't.
I understand now. I just committed a fix. You can work around it for now by setting EXTRA_ECONF to "--with-readline=no"
Thanks. This helps
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
participants (2)
-
Fabian Groffen
-
Ying Zhang