Tuesday, March 29, 2011

"Cannot find 'make' program. Please install Cygwin make package" ?

Today I was trying to install Cygwin from in my Machine. I was lazy to download the whole thing and install, so i copied it from a another machine. Then when i ran Ant Release i got this error. After few mins it clicked me to set the environment variables.

1. Set the environment variable CYGWIN=nodosfilewarning
2. Set c:\cygwin\bin to PATH variable
3. Set NDK_ROOT environment variable to point there.

1 comment:

  1. I find this error when i use ndk-build ….cygwin cannot find make program please install cygwin make package.
    where can i find these path variables?

    ReplyDelete