<br><br><div class="gmail_quote">2009/5/7 Philip Lowman <span dir="ltr">&lt;<a href="mailto:philip@yhbt.com">philip@yhbt.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You probably are missing some build flags or libraries in the CMakeLists that are in the old build system.  Try comparing the VC projects generated by CMake and looking at the compile &amp; link lines vs. your other build system.  You&#39;ll inevitably find a difference between the two if you&#39;re using the same compiler and dependencies.<br>

</blockquote><div><br>Problem here is that iam using VC++ compiler cl and there in old build system they use MKS toolkit cxx compiler.. and i dont know how can i use cxx compiler from VC++.<br>and i think it cant be done..<br>
<br>ankit <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br><div class="gmail_quote"><div><div></div><div class="h5">On Tue, May 5, 2009 at 8:29 AM, ankit jain <span dir="ltr">&lt;<a href="mailto:ankitguddu@gmail.com" target="_blank">ankitguddu@gmail.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hi all,<br><br>I build me code without cmake through mks on windows... it is successful..<br>Now i want to build my code through cmake on mks for windows. The project is compiling but like other OS&#39;s it is not generating Makefile so on doing make it says error: Make no target...<br>


<br>So guide me how to proceed..<br><br>I also tried with VC++ directly to build the code but it seems to give lots of error since i feel it have problem with nutcracker which i used in code for windows and also i think not able to link some DLL but not sure since on mks i compile with one definition as -D__NUTC_DLL__ ... It is because VC++ uses cl compiler not cxx compiler of mks..<br>


<br>This is what i think but iam not sure of anything...<br><br>You people guide the right way that helps me in building the code using cmake with mks through VC++...<br>Also if any settings are required for VC++ tell me so that i configure that acc. <br>


I struggled a lot with VC++ for building code thorugh cmake.<br> My code is configured properly but on running it gives lots of error...<br><br> Any help in this regard really helps me a lot..<br><br>Regards-<br><font color="#888888">Ankit Jain<br>


</font><br></div></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</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>
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>
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></blockquote></div><br><br clear="all"><br>-- <br><font color="#888888">Philip Lowman<br>
</font></blockquote></div><br>