Ok. I will commit later the fix. <br>Cheers<br><br>Mariano<br><br><div class="gmail_quote">On Mon, Apr 4, 2011 at 3:00 AM, Igor Stasenko <span dir="ltr">&lt;<a href="mailto:siguctua@gmail.com">siguctua@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;"><div><div></div><div class="h5"><br>
On 3 April 2011 11:45, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Igor. I was thinking a couple of things:<br>
&gt;<br>
&gt; 1) So...once I hace download anything from GIT, what I always need to do is:<br>
&gt; a) take a pharo core 1.3<br>
&gt; b) open the LoadVMMaker.st  so that I can see which versions of metacello and cmake I need.<br>
&gt; c) evaluate that over the pharo image<br>
&gt; d) move my image to /build  so that it finds the /src and /platform by default<br>
&gt;<br>
&gt; So...I wonder what are the reason of not having such PharoCore image already commited in GIT under /image.  You can even save it with a workspace opened with the code of LoadVMMaker.st<br>
&gt; is it just the size of it?<br>
&gt;<br>
&gt; If I want to do it for myself, what is the best strategy?  clone to my own fork, add the image there and then just pull the changes?<br>
&gt;<br>
&gt; 2) #prepareVMMaker does this:<br>
&gt;<br>
&gt; prepareVMMaker<br>
&gt;<br>
&gt;     | maker allPlugins |<br>
&gt;<br>
&gt;     maker := VMMaker forPlatform: &#39;Cross&#39;.<br>
&gt;     maker sourceDirectoryName: (self srcDir assureExistence fullName).<br>
&gt;     maker platformRootDirectoryName: (self topDir / &#39;platforms&#39; ) fullName.<br>
&gt;<br>
&gt; And<br>
&gt;<br>
&gt; srcDir<br>
&gt;     &quot;Answer the value of srcDir&quot;<br>
&gt;<br>
&gt;     ^ srcDir ifNil: [ srcDir := self topDir / &#39;src&#39; ]<br>
&gt;<br>
&gt; This is cool because I can script the cong to use another src. But you don&#39;t do the same for &#39;platform&#39;. So I cannot do:<br>
&gt;<br>
&gt; CogDebugMacOSConfig  new<br>
&gt;     srcDir: &#39;myFolder&#39;;<br>
&gt;  platformsDir: &#39;myPlatofrm&#39;;<br>
&gt;      generateSources;<br>
&gt;     generate.<br>
&gt;<br>
&gt; Since the platform directory will be overwritten.<br>
&gt;<br>
&gt;<br>
</div></div>probably a mistake. platforms dir should also be configurable. and it<br>
should use it if it set.<br>
<br>
&gt;<br>
&gt; Cheers<br>
&gt;<br>
&gt; Mariano<br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Best regards,<br>
Igor Stasenko AKA sig.<br>
</font></blockquote></div><br><br clear="all"><br>-- <br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>