【发布时间】:2017-01-27 18:19:07
【问题描述】:
在https://wiki.php.net/internals/windows/stepbystepbuild 观看教程。为 PHP 7 执行此操作,我得到了 nmake 命令。
运行 nmake 时出现以下错误
"" -h win32\ -r C:\php-sdk\phpdev\vc14\x86\php-src\Release_TS\ -x C:\php
-sdk\phpdev\vc14\x86\php-src\Release_TS\ win32\build\wsyslog.mc
'-h' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: '"' : return code '0x1'
Release_TS 文件夹有一个 win32 文件夹,但它是空的。来源应该有东西吗?
【问题讨论】: