ID:               33111
 Updated by:       [EMAIL PROTECTED]
 Reported By:      gregrlb at softhome dot net
-Status:           Assigned
+Status:           Open
 Bug Type:         Compile Failure
 Operating System: AIX 5.2
 PHP Version:      5CVS-2005-05-23 (dev)
 Assigned To:      wez


Previous Comments:
------------------------------------------------------------------------

[2005-05-23 17:39:08] gregrlb at softhome dot net

cc  -Iext/pdo/ -I/tmp2/php5-200505231030/ext/pdo/ -DPHP_ATOM_INC
-I/tmp2/php5-200505231030/include -I/tmp2/php5-200505231030/main
-I/tmp2/php5-200505231030 -I/opt/freeware/include/libxml2
-I/tmp2/php5-200505231030/TSRM -I/tmp2/php5-200505231030/Zend    -g  -c
/tmp2/php5-200505231030/ext/pdo/pdo.c -o ext/pdo/pdo.o  && echo >
ext/pdo/pdo.lo
"/tmp2/php5-200505231030/ext/pdo/php_pdo_driver.h", line 73.34:
1506-243 (S) Value of enumeration constant must be in range of signed
integer.
make: 1254-004 The error code from the last command is 1.


Stop.

------------------------------------------------------------------------

[2005-05-23 15:51:25] [EMAIL PROTECTED]

gregrlb: assuming that the error is referring to line 73 of
php_pdo_driver.h (never seen a floating point line number before ;-),
that line looks like this:

PDO_PARAM_INPUT_OUTPUT = 0x80000000

Could you try changing it to:

PDO_PARAM_INPUT_OUTPUT = 0x80000000L

and see if that makes the compiler happy?


------------------------------------------------------------------------

[2005-05-23 13:24:42] gregrlb at softhome dot net

Description:
------------
Hi,

I can't do a 'make' of the last package I downloaded at
"http://snaps.php.net/php5-200505231030.tar.gz"; (latest cvs).

Anyone knows how I can solve it?

Thanks,

Greg.

Reproduce code:
---------------
cd /php5-200505231030
./configure
make

Actual result:
--------------
        cc  -Iext/pdo/ -I/tmp2/php5-200505231030/ext/pdo/
-DPHP_ATOM_INC -I/tmp2/php5-200505231030/include
-I/tmp2/php5-200505231030/main -I/tmp2/php5-200505231030
-I/opt/freeware/include/libxml2 -I/tmp2/php5-200505231030/TSRM
-I/tmp2/php5-200505231030/Zend    -g  -c
/tmp2/php5-200505231030/ext/pdo/pdo.c -o ext/pdo/pdo.o  && echo >
ext/pdo/pdo.lo
"/tmp2/php5-200505231030/ext/pdo/php_pdo_driver.h", line 73.34:
1506-243 (S) Value of enumeration constant must be in range of signed
integer.
make: 1254-004 The error code from the last command is 1.


Stop.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33111&edit=1

Reply via email to