Thread: BUG #2655: failed to make

BUG #2655: failed to make

From
"ted Petrosky"
Date:
The following bug has been logged online:

Bug reference:      2655
Logged by:          ted Petrosky
Email address:      tedpet5@yahoo.com
PostgreSQL version: 8.2 beta
Operating system:   Mac OS X 10.4.7
Description:        failed to make
Details:

this is  a G4 mac mini 1.25 gigahertz
developers tools 2.4

Usage: powerpc-apple-darwin8-gcc-4.0.1 [options] file...

failed to make....

gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -DFRONTEND
-I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump
-I../../../src/include   -c -o tab-complete.o tab-complete.c
tab-complete.c: In function 'psql_completion':
tab-complete.c:574: warning: implicit declaration of function
'rl_completion_matches'
tab-complete.c:574: warning: assignment makes pointer from integer without a
cast
tab-complete.c:578: warning: assignment makes pointer from integer without a
cast
tab-complete.c:981: warning: assignment makes pointer from integer without a
cast
tab-complete.c:989: error: 'rl_filename_completion_function' undeclared
(first use in this function)
tab-complete.c:989: error: (Each undeclared identifier is reported only
once
tab-complete.c:989: error: for each function it appears in.)
tab-complete.c:989: warning: assignment makes pointer from integer without a
cast
tab-complete.c:1001: warning: assignment makes pointer from integer without
a cast

Re: BUG #2655: failed to make

From
Tom Lane
Date:
"ted Petrosky" <tedpet5@yahoo.com> writes:
> PostgreSQL version: 8.2 beta
> Operating system:   Mac OS X 10.4.7
> Description:        failed to make

It works fine for me on 10.4.7.  Which flavor of readline support are
you using (Apple's libedit or GNU readline)?  Are you sure you have
matching header and library files?  You'll need to look at configure's
results to see if it's finding the right things.

            regards, tom lane