Hi JB. Could you please tell me how should I run cmake to build for windows? Is there a specific generator?  because if I run:<br><br>cmake --help<br><br>at the end the only generators I see are:<br><br>Generators<br><br>The following generators are available on this platform:<br>
  Unix Makefiles              = Generates standard UNIX makefiles.<br>  Xcode                       = Generate XCode project files.<br>  CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.<br>  Eclipse CDT4 - Unix Makefiles<br>
                              = Generates Eclipse CDT 4.0 project files.<br>  KDevelop3                   = Generates KDevelop 3 project files.<br>  KDevelop3 - Unix Makefiles  = Generates KDevelop 3 project files.<br><br>
<br><br>Thanks!<br><br><div class="gmail_quote">On Thu, Jul 7, 2011 at 7:07 PM, Jean Baptiste Arnaud <span dir="ltr">&lt;<a href="mailto:jbaptiste.arnaud@gmail.com">jbaptiste.arnaud@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 <br><div style="word-wrap:break-word"><div>Since the last Igor ( thank ) update it &#39;s possible to cross compile windows VM(last version) from MacOs and Unix.</div><div><br></div><div><span style="white-space:pre-wrap">        </span>Using Mingw and cmake.</div>
<div><br></div><div>Now, i do for Cog, and for ARM9 processor.</div><div>My process imply to fix some window file cause some include are wrong, then it the cross compiler don&#39;t find some include beginning by Uppercase(cause the file isn&#39;t beginning by uppercase).</div>
<div>In /Platform/win32/vm/sqWin32Intel.c</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;color:rgb(117,73,44);min-height:13px"><br></div><div>
<span style="color:rgb(117,73,44);font-family:Menlo;font-size:11px">#include </span><span style="color:rgb(117,73,44);font-family:Menlo;font-size:11px"><span style="color:#c92822">&lt;float.h&gt;</span></span> instead  <span style="color:rgb(117,73,44);font-family:Menlo;font-size:11px">#include </span><span style="color:rgb(117,73,44);font-family:Menlo;font-size:11px"><span style="color:#c92822">&lt;Float.h&gt;</span></span></div>
<div><br></div><div>in /Platform/win32/plugin/SocketPlugin/sqWin32NewNet.c</div><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;min-height:13px">
<br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;min-height:13px"><span style="color:rgb(201,40,34)"><span style="color:#75492c">#include </span>&lt;ws2tcpip.h&gt; </span>instead <span style="color:rgb(201,40,34)"><span style="color:rgb(117,73,44)">#include </span>&lt;Ws2tcpip.h&gt;</span></div>
<div></div><div><br></div></div><div><br></div><div><br></div><div>
<div style="word-wrap:break-word"><div>Regard</div><div>Jean Baptiste Arnaud</div><div><a href="mailto:jbaptiste.arnaud@gmail.com" target="_blank">jbaptiste.arnaud@gmail.com</a></div><div><br></div></div><br><br>
</div>
<br></div><br></blockquote></div><br><br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>