From: | "Ted Petrosky" <tpetrosky(at)agencysacks(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #2653: failed to make |
Date: | 2006-09-26 11:54:09 |
Message-ID: | 200609261154.k8QBs9YY011035@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 2653
Logged by: Ted Petrosky
Email address: tpetrosky(at)agencysacks(dot)com
PostgreSQL version: 8.2 beta
Operating system: Mac OS X 10.4.7
Description: failed to make
Details:
this is my configure line
./configure --enable-thread-safety --with-bonjour
I have the current developers tools... (should I change the gcc...)
version of gcc...
powerpc-apple-darwin8-gcc-4.0.1
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:583: warning: assignment makes pointer from integer without a
cast
tab-complete.c:591: warning: assignment makes pointer from integer without a
cast
a lot more of these....
tab-complete.c:825: warning: assignment makes pointer from integer without a
cast
tab-complete.c:834: warning: assignment makes pointer from integer without a
cast
tab-complete.c:840: warning: assignment makes pointer from integer without a
cast
tab-complete.c:849: warning: assignment makes pointer from integer without a
cast
tab-complete.c:858: warning: assignment makes pointer from integer without a
cast
tab-complete.c:867: warning: assignment makes pointer from integer without a
cast
tab-complete.c:876: warning: assignment makes pointer from integer without a
cast
tab-complete.c:883: warning: assignment makes pointer from integer without a
cast
tab-complete.c:889: warning: assignment makes pointer from integer without a
cast
tab-complete.c:899: warning: assignment makes pointer from integer without a
cast
tab-complete.c:907: warning: assignment makes pointer from integer without a
cast
tab-complete.c:911: warning: assignment makes pointer from integer without a
cast
tab-complete.c:918: warning: assignment makes pointer from integer without a
cast
tab-complete.c:928: warning: assignment makes pointer from integer without a
cast
tab-complete.c:932: warning: assignment makes pointer from integer without a
cast
tab-complete.c:941: warning: assignment makes pointer from integer without a
cast
tab-complete.c:946: warning: assignment makes pointer from integer without a
cast
tab-complete.c:956: warning: assignment makes pointer from integer without a
cast
tab-complete.c:960: warning: assignment makes pointer from integer without a
cast
tab-complete.c:972: 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
tab-complete.c:1012: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1023: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1030: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1035: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1039: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1049: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1051: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1056: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1060: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1067: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1074: warning: assignment makes pointer from integer without
a cast
a lot more of these....
tab-complete.c:1865: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1867: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1875: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1885: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1902: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1904: warning: assignment makes pointer from integer without
a cast
tab-complete.c:1918: warning: assignment makes pointer from integer without
a cast
make[3]: *** [tab-complete.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2
From | Date | Subject | |
---|---|---|---|
Next Message | Zdenek Kotala | 2006-09-26 12:20:23 | Re: BUG #2651: 8.2 - beta 1 does now compile with Sun Studio 11 |
Previous Message | Kris Jurka | 2006-09-26 07:09:05 | Re: BUG #2636: JDBC error behaviour incorrect |