_______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
>From the command line in the directory Squeak-3.10-1 run
sudo ./config.guess after the installation is complete change to the directory that contains the files: Squeak3.10.2-7179-basic.changes Squeak3.10.2-7179-basic.image SqueakV39.sources and from the command line run squeak Squeak3.10.2-7179-basic.image On Mon, Nov 9, 2009 at 4:51 PM, michael rice <[hidden email]> wrote: > > Hi, > > I'm on a Linux(Fedora)/PC platform. > > I downloaded the following to a folder I created named Squeak: > > Squeak-3.10-1 (a folder containing i686-pc-linux-gnu, config.guess, and INSTALL) > Squeak3.10.2-7179-basic.changes > Squeak3.10.2-7179-basic.image > SqueakV39.sources > > Not sure how to proceed from here. Docs in INSTALL file say > > "Fetch the archive/s that you need and then unpack it/them in the > same directory. This will create a subdirectory called Squeak-X.Y > containing a hierarchy that mirrors the installed locations of the > various files." > > but no such file Squeak-X.Y was created, unless it's the directory listed above. > > What must I to do to finish the install? > > Michael > > > > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Woops. That was wrong. the first command should have been
sudo /bin/sh INSTALL and not sudo ./config.guess The INSTALL file explains everything if you read it. This will not work on a 64 bit OS. On Mon, Nov 9, 2009 at 5:36 PM, Paul DeBruicker <[hidden email]> wrote: > From the command line in the directory Squeak-3.10-1 run > > sudo ./config.guess > > > after the installation is complete change to the directory that > contains the files: > Squeak3.10.2-7179-basic.changes > Squeak3.10.2-7179-basic.image > SqueakV39.sources > > > and from the command line run > > squeak Squeak3.10.2-7179-basic.image > > > > > > On Mon, Nov 9, 2009 at 4:51 PM, michael rice <[hidden email]> wrote: >> >> Hi, >> >> I'm on a Linux(Fedora)/PC platform. >> >> I downloaded the following to a folder I created named Squeak: >> >> Squeak-3.10-1 (a folder containing i686-pc-linux-gnu, config.guess, and INSTALL) >> Squeak3.10.2-7179-basic.changes >> Squeak3.10.2-7179-basic.image >> SqueakV39.sources >> >> Not sure how to proceed from here. Docs in INSTALL file say >> >> "Fetch the archive/s that you need and then unpack it/them in the >> same directory. This will create a subdirectory called Squeak-X.Y >> containing a hierarchy that mirrors the installed locations of the >> various files." >> >> but no such file Squeak-X.Y was created, unless it's the directory listed above. >> >> What must I to do to finish the install? >> >> Michael >> >> >> >> _______________________________________________ >> Beginners mailing list >> [hidden email] >> http://lists.squeakfoundation.org/mailman/listinfo/beginners >> > Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Michael Rice-3
_______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners Screenshot.png (8K) Download Attachment |
I don't know how to fix what you've described or whether an alternate install would work.
Someone else may, and if so will likely chime in. IF there is not functionality you know you need in the versions of squeak you've downloaded you might look at installing this: http://code.google.com/p/squeak-fedora/ or this http://www.pharo-project.org to get an operational smalltalk environment. On Mon, Nov 9, 2009 at 7:43 PM, michael rice <[hidden email]> wrote:
_______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Michael Rice-3
Hello —,
Am 2009-11-10 um 01:43 schrieb michael rice: > And, this is what I display for the comment for Class Integer > (displayed in octal here) in the System Browser, but instead of > newlines > (\012) I'm getting boxy graphical characters (see attachment). Squeak uses \r's a its line terminators, not \n, thats why you're seeing these boxes. I've seen these boxes a couple of times before, but didn't bother. @core-developers: wouldn't it be a small iteration over all class-docs to replace the \n's by \r's? so long, -Tobias _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Tobias Pape wrote:
> Squeak uses \r's a its line terminators, not \n, > thats why you're seeing these boxes. > I've seen these boxes a couple of times before, > but didn't bother. @core-developers: wouldn't it > be a small iteration over all class-docs to replace > the \n's by \r's? Yes, except that the Integer class comment doesn't have any \n in it as far as I can see (neither in the 3.10 release nor in current trunk). Perhaps some overly smart decompression tool replaced the \r with \n? Cheers, - Andreas _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |