<br><br><div class="gmail_quote">On Thu, Apr 29, 2010 at 10:07 AM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com">eliot.miranda@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;">
error was recently moved out of VMMaker (interp.c) and into the support code.  You need to update the svn side of things.<br></blockquote><div><br></div><div>I see a definition of error in platforms/win32/vm/sqWin32Intel.c but none in platforms/Mac OS/vm/sqMacMain.c or platforms/unix/vm/sqUnixMain.c.  Something like this should serve:</div>
<div><br></div><div><div>/* Print an error message, possibly a stack trace, and exit. */</div><div>/* Disable Intel compiler inlining of error which is used for breakpoints */</div><div>#pragma auto_inline off</div><div>void</div>
<div>error(char *msg)</div><div>{</div><div>    /* flag prevents recursive error when trying to print a broken stack */</div><div>    static sqInt printingStack = false;</div><div><br></div><div>    printf(&quot;\n%s\n\n&quot;, msg);</div>
<div>    abort();</div><div>}</div><div>#pragma auto_inline on</div></div><div><br></div><div><br></div><div><br></div><div>HTH</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><div class="gmail_quote">On Thu, Apr 29, 2010 at 6:18 AM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@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>Sorry here I attach. <br><br><div class="gmail_quote">On Thu, Apr 29, 2010 at 3:16 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
Hi folks. I am trying to compile a Mac VM with the latest versions of VMMaker and SVN. However, when linking in XCode, I have an error. <br><br>Sorry I cannot tell you more. I have no idea. I attach an screenshot with the error. <br>



<br>Thanks for any help.<br><font color="#888888"><br>Mariano<br>
</font></blockquote></div><br>
<br></blockquote></div><br>
</blockquote></div><br>