我正在学习在 Windows 平台(win7)上使用 google-nativeclient 开发 Web 应用程序。根据说明,我必须make serve
从src
随 SDK 一起安装的 Pepper_(VERSION) 目录运行,在我的例子中是 Pepper_31。构建一直运行,直到它失败并显示以下消息:
**
C:/bin/nacl_sdk/nacl_sdk/pepper_31/tools/host_vc.mk:25: *** Unable to find cl.exe in PATH while building Windows host build. Stop.
make[1]: Leaving directory 'C:/bin/nacl_sdk/nacl_sdk/pepper_31/src/ppapi'
make[1]: Leaving directory 'C:/bin/nacl_sdk/nacl_sdk/pepper_31/src/ppapi'
Makefile:56: recipe for target 'ppapi_ALL_TARGET' failed
make: *** [ppapi_ALL_TARGET] Error 2
**
我认为它缺少 cl.exe 程序,但我什至不知道那是什么以及如何获得它。有人能帮忙吗?谢谢你。