From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Roy P(dot) Ammeraal" <roy(at)bargie(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Error compiling tab-complete |
Date: | 2002-09-16 14:53:55 |
Message-ID: | 27182.1032188035@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Roy P. Ammeraal" <roy(at)bargie(dot)net> writes:
> gcc -O2 -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)
Hmm, maybe your readline header files are out of sync with what's in
libreadline.so? The readline boys keep changing their API, and this
looks a lot like a readline version mismatch problem.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Mike Mascari | 2002-09-16 14:57:05 | Re: C-language example of using/returning numeric |
Previous Message | Jan Wieck | 2002-09-16 14:51:01 | Re: encryption problem |