|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-06-19 00:23 UTC] lucianom at gmail dot com
[2010-10-12 01:05 UTC] felipe@php.net
-Status: Open
+Status: Feedback
[2010-10-12 01:05 UTC] felipe@php.net
[2013-02-18 00:33 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 17:00:01 2025 UTC |
Description: ------------ Hello, I am trying to built unixODBC with PHP to be able to connect to progress Database. But this process failed with the follwoing error message: #./configure --with-unixODBC=/usr/local/unixODBC # make .... .... -I/usr/include -g -O2 -c /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c -o ext/odbc/php_odbc.lo In file included from /usr/local/unixODBC/include/sql.h:19, from /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc_includes.h:118, from /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:37: /usr/local/unixODBC/include/sqltypes.h:177:1: warning: "SQLLEN" redefined In file included from /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:36: /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.h:34:1: warning: this is the location of the previous definition /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c: In function 'zif_odbc_execute': /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:993: warning: useless type name in empty declaration /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:993: error: 'precision' undeclared (first use in this function) /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:993: error: (Each undeclared identifier is reported only once /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:993: error: for each function it appears in.) /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c: In function 'zif_odbc_fetch_into': /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1568: warning: useless type name in empty declaration /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1568: error: 'crow' undeclared (first use in this function) /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c: In function 'zif_odbc_fetch_row': /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1725: warning: useless type name in empty declaration /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1725: error: 'crow' undeclared (first use in this function) /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c: In function 'zif_odbc_result': /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1789: warning: useless type name in empty declaration /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1789: error: 'crow' undeclared (first use in this function) /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c: In function 'zif_odbc_result_all': /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1960: warning: useless type name in empty declaration /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1960: error: 'crow' undeclared (first use in this function) make: 1254-004 The error code from the last command is 1. Stop. Please help. Thanks in advance. Belkacem