在Windows上构建PHP源:文件:没有这样的文件或目录

时间:2017-01-27 18:19:08

标签: php nmake

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 foler,但它是空的。源头应该在那里有东西吗?

1 个答案:

答案 0 :(得分:2)

必须使用特定的命令提示符

Visual Studio 2015-> VS2015 x64 x86交叉工具命令提示符。 你必须找到正确的组合,为你正在构建的(x86 / x64)php(x86 / x64)。