<br><br><div class="gmail_quote">On Tue, Jul 14, 2009 at 5:05 AM, Ang Beepeng <span dir="ltr">&lt;<a href="mailto:beepeng86@yahoo.com">beepeng86@yahoo.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>
Hi.<br>
<br>
Can I know what is the development environment used for Cog? How it is<br>
debugged?</blockquote><div><br></div><div>On Mac OS X I use XCode to build, using either the included gcc or the intel icc compiler.  The intel compiler makes a lot of difference for the interpreter Ms but little difference for cog.  But since I&#39;ve been using icc for the interpreter it is more work to switch back :)  For debugging I use gdb.</div>
<div><br></div><div>On Windows I use cygwin to build with the 3.4.x compiler, but we can also build with the older 2.95 mingw environment, and with Visual C++ of any vintage from 6 onwards.  To debug I typically use cygwin with gdb.  For some reason the newer MinGW 5.1.4 with the gcc 3.4.5 compiler doesn&#39;t work yet.</div>
<div><br></div><div>On linux I use whatever the bundled gcc is so that currently means gcc 4.1.x &amp; gdb 6.x.</div><div><br></div><div>And of course I do as much debugging and development in Squeak as possible :)</div><div>
<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
Thank you so much for your reply.<br>
<br>
Ang Beepeng<br>
<br>
<br>
<br>
Eliot Miranda-2 wrote:<br>
&gt;<br>
&gt; Hi Ang,<br>
<div class="im">&gt;<br>
&gt; There is no special version.  One needs makefiles that work with<br>
&gt; VisualStudio.  Craig Latta has some.  I have some.  Alas these are not<br>
&gt; used<br>
&gt; often enough to be guaranteed to work.  We&#39;re about to release the Cog<br>
&gt; Stack<br>
&gt; Interpreter, an interim VM on the way to the full JIT.  This will include<br>
&gt; my<br>
&gt; makefiles.  If you can wait a few weeks take them from there.<br>
&gt;<br>
&gt; best<br>
&gt; Eliot<br>
&gt;<br>
&gt;<br>
<br>
</div><font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/debugging-plugin-and-virtual-machine-tp22314144p24478156.html" target="_blank">http://www.nabble.com/debugging-plugin-and-virtual-machine-tp22314144p24478156.html</a><br>

</font><div><div></div><div class="h5">Sent from the Squeak - Dev mailing list archive at Nabble.com.<br>
<br>
<br>
</div></div></blockquote></div><br>