2014-01-12 Sun

[別の年の同じ日: 2004 2005 2006 2007 2008 2009 2010 2015

PHP 5.5.7 の opcache が SolarisStudio でビルドできない件 はてぶ

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... ]