win rt game project to android [closed]
- by Inderjeet
I have develop game on windows for winrt in visual studio using cocos2d-x,i just want to port it to android in c++ in the guidance of
http://www.jesusbosch.com/2012/06/how-to-set-up-android-and-win32-cocos2d.html
this,but i get error while compilling the code on cygwin that errors are below
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
ERROR: Your GNUMAKE variable is defined to an invalid name: /usr/bin/make
Please fix it to point to a valid make executable (e.g. /usr/bin/make)
i have install many times cygwin but did not have get make.exe in folder c:/cygwin/usr/bin
how can i overcome from this error
Thanks
Inderjeet Kumar