您的位置:首页 > 移动开发 > Cocos引擎

cocos2dx在windows xp下使用cygwin配置

2012-08-01 11:11 274 查看
ERROR: You are using a non-Cygwin compatible Make program.
Currently using: C:/Programs/cygwin/bin/make

To solve the issue, follow these steps:

1. Ensure that the Cygwin 'make' package is installed.
NOTE: You will need GNU Make 3.81 or later!

2. Define the GNUMAKE environment variable to point to it, as in:

export GNUMAKE=/usr/bin/make

3. Call 'ndk-build' again.
出现以上情况表示你的cygwin没有安装gunmake
你必须首先访问cygwin的官网 下载setup.exe 选中
点击下一步即可
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: