I tried Squeak4.2.5Beta1U and when I run the tests I get forkSqueak requires XDisplayControlPlugin So it seems that I will not be able to run Coral. Stef
Thanks david
Apparently my vm does not have any plugin. I tried to copy the plugin from 4 version to 5.7.3 and 5.7.4 and apparently when I open an image with OSProcess 4.4.0 the system crashes. I will try to find a mac vm with plugins. But if somebody knows it, this is an information I'm looking for. Stef
On Mar 7, 2011, at 2:38 PM, David T. Lewis wrote:
On Mon, Mar 07, 2011 at 11:44:11AM +0100, St?phane Ducasse wrote:
Hi guys
I'm updtating the ConfigurationOfCoral and I loaded
baseline
spec project: 'OSProcess' with: [ spec className: 'ConfigurationOfOSProcess'; file: 'ConfigurationOfOSProcess'; version: '4.4.0'; repository: 'http://www.squeaksource.com/OSProcess' ].
version
spec for: #'common' do: [ spec package: 'Filesystem' with: 'Filesystem-DamienPollet.114'; project: 'OSProcess' with: '4.4.0'; package: 'AST-Core' with: 'AST-Core-lr.87'; package: 'PetitParser' with: 'PetitParser-TudorGirba.209'; package: 'PetitTest' with: 'PetitTests-TudorGirba.28'; package: 'PetitSmaltalk' with: 'PetitSmalltalk-lr.46'.]
and when I run the test I get accessor error.
Any idea what would be problem? The VM?
I use 5.7b3
Hi Stef,
This probably just means that your VM does not have OSProcessPlugin. Try inspecting "OSProcess thisOSProcess" and if the pid is nil, it means that you do not have the plugin.
Dave