I *have* to use Cygwin, and it should invoke the VS2003 compiler. The code is not platform agnostic and is very tied to Windows. Our legacy build system is a series of makefile scripts & we use Cygwin to invoke those scripts, but everything points to Windows from inside Cygwin.<div>
<br></div><div>Any way to make CMake build makefiles that utilize VS2003?<br clear="all"><div><br></div><div>---------</div>Robert Dailey<br>
<br><br><div class="gmail_quote">On Thu, Nov 10, 2011 at 2:03 PM, David Cole <span dir="ltr"><<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="HOEnZb"><div class="h5">On Thu, Nov 10, 2011 at 2:59 PM, Robert Dailey <<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>> wrote:<br>
> How do I generate makefiles for cygwin? Can I run CMake through Windows and<br>
> generate Unix Makefiles, or do I need to run cmake from inside of cygwin<br>
> itself to generate?<br>
> Instructions would be awesome, since I suck at linux and I'm just doing this<br>
> to test my scripts on something other than Visual Studio.<br>
><br>
> ---------<br>
> Robert Dailey<br>
><br>
</div></div>> --<br>
><br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the CMake FAQ at:<br>
> <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</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>
><br>
<br>
If your code is cross-platform and will build on Linux, I'd recommend<br>
running a VM on your Windows box that has Linux in it, and do a<br>
Linux/make/gcc build of your project before doing cygwin stuff. It'll<br>
be faster for one thing, and less frustrating for a second thing.<br>
<br>
You can do cygwin, if you must... you should use a cygwin-built CMake<br>
if you must. Perhaps someone else will chime in with detailed<br>
instructions.<br>
<br>
<br>
HTH,<br>
David<br>
</blockquote></div><br></div>