<html><head></head><body bgcolor="#FFFFFF"><div><span class="Apple-style-span" style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); ">On 08.06.2012, at 23:47, Douglas McPherson &lt;<a href="mailto:djm1329@san.rr.com">djm1329@san.rr.com</a>&gt; wrote:</span><br></div><div><br></div><div></div><blockquote type="cite"><div><div>Hi,</div><div><div><br>I'm trying to load the latest version of FFI for Squeak. (I'm using a recent Cog VM if it makes a difference)<br><br>1. Start with Squeak4.4-11925.image from&nbsp;<a href="http://ftp.squeakfoundation.org/">ftp.squeakfoundation.org</a>.<br>2. Update the image (latest update 12083).<br>3. Add a Monticello repository '<a href="http://www.squeaksource.com/MetacelloRepository'">http://www.squeaksource.com/MetacelloRepository'</a>.<br>4. Select and load latest configuration of FFI (ConfigurationOfFFI-tbn.23).<br>5. In a workspace, do:&nbsp;<br>ConfigurationOfFFI load<br><br>Results in an MNU:<br>ExternalFunction class(Object)&gt;&gt;doesNotUnderstand: callingConventionModifierFor:<br><br>I'm sure I've got the process wrong somewhere. Should I be using a different repository? Maybe I'm trying something more appropriate to Pharo? Clearly, I'm confused. Help appreciated :)</div></div></div></blockquote><div><br></div>In Squeak we normally use Installer:<br><br>
(Installer repository: '<a href="http://source.squeak.org/FFI'">http://source.squeak.org/FFI'</a>)<br>
    install: 'FFI-Pools';<br>
    install: 'FFI-Kernel';<br>
    install: 'FFI-Tests'.<br>
<div><br></div><div>(IIRC this is also in the "how to extend the system" workspace in squeak's menu)</div><div><br></div><div>- Bert -</div></body></html>