BUG #2655: failed to make - Mailing list pgsql-bugs

From ted Petrosky
Subject BUG #2655: failed to make
Date
Msg-id 200609261908.k8QJ8I66017464@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2655: failed to make
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: BUG #2651: 8.2 - beta 1 does now compile with Sun Studio 11
Next
From: Tom Lane
Date:
Subject: Re: BUG #2655: failed to make