C コンパイラとして SolarisStudio を指定して、
--enable-opcache でビルドすると、以下のようなログが大量に出てビルドに失敗する。
pkgbuild: "/home/tonaka/packages/BUILD/php-5.5.7/ext/opcache/Optimizer/zend_optimizer.h", line 22: warning: invalid white space character in directive pkgbuild: "/home/tonaka/packages/BUILD/php-5.5.7/ext/opcache/Optimizer/zend_optimizer.h", line 23: warning: invalid white space character in directive
ググったら以下が見つかった。
PHP :: Bug #65207 :: OPCache can't be compiled with SolarisStudio
https://bugs.php.net/bug.php?id=65207
どうやら、いくつかのファイルの改行コードの問題らしい。
[ Read More... ]