On Wed, Mar 2, 2011 at 6:23 PM, Eliot Miranda <eliot.miranda@gmail.com>wrote:
On Wed, Mar 2, 2011 at 8:21 AM, Hilaire Fernandes < hilaire.fernandes@gmail.com> 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