<div dir="ltr"><div><div><div><div><div><div><div>So, from an interpreter VM, you load both<br></div>- FreeTypePlugin from <a href="http://www.queaksource.com/FreeTypePlugin">www.queaksource.com/FreeTypePlugin</a><br></div>
- FreeType from <a href="http://www.squeaksource.com/FreeTypePlus">www.squeaksource.com/FreeTypePlus</a><br></div></div>and in the second one, you only need FT2Constants<br><br></div><div>You are proposing to separate those constants, like in Balloon3D-Constants?</div>
<div><br></div><div>OK, done, it&#39;s FreeTypeConstants in the ss3 repo.<br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/31 David T. Lewis <span dir="ltr">&lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Oct 30, 2013 at 10:59:21PM +0100, Nicolas Cellier wrote:<br>
&gt; I have created a repository for maintaining the trunk 4.5 branch:<br>
&gt;<br>
&gt; MCHttpRepository<br>
&gt;     location: &#39;<a href="http://ss3.gemstone.com/ss/FreeTypePlus" target="_blank">http://ss3.gemstone.com/ss/FreeTypePlus</a>&#39;<br>
&gt;     user: &#39;&#39;<br>
&gt;     password: &#39;&#39;<br>
&gt;<br>
&gt; FreeType requires a plugin.<br>
&gt; It is pre-compiled and distributed with Pharo VM, so it&#39;s the easiest way<br>
&gt; to test it...<br>
<br>
</div></div>The FT2Plugin is built in to the unix interpreter VM.<br>
<br>
Smalltalk listBuiltinModules select: [:e | &#39;FT2Plugin*&#39; match: e]<br>
   ==&gt; #(&#39;FT2Plugin 23 January 2011 (i)&#39;)<br>
<br>
Eliot, perhaps you can add this to your next Cog build also?<br>
<br>
Nicolas, thanks for setting up the SS3 repository. For VM building, we<br>
load FreeTypePlus into the image in order to get the pool variables<br>
in FT2Constants. Maybe this can be moved to a package (FreeType-Constants<br>
or similar) so that a VMMaker user can load just the constants?<br>
<br>
Dave<br>
<br>
<br>
</blockquote></div><br></div>