compiling problem: tab-complete.c

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

Under root:

I ran ./configure --prefix=/home/system/briner/psql --with-python
which work fine:

then ./make.... :( and I got this message:
gcc -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../src/interfaces/libpq -I../../../src/include -c -o
describe.o describe.c
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)
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 ')' token
tab-complete.c:306: warning: assignment makes pointer from integer
without a cast
tab-complete.c:310: parse error before ')' token
tab-complete.c:310: warning: assignment makes pointer from integer
without a cast
tab-complete.c:315: parse error before ')' token
:
:
:
tab-complete.c:782: warning: assignment makes pointer from integer
without a cast
tab-complete.c:796: parse error before ')' token
tab-complete.c:796: warning: assignment makes pointer from integer
without a cast
make[3]: *** [tab-complete.o] Error 1
make[3]: Leaving directory
`/home/system/briner/unsaved/download/postgresql-7.2.1/src/bin/psql'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/system/briner/unsaved/download/postgresql-7.2.1/src/bin'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/system/briner/unsaved/download/postgresql-7.2.1/src'
make: *** [all] Error 2

any idea of what wrong I'm doing

OS: solaris 2.8
SunBlade 100 (sparc)
make : gnu

--
* * *
------------------------------ **------- * : (
BRINER Cédric * o +
Observatory of Geneva, Switzerland .:oO0Oo:.
cedricîbriner(at)obsóunigeùch * * o
( ^--- hint:replace the odd letters by dot ) : *

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brian Chu 2002-06-18 12:17:09 Input/Output Error Message
Previous Message Nicolas Kowalski 2002-06-18 10:52:58 pgaccess and NULL values