cocos2dx在windows xp下使用cygwin配置

来源:互联网 发布:天猫抢购软件神器 编辑:程序博客网 时间:2024/06/06 23:19
ERROR: You are using a non-Cygwin compatible Make program.Currently using: C:/Programs/cygwin/bin/makeTo 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/make3. Call 'ndk-build' again.
出现以上情况表示你的cygwin没有安装gunmake
你必须首先访问cygwin的官网 下载setup.exe 选中
点击下一步即可