ID: 31129 Updated by: [EMAIL PROTECTED] Reported By: long+phpbugs at kestrel dot cc dot ku dot edu -Status: Open +Status: Assigned Bug Type: Compile Failure Operating System: Tru64 4.0F PHP Version: 4.3.10 -Assigned To: +Assigned To: derick New Comment:
Please grant me an account on the machine so that I can debug it. Feel free to mail that to my personal email address. Previous Comments: ------------------------------------------------------------------------ [2004-12-16 17:20:02] long+phpbugs at kestrel dot cc dot ku dot edu Description: ------------ Here was my configure line: LD_LIBRARY_PATH=/usr/local/ldap/lib \ CFLAGS='-O2 -std1 -ifo -taso' \ CXXFLAGS='-std1 -O2 -ifo -taso' \ CC='cc' \ CXX='cxx' \ './configure' \ '--with-openssl' \ '--enable-bcmath' \ '--with-ndbm' \ '--with-dbm' \ '--enable-dbase' \ '--enable-filepro' \ '--enable-ftp' \ '--with-gd' \ '--with-ttf' \ '--with-java=/usr/opt/java141' \ '--with-mysql' \ '--with-oci8' \ '--with-oracle' \ '--enable-shmop' \ '--enable-sockets' \ '--enable-sysvsem' \ '--enable-sysvshm' \ '--enable-wddx' \ '--enable-dba=shared' \ '--enable-calendar' \ '--enable-exif' \ '--enable-discard-path' \ '--enable-dbx' \ '--enable-ctype' \ '--with-hyperwave' \ '--enable-mailparse' \ '--enable-mbstring' \ '--enable-mbstr-enc-trans' \ '--enable-memory-limit' \ '--with-ldap=/usr/local/ldap' \ '--with-inifile' \ '--with-flatfile' \ '--enable-dio' \ '--enable-sysvmsg' \ '--with-zlib' \ '--with-zlib-dir=/usr/local' \ '--with-jpeg-dir=/usr/local' \ '--with-png-dir=/usr/local' \ '--with-cdb=shared' Here's where the compile fails: cc -IZend/ -I/homeb/long/src/php-4.3.10/Zend/ -DPHP_ATOM_INC -I/homeb/long/src/php-4.3.10/include -I/homeb/long/src/php-4.3.10/main -I/homeb/long/src/php-4.3.10 -I/homeb/long/src/php-4.3.10/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/local/ldap/include -I/homeb/long/src/php-4.3.10/ext/mbstring/mbregex -I/homeb/long/src/php-4.3.10/ext/mbstring/libmbfl -I/homeb/long/src/php-4.3.10/ext/mbstring/libmbfl/mbfl -I/homeb/oracle/u01/app/oracle/product/817/rdbms/public -I/homeb/oracle/u01/app/oracle/product/817/rdbms/demo -I/homeb/long/src/php-4.3.10/ext/xml/expat -I/homeb/long/src/php-4.3.10/TSRM -O2 -std1 -ifo -taso -c /homeb/long/src/php-4.3.10/Zend/zend_strtod.c -o Zend/zend_strtod.o && echo > Zend/zend_strtod.lo cc: Error: /homeb/long/src/php-4.3.10/Zend/zend_strtod.c, line 233: Missing ";". (nosemi) Exactly one of IEEE_LITTLE_ENDIAN IEEE_BIG_ENDIAN, VAX, or --------^ I also got the failure with php4-STABLE-200412152330 Reproduce code: --------------- n/a Expected result: ---------------- I expect the code to compile :-) Actual result: -------------- Compile fails. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31129&edit=1