<div dir="ltr">Oh; I seee; you are using a cmake that came with cygwin; use instead a standalone cmake... the only other thing that would be required from MinGW would be 'make' (maybe some things like 'rm' but probably not since cmake has its own way of deleting files....  you can probably find Make 3.81 ported for windows standalone since it doesn't require a posix system to work.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 11, 2014 at 4:05 PM, J Decker <span dir="ltr"><<a href="mailto:d3ck0r@gmail.com" target="_blank">d3ck0r@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">cygwin is not erquired, if you use cygwin, it is required you use 1.7 and not 1.5.Again, the NDK prebuilt tools will not be compiled for cygwin and one of gcc, et al will understand /cygdrive, nto a cmake issue.<div>

Solvable by using MinGW instead.</div><div><br></div><div>Android toolchain files should allow you to select simply the architecture you want, which is just substituting a path path and maybe the extendtion of gcc-*.exe...... since the layout of the different target platform compilers are all the same... I guess includes and lib directory changes also; but again, consistently; so is easily handled with options in toolchain file.</div>

<div><br></div><div>I don't use Standalone, looked like a lot of work for nothing.. since everything is already in a usable state in the NDK package</div><div><br></div><div><br></div></div><div class="HOEnZb"><div class="h5">
<div class="gmail_extra"><br>
<br><div class="gmail_quote">On Wed, Jun 11, 2014 at 2:47 PM, Eric Wing <span dir="ltr"><<a href="mailto:ewmailing@gmail.com" target="_blank">ewmailing@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

So I tried the Cygwin CMake, and while it allowed me to remove most of<br>
my hacks, the final Makefile was still not usable because it appears<br>
the standalone gcc wants a Windows path and not /cygdrive/.<br>
<br>
So let's pretend I can do this without any Unix tools...<br>
<br>
- Am I still generating "Unix Makefiles"?<br>
- It looks like all the standalone tools like gcc may map correctly<br>
- But how do I run 'make' to build? Are the make files generated<br>
compatible with the GNUMake that ships with the NDK?<br>
<div><div><br>
Thanks,<br>
Eric<br>
--<br>
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br>
<br>
CMake Support: <a href="http://cmake.org/cmake/help/support.html" target="_blank">http://cmake.org/cmake/help/support.html</a><br>
CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" target="_blank">http://cmake.org/cmake/help/consulting.html</a><br>
CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" target="_blank">http://cmake.org/cmake/help/training.html</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>