<br><br><div class="gmail_quote">On Wed, Feb 10, 2010 at 4:38 AM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com">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><br><br><div class="gmail_quote">On Wed, Feb 10, 2010 at 11:11 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="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">

<br><br><div class="gmail_quote"><div>On Tue, Feb 9, 2010 at 9:10 PM, John M McIntosh <span dir="ltr">&lt;<a href="mailto:johnmci@smalltalkconsulting.com" target="_blank">johnmci@smalltalkconsulting.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
<div style="word-wrap:break-word"><a href="http://www.squeakvm.org/cgi-bin/viewcvs.cgi/trunk/platforms/Mac%20OS/vm/Documentation/readme.txt?rev=1984&amp;view=auto" target="_blank">http://www.squeakvm.org/cgi-bin/viewcvs.cgi/trunk/platforms/Mac%20OS/vm/Documentation/readme.txt?rev=1984&amp;view=auto</a><div>


<div><br></div></div></div></blockquote></div><div><br>Thanks John. I have been trying to follow your steps. They are pretty accurate, however, I had some problems. I hope my newbie problems be of help to update the documentation if required.<br>


<br>1)  I had to copy the src generated from VMMaker (which was generated by default in the same directoy where the image is)  to svnSqueakTree/<br>From your comments I think you let also the default src. So, in such case I guess to need to do what I did (copy). I am right ?<br>


<br>In summary:  copy /Users/mariano/Pharo/imagenes/Pharo1.0-10508-rc1dev10.01.1/src  to  /Users/mariano/Pharo/VM/svnSqueakTree/svnSqueakTree<br><br>2)  In step 6, A)  it says &quot;Double-click the SqueakVMUNIXPATHS.xcodeproj file&quot;    which one ??  because at that time I have 3 of those files, as the readme previously said to copy that file to the folder where &quot;platforms&quot; and &quot;src&quot; are...So, I have 3 different SqueakVMUNIXPATHS.xcodeproj files.<br>


<br>I used the one of  /Users/mariano/Pharo/VM/svnSqueakTree/svnSqueakTree<br><br>is this correct ? which should I use ?<br><br>3) In step 6, e) it says &quot;From the Project menu pick the active build configuration you want to use.&quot;<br>


I noticed that there is an option &quot;set active build configuration&quot; and 3 options: development, deployment and deployment symbols.<br><br>3.a) I am intrigued in the differences of those 3. I mean, what is done different in the compilation.<br>


<br>3.b) What is deploymentSymbols ?<br><br>3.c) Doing develoment, the VM is 2mb, but doing deployment is 3....is this correct ??  I would expect the development be bigger that deployment<br><br>4.d) There is an incredible difference in speed. Development is MUUUUUUCH more slow that production. This takes me to 3.a)   ;)<br>


<br><br>4)  No matter the &quot;set active build configuration&quot;  I couldn&#39;t make FreeType to work. I open an image with TrueType, but I cannot see the fonts...But the plugins are included when building the VM with VMMaker. <br>


Do you now what can be the problem ?<br> <br><br></div></div></blockquote><div><br>5)  No matter which plugins I compile with VMMaker, when I open SqueakVMUNIXPATHS.xcodeproj  with XCode, I see all the plugins I didn&#39;t include, in red, which make sense....so, what can I do to compile correctly ?  go to each red file, right button -&gt; delete  ?   I think that doesn&#39;t work as I have errors trying to compile after that :( <br>
</div></div></blockquote><div><br></div><div>Deleting the red definitions is the right thing to do.  I expect you need to remove corresponding definitions from sqNamedPrims.h as well.</div><div><br></div><div>HTH</div><div>
Eliot</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote"><div>
<br>Thanks!<br><br>Mariano<br><br> </div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div class="gmail_quote"><div>Thanks for any tip!<br>
<font color="#888888"><br>Mariano<br><br><br> </font></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
<div style="word-wrap:break-word"><div><div><div><div>On 2010-02-09, at 11:39 AM, Mariano Martinez Peck wrote:</div><br><blockquote type="cite"><br><br><div class="gmail_quote">On Tue, Feb 9, 2010 at 7:37 PM, John M McIntosh <span dir="ltr">&lt;<a href="mailto:johnmci@smalltalkconsulting.com" target="_blank">johnmci@smalltalkconsulting.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
<br>
For the OSX Version 4 VM the build documentation says:<br>
<br></blockquote><div><br>Where is that information John ?   I am trying to compile the vm now that I already generated the .c but I am not sure how to do it correctly.<br><br>I noticed that it doesn&#39;t exit something like <a href="http://www.squeakvm.org/macos" target="_blank">http://www.squeakvm.org/macos</a><br>



<br>I checked in <a href="http://smalltalkconsulting.com/squeak.html" target="_blank">http://smalltalkconsulting.com/squeak.html</a><br><br>but I didn&#39;t find anything.<br><br>Thanks<br><br>Mariano<br><br></div></div>


</blockquote></div><br></div><div><div>
<span style="font-size:12px"><div style="word-wrap:break-word"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">


<div><div style="margin:0px"><div style="word-wrap:break-word"><div style="word-wrap:break-word"><div style="margin:0px"><font face="Helvetica" size="3">--</font></div><div style="margin:0px"><font face="Helvetica" size="3">===========================================================================</font></div>


<div style="margin:0px"><font face="Helvetica" size="3">John M. McIntosh &lt;<a href="mailto:johnmci@smalltalkconsulting.com" target="_blank">johnmci@smalltalkconsulting.com</a>&gt;   Twitter:  squeaker68882</font></div>


<div style="margin:0px"><font face="Helvetica" size="3">Corporate Smalltalk Consulting Ltd.  <a href="http://www.smalltalkconsulting.com" target="_blank">http://www.smalltalkconsulting.com</a></font></div><div style="margin:0px">


<font face="Helvetica" size="3">===========================================================================</font></div><div><br></div></div></div></div></div></div></span></div></span><br><br>
</div>
<br></div></div></div></blockquote></div></div><br>
</blockquote></div><br>
<br></blockquote></div><br>