Re: [Newbies] Re: [Newbie's] Strange behavior on Squeak 3.10 alpha

2007-04-11 Thread Offray Vladimir Luna Cárdenas
Hi, Edgar J. De Cleene escribió: El 4/7/07 10:20 AM, Offray Vladimir Luna Cárdenas [EMAIL PROTECTED] escribió: Thanks a lot. I have been browsing for a while the list messages and seems a nice place with humble people who knows Squeak. The only thing I dislike it's to be forced to get a

Re: [Newbies] Error: No content to install

2007-04-11 Thread Bert Freudenberg
On Apr 11, 2007, at 19:40 , Isaac Gouy wrote: I downloaded the Linux VM and image from these links: http://ftp.squeak.org/3.9/unix-linux/Squeak-3.9-8.i686-pc-linux- gnu.tar.gz http://ftp.squeak.org/3.9/Squeak3.9-final-7067.zip I can invoke the image without problem. When I try to pass a

Re: [Newbies] Error: No content to install

2007-04-11 Thread Isaac Gouy
--- Bert Freudenberg [EMAIL PROTECTED] wrote: I can invoke the image without problem. When I try to pass a script file on the command line there's a Error: No content to install. You need to give the full path to the file. Even when the file is in the current directory or the same

[Newbies] stdio, stdin, stdout with Squeak-3.9-8

2007-04-11 Thread Isaac Gouy
With Squeak3.8.1-6747 it was possible to write to stdout like this |stdout| stdout := FileStream fileNamed: '/dev/stdout'. stdout nextPutAll: 'stuff'. That no longer seems to work with Squeak-3.9-8 on Linux. Is there a new way to write/read from stdout/stdin?