On Mon, 18 Jan 2010, Mariano Martinez Peck wrote:

>> ah ok, I though it was. Thanks for the tip, now I will try to compile my
>> own vm (which didnt work out last week).
>>
>> Or, does anybody have a Linux VM already compiled which is closure-enabled?

http://squeakvm.org/unix/


Levente

>>
>>
>
> http://www.pharo-project.org/pharo-download
>
>
>
>>
>>>
>>>
>>> Levente
>>>
>>>> After struggling a bit to found a recent VM (that is, closure-enabled),
>> now I can launch it with the following command:
>>>> exec "$EXE/squeak" \
>>>>      -plugins "$RES" \
>>>>      -encoding latin1 \
>>>>      -vm-display-null \
>>>>      "$APP/testServer.image"
>>>>
>>>> Problem is the process starts but obviously got stuck after that. I got
>> no feedback on what's going wrong (I guess some error happens and the system
>> is waiting for user input).
>>>>
>>>> I tried with a fresh 10500 image and the simplest script I could think
>> of to test:
>>>> (FileStream forceNewFileNamed: 'foo.txt') nextPutAll: 'bar'; close
>>>>
>>>> ....same thing.
>>>>
>>>> Of course it works on my local machine with UI.
>>>>
>>>> Is there a way to debug this, like having the debugger to dump the stack
>> in the terminal. I tried Cmd-.  but it just stops the process (like Ctrl-c)
>> with no feedback.
>>>>
>>>>
>>>> --
>>>> Simon
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> [email protected]
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [email protected]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>> --
>>  Simon
>>
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to