使用 Visual Studio 2005 的 C 编译错误
尝试按照 http://code.google.com/p/gears 上指定的说明进行操作/wiki/BuildingGearsForWindows 我的尝试在编译阶段失败,并出现以下错误。
C:\SourceControl\GoogleGears\gears>make BROWSER=FF36 MODE=opt OS=win32
make prereqs BROWSER=FF36
"mkdir" -p bin-opt/win32-i386/ff36
'"mkdir"' is not recognized as an internal or external command,
operable program or batch file.
make[1]: *** [bin-opt/win32-i386/ff36] Error 1
make: *** [default] Error 2
在此之前,我已经执行了以下命令并正确(我相信)替换了所需的路径。
"c:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat"
"c:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.cmd"
set PATH=%PATH%;"C:\Python24";"C:\Program Files (x86)\Windows Installer XML v3";"C:\unix\usr\local\wbin"
make BROWSER=FF36 MODE=opt OS=win32
有人可以善意地指导我走向我可能做错的方向吗?
请客气,我以前从未写过一行 C 代码。
Attempting to follow the directions as specified on http://code.google.com/p/gears/wiki/BuildingGearsForWindows my attempts are failing at the compile stage with the following error.
C:\SourceControl\GoogleGears\gears>make BROWSER=FF36 MODE=opt OS=win32
make prereqs BROWSER=FF36
"mkdir" -p bin-opt/win32-i386/ff36
'"mkdir"' is not recognized as an internal or external command,
operable program or batch file.
make[1]: *** [bin-opt/win32-i386/ff36] Error 1
make: *** [default] Error 2
Prior to this I have executed the following commands and correctly (I believe) substituted the paths required as such.
"c:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat"
"c:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.cmd"
set PATH=%PATH%;"C:\Python24";"C:\Program Files (x86)\Windows Installer XML v3";"C:\unix\usr\local\wbin"
make BROWSER=FF36 MODE=opt OS=win32
Could anyone please be kind enough to guide me in the direction of what I might be doing incorrectly?
Please be kind, I have never written a single line of C code before.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
复制自我的评论:
Copied from my comment: