<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><div>Thanks!</div><div>Guille</div>