Just to understand a bit more... Mayne I'm wrong, but I think Cairo is loaded dynamically by the VM, as it is a library used in FFI and it is not a plugin. So it will appear in that list, just after you use it. On Thu, Jun 19, 2014 at 10:53 AM, Stephan Eggermont <stephan@stack.nl> wrote:
Is anyone else using Pharo on OS X 10.7.5? I run machines on different OS versions to reduce the risk of catastrophic failures and to be able to reproduce customer problems.
To be complete: http://www.mirandabanda.org/files/Cog/VM/VM.r3006/Cog.app-14-24.3006 reports
#('ZipPlugin VMMaker.oscog-eem.655 (i)' 'SocketPlugin VMMaker.oscog-eem.580 (i)' 'UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-eem.48 (e)' 'B2DPlugin VMMaker.oscog-eem.702 (i)' 'BitBltPlugin VMMaker.oscog-eem.655 (i)' 'InternetConfigPlugin VMMaker.oscog-eem.580 (i)' 'SecurityPlugin VMMaker.oscog-eem.580 (i)' 'FilePlugin VMMaker.oscog-eem.702 (i)' 'DropPlugin VMMaker.oscog-eem.580 (i)' 'MiscPrimitivePlugin VMMaker.oscog-eem.702 (i)' 'LargeIntegers v1.5 VMMaker.oscog-eem.580 (i)' 'LocalePlugin VMMaker.oscog-eem.580 (i)')
And of course misses the NativeBoost plugin.
Stephan