From: | "Roy P(dot) Ammeraal" <roy(at)bargie(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Error compiling tab-complete |
Date: | 2002-09-15 02:51:50 |
Message-ID: | 200209141951.50449.roy@bargie.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
First I did a:
./configure --prefix=/home/postgres --with-perl --with-python --with-tcl
--with-odbcinst=/home/postgres/etc
Then I got:
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)
tab-complete.c:306: (Each undeclared identifier is reported only once
tab-complete.c:306: for each function it appears in.)
tab-complete.c:306: parse error before `)'
tab-complete.c:306: warning: assignment makes pointer from integer without a
cast
tab-complete.c:310: parse error before `)'
tab-complete.c:310: warning: assignment makes pointer from integer without a
cast
tab-complete.c:315: parse error before `)'
tab-complete.c:315: warning: assignment makes pointer from integer without a
cast
< this message keeps repeating...>
...
tab-complete.c:767: `rl_filename_completion_function' undeclared (first use in
this function)
tab-complete.c:767: warning: assignment makes pointer from integer without a
cast
tab-complete.c:782: parse error before `)'
tab-complete.c:782: warning: assignment makes pointer from integer without a
cast
tab-complete.c:796: parse error before `)'
tab-complete.c:796: warning: assignment makes pointer from integer without a
cast
I tried this on a Redhat 7.3 system running on an Athlon 1200 with 512Mb of
memory. Any ideas, hints, tips or tricks? Please cc my email address in your
response, which is greatly appreciated!
A happy postgresql user,
Roy
From | Date | Subject | |
---|---|---|---|
Next Message | Justin Clift | 2002-09-15 03:56:28 | Anyone remember the name of the PostgreSQL GUI installer that Great Bridge started? |
Previous Message | Glen Eustace | 2002-09-15 00:29:47 | Re: Wht the SEQ Scan ? |