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 > > Cheers, > -- > Damien Pollet > type less, do more [ | ] http://people.untyped.org/damien.pollet > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- =========================================================================== John M. McIntosh <[email protected]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com =========================================================================== _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
