Login  Register

Re: COG VM and Locale

Posted by laurent laffont on Mar 02, 2011; 5:42pm
URL: https://forum.world.st/COG-VM-and-Locale-tp3331775p3331941.html




On Wed, Mar 2, 2011 at 6:23 PM, Eliot Miranda <[hidden email]> wrote:


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.  

Is there a "how to run under gdb" ?

Laurent

 
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