Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33516 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80026 invoked by uid 1010); 29 Nov 2007 21:01:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80006 invoked from network); 29 Nov 2007 21:01:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Nov 2007 21:01:45 -0000 Received: from [127.0.0.1] ([127.0.0.1:7179]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id EE/0B-32949-7B82F474 for ; Thu, 29 Nov 2007 16:01:43 -0500 X-Host-Fingerprint: 24.209.224.17 cpe-24-209-224-17.cinci.res.rr.com Received: from [24.209.224.17] ([24.209.224.17:22439] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/11-32949-4C00F474 for ; Thu, 29 Nov 2007 13:11:18 -0500 Message-ID: <5E.11.32949.4C00F474@pb1.pair.com> To: internals@lists.php.net Date: Thu, 29 Nov 2007 13:11:10 -0500 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------030408030909020503090505" X-Posted-By: 24.209.224.17 Subject: Unable to compile PHP6 with pgsql From: oldiesmann@oldiesmann.us (Michael Eshom) --------------030408030909020503090505 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I am unable to compile PHP6 with "--with-pgsql" on OpenSUSE 10.3. Every time I've tried (three different snapshots - the "1130" one from yesterday and the "1330" and "1530" snaps from today), the "make" process ends up dying with errors: /bin/sh /home/michael/Desktop/php6.0-200711291530/libtool --silent --preserve-dup-deps --mode=compile /home/michael/Desktop/php6.0-200711291530/meta_ccld -Iext/pgsql/ -I/home/michael/Desktop/php6.0-200711291530/ext/pgsql/ -DPHP_ATOM_INC -I/home/micahel/Desktop/php6.0-200711291530/include -I/home/michael/Desktop/php6.0-200711291530/main -I/home/michael/desktop/php6.0-200711291530 -I/home/michael/Desktop/php6.0-200711291530/ext/ereg/regex -I/usr/include/libxml2 -I/home/michael/Desktop/php6.0-200711291530/pcrelib -I/home/michael/Desktop/php6.0-200711291530/ext/date/lib -I/usr/include/freetype2 -I/home/michael/Desktop/php6.0-200711291530/ext/mbstring/libmfl -I/home/michael/Desktop/php6.0-200711291530/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql -I/usr/include/pspell -I/home/michael/Desktop/php6.0-200711291530/TSRM -I/home/michael/Desktop/php6.0-200711291530/Zend -DREENTRANT -DTHREAD=1 -I/usr/include -g -O2 -pthread -DZTS -prefer-non-pic -c /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c -o ext/pgsql/pgsql.lo /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c: In function 'php_pgsql_convert': /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c:4673: warning: passing argument 2 of 'zend_hash_get_current_key_ex' from incompatible pointer type /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c: In function 'php_pgsql_insert': /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c:5371: warning: passing argument 2 of 'zend_hash_get_current_key_ex' from incompatible pointer type /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c: In function 'build_assignment_string': /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c:5486: warning: passing argument 2 of 'zend_hash_get_current_key_ex' from incompatible pointer type /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c: In function 'php_pgsql_result2array': /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c:5472: error: 'data_len' undeclared (first use in this function) /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c:5472: error: (Each undeclared identifier is reported only once /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c:5472: error: for each function it appears in.) /home/michael/Desktop/php6.0-200711291530/ext/pgsql/pgsql.c:5473: error: 'data' undeclared (first use in this function) make: *** [ext/pgsql/pgsql.lo] Error 1 I am using PostgreSQL 8.3 Beta 1 (compiled manually) if that makes any difference. -- Michael Eshom Christian Oldies Fan Cincinnati, Ohio --------------030408030909020503090505--