我目前正在尝试关注Lynda.com的一个教程,当我在cygwin上运行'build_native.sh'文件时,我收到此错误。
/cygdrive/c/Users/Gideon/Documents/My-Android-Project/cocos2d-x/moleitx/proj.android
$ ./build_native.sh
Using prebuilt externals
ERROR: You are using a non-Cygwin compatible Make program.
Currently using: C:/mingw/bin/make
要解决此问题,请按以下步骤操作:
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.
我试图搜索解决这个问题我找不到它。 请帮帮我。