On Fri, Jan 08, 2010 at 04:36:17PM -0800, John M McIntosh wrote: > > On 2010-01-08, at 8:51 AM, Damien Pollet wrote: > > > Hi, > > - OSProcess does not seem to be able to register signal handlers at > > all on the Cocoa VM (5.2b9) > > Unless you've compiled up a OSProcess for use in 64bit mode you should have > had the loading of the > 32bit OSProcess fail. If you are running the 5.2b9 VM in 32bit mode it > *might* load the plugin, but I > don't think I expose the argc/argv in the linker so I think the OSProcess > plugin load will again fail. > > If you alter the info.plist and change SqueakDebug to 1 from 0 it should > print a bit more info >
The OSPP plugin will work for both 32 bit and 64 bit VMs (32 and 64 bit images also), but you do need to have the 32 bit VM load the 32 bit OSPP, and the 64 bit VM load the 64 bit OSPP. This of course will be the case for all external plugins. Dave _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
