ID: 33565
Updated by: [EMAIL PROTECTED]
Reported By: lionel dot roux at bio-rad dot com
-Status: Open
+Status: Feedback
Bug Type: Compile Failure
Operating System: AIX5.2 ML05
PHP Version: 4CVS-2005-07-07
New Comment:
`cc --version` ?
Previous Comments:
------------------------------------------------------------------------
[2005-07-07 22:26:27] lionel dot roux at bio-rad dot com
I use the compiler cc
------------------------------------------------------------------------
[2005-07-07 18:41:34] [EMAIL PROTECTED]
Do not add those huge compile error outputs here unless asked for. What
compiler are you using? What version? Can you reproduce this on some
other machine?
------------------------------------------------------------------------
[2005-07-04 17:03:46] lionel dot roux at bio-rad dot com
Description:
------------
Hello ,
Hello,
I try to install PHP on a AIX 5.2 ML5 and i have some troubles:
Is the version 4.311 more stable ?
Whith the following configuration:
./configure
--with-png
--enable_calendar
--with-gd
--with-oracle
--with-oci8
I have the following "Make errors":
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 233.1: 1506-166 (S)
Definition of function Exactly requires parentheses.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 233.9: 1506-276 (S)
Syntax error: possible missing '{'?
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 240.3: 1506-273 (E)
Missing type in declaration of _double.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 928.17: 1506-275 (S)
Unexpected text x encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 930.17: 1506-275 (S)
Unexpected text a encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 932.9: 1506-045 (S)
Undeclared identifier x.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 940.17: 1506-045 (S)
Undeclared identifier a.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 970.17: 1506-275 (S)
Unexpected text d encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 988.17: 1506-045 (S)
Undeclared identifier d.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1041.17: 1506-275 (S)
Unexpected text d encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1046.9: 1506-045 (S)
Undeclared identifier d.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1172.17: 1506-275 (S)
Unexpected text da encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1172.21: 1506-045 (S)
Undeclared identifier db.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1175.9: 1506-045 (S)
Undeclared identifier da.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1243.17: 1506-275 (S)
Unexpected text rv encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1243.21: 1506-045 (S)
Undeclared identifier rv0.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1252.9: 1506-045 (S)
Undeclared identifier rv.
make: 1254-004 The error code from the last command is 1.
I have the following "Make install" errors:
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 233.1: 1506-166 (S)
Definition of function Exactly requires parentheses.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 233.9: 1506-276 (S)
Syntax error: possible missing '{'?
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 240.3: 1506-273 (E)
Missing type in declaration of _double.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 928.17: 1506-275 (S)
Unexpected text x encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 930.17: 1506-275 (S)
Unexpected text a encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 932.9: 1506-045 (S)
Undeclared identifier x.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 940.17: 1506-045 (S)
Undeclared identifier a.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 970.17: 1506-275 (S)
Unexpected text d encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 988.17: 1506-045 (S)
Undeclared identifier d.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1041.17: 1506-275 (S)
Unexpected text d encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1046.9: 1506-045 (S)
Undeclared identifier d.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1172.17: 1506-275 (S)
Unexpected text da encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1172.21: 1506-045 (S)
Undeclared identifier db.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1175.9: 1506-045 (S)
Undeclared identifier da.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1243.17: 1506-275 (S)
Unexpected text rv encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1243.21: 1506-045 (S)
Undeclared identifier rv0.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1252.9: 1506-045 (S)
Undeclared identifier rv.
make: 1254-004 The error code from the last command is 1.
Thanks for your help
Lionel Roux
[EMAIL PROTECTED]
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=33565&edit=1