Re: compiling problem: tab-complete.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: BRINER Cedric <work(at)infomaniak(dot)ch>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: compiling problem: tab-complete.c
Date: 2002-06-18 15:00:12
Message-ID: 26411.1024412412@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message William Meloney 2002-06-18 15:00:21 Re: Help automate pg_dump
Previous Message Nick Fankhauser 2002-06-18 15:00:02 Re: Monitoring postgres slowdowns