首页 >后端开发 >php教程 >php C扩展 ext_skel报错

php C扩展 ext_skel报错

WBOY
WBOY原创
2016-06-06 20:17:201600浏览

执行./ext_skel --extname=test2_module --proto=test2_module.def
报错:
awk: 源文件第 256 行语法错误 /Applications/MAMP/bin/php/php5.6.6/ include/php/ext/骨骼/create_stubs
上下文是
if (!stubs) print "" >扩展名>> “/function_warning”awk:源文件第 257 行处存在非法语句 /Applications/MAMP/bin/php/php5.6.6/include/php/ext/骨骼/create_stubs
awk:源文件第 267 行处存在语法错误 /Applications /MAMP/bin/php/php5.6.6/include/php/ext/sculpture/create_stubs
创建基本文件:config.m4 config.w32 .gitignore test2_module.c php_test2_module.h 信用实验测试/001.phpt test2_module。 phprm: function_entries: 没有这样的文件或目录
rm: function_declarations: 没有这样的文件或目录
rm: function_stubs: 没有这样的文件或目录
[done].
请问如何处理

回复内容:

执行./ext_skel --extname=test2_module --proto=test2_module.def
报错:
awk: 源文件第 256 行语法错误 /Applications/MAMP/bin/php/php5.6.6/ include/php/ext/骨骼/create_stubs
上下文是
if (!stubs) print "" >扩展名>> “/function_warning”awk:源文件第 257 行的非法语句 /Applications/MAMP/bin/php/php5.6.6/include/php/ext/sculpture/create_stubs
awk:源文件第 267 行的语法错误 /Applications /MAMP/bin/php/php5.6.6/include/php/ext/sculpture/create_stubs
创建基本文件:config.m4 config.w32 .gitignore test2_module.c php_test2_module.h 信用实验测试/001.phpt test2_module。 phprm: function_entries: 没有这样的文件或目录
rm: function_declarations: 没有这样的文件或目录
rm: function_stubs: 没有这样的文件或目录
[done].
请问如何处理

确保您执行时 ext_skel 有对目录写入的权限。

确认 test2_module.def 文件存在?

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn