On Tue, Jan 04, 2011 at 07:15:14PM +0100, Igor Stasenko wrote:
On 4 January 2011 17:34, St??phane Ducasse <stephane.ducasse@inria.fr> wrote:
On Jan 4, 2011, at 4:25 AM, David T. Lewis wrote:
On Mon, Jan 03, 2011 at 06:55:45PM -0800, Stef T wrote:
Hello Everyone, ?? So, long time squeaker, first time pharo(er ?). Please don't hold this against me ;)
?? I am trying to get CommandShell loaded into Pharo (using the Seaside Image) via Monticello. I have tried this on Pharo 1.1/1.1.1/1.2 for the record (same thing). I skip past the MVC/Morphic errors about PluggableList etc, and I can get the command shell to pop-up, however, two things happen;
The CommandShell package on SqueakSource is also now broken down into sub-packages, so you can load the individual parts if you want. But just proceding through the MVC warnings as you did is harmless.
?? 1) CommandShell complains about AioPlugin not being present and that it will use the 'old slow' way. That's fine, it's merely a warning
AFAIK, noone has tried building the AioPlugin for Mac, so you will get this warning when running on a Mac. But as you say, it's just a warning.
I imagine that we will see that with igor and the automatic build too.
was this plugin included into standard vms once before? because currently its not and i don't remember if i built VMs it .
It has never been included in any Mac VMs, and I do not know if it works on Mac. But I expect that it will work because the Mac VM uses a copy of Ian's aio support code for the unix VM. Dave