|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-11-18 16:01 UTC] zhaojz721 at gmail dot com
[2016-11-19 15:33 UTC] rasmus@php.net
-Status: Open
+Status: Analyzed
[2016-11-19 15:33 UTC] rasmus@php.net
[2021-09-28 09:34 UTC] cmb@php.net
-Status: Analyzed
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2021-09-28 09:34 UTC] cmb@php.net
[2021-10-10 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 07:00:02 2025 UTC |
Description: ------------ No problem building php 5.5.# with same configure script. Build fails with 5.6.#, Sun CC 12.3. Same results in v5.6.10 and 5.6.17. I tried without enabling opcache but that didn't help. Lots of white space character errors before it fails on line 70. I saw something about flex and re2c so I installed re2c, and it didn't help. Any help would be appreciated. "Zend/zend_language_scanner.l", line 66: warning: invalid white space character in directive "Zend/zend_language_scanner.l", line 67: warning: invalid white space character in directive "Zend/zend_language_scanner.l", line 68: warning: invalid white space character in directive "Zend/zend_language_scanner.l", line 69: warning: invalid white space character in directive "Zend/zend_language_scanner.l", line 70: warning: function prototype parameters must have types "Zend/zend_language_scanner.l", line 70: warning: old-style declaration or incorrect type for: SCNG "Zend/zend_language_scanner.l", line 70: cannot initialize function: SCNG "Zend/zend_language_scanner.l", line 70: undefined symbol: x #!/bin/sh # # Configure PHP # PATH=/usr/bin:/usr/local/bin:/usr/ccs/bin:/opt/SUNWspro/bin:/usr/sbin:/usr/dt/bin; export PATH LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/ssl/lib; export LD_LIBRARY_PATH LD_RUN_PATH=/usr/local/ssl/lib:/usr/local/lib; export LD_RUN_PATH # env CC=cc CXX=CC \ ./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-mysql=mysqlnd \ --with-pear \ --with-libxml-dir=/usr \ --with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \ --enable-mbstring \ --with-curl \ --with-gd \ --with-jpeg-dir=/usr/lib \ --enable-soap \ --with-openssl=/usr/local/ssl \ --enable-zip \ --with-iconv=/opt/local \ --enable-opcache #!/end #