<br><br><div class="gmail_quote">On Thu, Jan 26, 2012 at 12:44 AM, Guillermo Polito <span dir="ltr">&lt;<a href="mailto:guillermopolito@gmail.com">guillermopolito@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>Hi!</div><div><br></div><div>I&#39;m trying to get Windows VM compiled with Msys, using the Cog source code in the git repository.  I&#39;ve almost surpassed everything, but I&#39;m having some &quot;not declared&quot; errors like this:</div>

<div><br></div><div>c:/MinGW/msys/1.0/home/Guille/cog/gpolito-cogvm/platforms/win32/vm/sqWin32Intel.</div><div>c:1250:27: error: &#39;_MCW_EM&#39; no se declar¾ aquÝ (primer uso en esta funci¾n)</div><div><br></div><div>
related to these lines of the sqWin32Intel.c file:</div>
<div><br></div><div>...</div><div><div>#define FPU_DEFAULT (_RC_NEAR + _PC_53 + _EM_INVALID + _EM_ZERODIVIDE + _EM_OVERFLOW + _EM_UNDERFLOW + _EM_INEXACT + _EM_DENORMAL)</div></div><div>...</div><div><br></div><div>in squeakExceptionHandler and sqMain</div>

<div><br></div><div>_control87(FPU_DEFAULT, _MCW_EM | _MCW_RC | _MCW_PC | _MCW_IC);</div><div>...</div><div><br></div><div>However, if I comment those lines, I can compile and everything seem to work :/.</div><div><br></div>

<div>I googled a little but I&#39;ve not found anything that helps me...  Has anyone has this problem?  Is it a Msys configuration problem?</div><div><br></div></blockquote><div><br>Hi Guille. I just tried everythign from scratch in a windows box and I could build, I couldn&#39; reproduce your issue. There was a problem that the make won&#39;t link correctly, and this was because the targetDir was wrong for Windows. I have just fixed that in  CMakeVMMaker-MarianoMartinezPeck.145<br>
but that has nothing to do with your problem.<br><br>Cheers<br><br><br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div></div><div>Thanks!</div>
<div>Guille</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>