Re: COG VM and Locale
Posted by
Eliot Miranda-2 on
Mar 02, 2011; 5:23pm
URL: https://forum.world.st/COG-VM-and-Locale-tp3331775p3331911.html
On Wed, Mar 2, 2011 at 8:21 AM, Hilaire Fernandes
<[hidden email]> wrote:
I am still willing to get Locale working with the combination of COG VM
and Pharo. especially to make a version of DrGeo for the XO laptop where
the CPU is subminimal, it brings a big usability improvement for the kids.
But so far, the locale plugin does not work, any clue?
Run under gdb. Things to check: there could be an unresolved reference which causes it to fail to load. See "Testing an external plugin has completely linked" in
http://www.squeakvm.org/svn/squeak/branches/Cog/unixbuild/HowToBuild. If it loads, put a breakpoint in initialiseModule and step through it. Building a debug VM can help in debugging (again see HowToBuild)
Hilaire