Hi,<div><br></div><div>I&#39;ve build trunk revision 2181 (last as time of writing) on Linux, using a PharoCore 1.0 image. Here&#39;s the problems I&#39;ve faced:</div><div><br></div><div>1. Make fails. tttables.h not found (Freetype-Plugin-John M McIntosh.55)</div>

<div><br></div><div>Change header in FT2Plugin class&gt;&gt;declareCVarsIn: cg</div><div><div>        cg addHeaderFile: &#39;&lt;ft2build.h&gt;&#39;.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>cg addHeaderFile: &#39;&lt;freetype/tttables.h&gt;&#39;        &lt;---- this line</div>

</div><div>        .....</div><div><br></div><div><br></div><div>2. Deprecation in String&gt;&gt;replaceLastOccurrence: with:  (VMMaker-ar168)</div><div>Change line </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>pos := self findLastOccuranceOfString: oldSubstring startingAt: 1</div>

<div>to</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>pos := self findLastOccurrenceOfString: oldSubstring startingAt: 1</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>

<br></div><div><br></div><div>3. VMMaker fails to build MiscPrimitivePlugin as External (VMMaker-ar168)</div><div>it seems to enter an infine loop while progression shows &quot;Inlining pass 17&quot;</div><div>So I have not built it.</div>

<div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>All Pharo 1.0 RC4 tests green.</div><div><br></div><div>1 tinyBenchmarks gives</div><div><div><br class="Apple-interchange-newline">295 M bytecodes/sec; 6.9 M sends/sec</div>

</div><div><br></div><div>vs rev. 2131 </div><div><br></div><div>334 M bytecodes/sec; 8.0 M sends/sec<br clear="all"><br></div><div>(CPU: Intel(R) Core(TM)2 CPU T7200  @ 2.00GHz  - no CFLAGS option)</div><div><br></div><div>

Cheers,</div><div><br></div><div>Laurent Laffont<br>
</div>