2010/1/18 Simon Denier <[email protected]> > > On 18 janv. 2010, at 17:43, 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://www.pharo-project.org/pharo-download > > > > :) I know this link, and I started there. Unfortunately the binary (in > alternative) is also a 3.10.3 so no closure. And compiling is not so easy as > it could be. > > >
mmmmmmm someone changed that? As far as I remebember, it has pointing to a closure enable vm one month ago (I used it in a linux box). we need to change this link in the website Wierd....anyway, did you try the exupery vm simon ? it should work, too. Cheers > > >> >> > >> > >> > 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 > > > -- > 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
