OSProcess?

David T. Lewis lewis at mail.msen.com
Sun Jul 23 04:08:25 UTC 2006


On Fri, Jul 21, 2006 at 03:30:26PM +0100, Alexandre Bergel wrote:
> Hello,
> 
> I would like to launch the unix/cygwin make command within Squeak
> It seems that OSProcess would help in doing it. But I run into troubles.
> 
> when I doit: OSProcess command: 'ls -l /etc'
> I got a rollback. The following "self initialStdErr nextPutAll:  
> 'cannot execute ', self commandLine" tried to be executed.
> 
> I installed OSProcess, OSProcess plugins and CommandLauncher.
> 
> Is there anything supposed to be obvious that I missed ?
> The file Win32OSProcessPlugin.dll is in the same directory than the  
> VM and the image.
> 
> Note: I am using Windows XP, cygwin and Squeak 7035.

Alexandre,

Sorry, you can do this on unix based platforms, but not on windows.
The Win32 version of OSPP is quite limited, and does not support
the necessary command piping.

Dave




More information about the Squeak-dev mailing list