Re: compiling problem: tab-complete.c

From: BRINER Cedric <work(at)infomaniak(dot)ch>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: compiling problem: tab-complete.c
Date: 2002-06-19 09:33:45
Message-ID: 1024479225.8634.26.camel@obssb39
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2002-06-18 at 17:00, Tom Lane wrote:
> BRINER Cedric <work(at)infomaniak(dot)ch> writes:
> > gcc -Wall -Wmissing-prototypes -Wmissing-declarations
> > -I../../../src/interfaces/libpq -I../../../src/include -c -o
> > tab-complete.o tab-complete.c
> > tab-complete.c: In function `psql_completion':
> > tab-complete.c:306: warning: implicit declaration of function
> > `rl_completion_matches'
> > tab-complete.c:306: `rl_compentry_func_t' undeclared (first use in this
> > function)
>
> What version of libreadline do you have installed?
>
> regards, tom lane
After fighting to know which version, I finally get the version 4.2
os:SOLARIS 8
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
yes I did

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Henrik Steffen 2002-06-19 09:35:19 Re: Serious Crash last Friday
Previous Message Martijn van Oosterhout 2002-06-19 09:25:56 Re: Highly obscure and erratic