Error for make
Closed this issue · 3 comments
anoxia commented
making output:
/Users/Anoxia/Downloads/zendopcache-7.0.5/zend_persist.c:153:8: error: use of undeclared identifier 'IS_CONSTANT_ARRAY'
case IS_CONSTANT_ARRAY:
^
1 error generated.
make: *** [zend_persist.lo] Error 1
make: *** Waiting for unfinished jobs....
/Users/Anoxia/Downloads/zendopcache-7.0.5/zend_persist_calc.c:110:8: error: use of undeclared identifier 'IS_CONSTANT_ARRAY'
case IS_CONSTANT_ARRAY:
^
1 error generated.
make: *** [zend_persist_calc.lo] Error 1
/Users/Anoxia/Downloads/zendopcache-7.0.5/ZendAccelerator.c:39:10: fatal error: 'TSRM/tsrm_virtual_cwd.h' file not found
#include "TSRM/tsrm_virtual_cwd.h"
^
/Users/Anoxia/Downloads/zendopcache-7.0.5/zend_accelerator_module.c:31:10: fatal error: 'TSRM/tsrm_virtual_cwd.h' file not found
#include "TSRM/tsrm_virtual_cwd.h"
^
1 error generated.
make: *** [zend_accelerator_module.lo] Error 1
1 error generated.
make: *** [ZendAccelerator.lo] Error 1
System: Mac OS X 10.11.2
GCC:
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.2.0
Thread model: posix
laruence commented
please use bundled opcache (since PHP5.5 opcache is bundled as ext/opcache).. this repo is only for php below 5.5