Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-18 Thread John McKeon
The RISC OS is available for Pi machines http://www.raspberrypi.org/risc-os-for-raspberry-pi/. And there is a Squeak for that OS. http://www.squeakvm.org/riscos/ On Mon, Feb 16, 2015 at 9:10 PM, Casey Ransberger casey.obrie...@gmail.com wrote: Hi Kirk, By default OS I'm guessing you mean

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-18 Thread Kirk Fraser
Thanks everyone. After copying image, changes, and sources under the squeak folder in Raspian, I found it helpful to change my desktop squeak file to say: [Desktop Entry] Type=Application Exec=squeak Icon=squeak StartUpNotify=true That will keep me going for now. Kirk W. Fraser w

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Michael Rice
Have you tried executing squeak.sh from the command line? ./squeak.shenter Michael On Mon, Feb 16, 2015 at 10:16 AM, Kirk Fraser overcomer@gmail.com wrote: Hi Michael, Yes the ls command you gave produces -rwxrwxr-x 1 pi pi 63 Oct 12 00:49 squeak.sh When I double click on squeak.sh I

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Kirk Fraser
I tried first squeak.sh and got bash: squeak.sh command not found I tried the command you supplied ./squeak.sh and got a popup Error This Squeak version does not support Linux-armv6| [ok] I'm guessing that means I need a new version and I should subscribe to the developers list to ask for it.

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Michael Rice
What OS? On Mon, Feb 16, 2015 at 2:26 PM, Kirk Fraser overcomer@gmail.com wrote: http://www.squeak.org/Downloads first link. I downloaded it directly into my Raspberry Pi from WiFi using Midori browser. Kirk W. Fraser w http://freetom.info/TrueChurchww.JesusGospelChurch.com

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Kirk Fraser
How do I tell what OS it is running? I just downloaded the default recommended when loading my Pi SD card. I noticed an additional message in the terminal after the error popup appeared which may be helpful. It says: ./Squeak-4.5-All-in-One.app/Contents/LinuxAndWindows/squeak.sh: line 38:

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Michael Rice
Where did you get the Squeak you were attempting run? Michael On Mon, Feb 16, 2015 at 10:49 AM, Kirk Fraser overcomer@gmail.com wrote: I tried first squeak.sh and got bash: squeak.sh command not found I tried the command you supplied ./squeak.sh and got a popup Error This Squeak version

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Kirk Fraser
http://www.squeak.org/Downloads first link. I downloaded it directly into my Raspberry Pi from WiFi using Midori browser. Kirk W. Fraser w http://freetom.info/TrueChurchww.JesusGospelChurch.com http://www.JesusGospelChurch.com - Replace the fraud churches with the true church.

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Michael Rice
First things first. Every file has three permissions, read, write, and execute, for three groups: user, group, and all. Do you have execute permission for squeak.sh? ls -l squeak.sh -rw*x*rwxr-x. 1 mrice mrice 63 Oct 11 18:49 squeak.sh ^ If you show an x in column 4 (as above) then you have

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Casey Ransberger
Hi Kirk, By default OS I'm guessing you mean Raspbian. On Linux, to be frank (not to be confused with Frank) I really think you're better off building your own VM from sources. We don't have a JIT that I know of for ARM based machines, so I'm guessing you want a stack VM or stack-oriented

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Kirk Fraser
Hi Michael, Yes the ls command you gave produces -rwxrwxr-x 1 pi pi 63 Oct 12 00:49 squeak.sh When I double click on squeak.sh I get a pop-up menu which says: Execute File This file 'squeak.sh' is executable. Do you wan to execute it? [Execute] [Execute in Terminal] [Cancel] Any of those

[Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-15 Thread Kirk Fraser
I have Squeak 4.5 All-In-One working in Kbuntu Linux after downloading, unzipping, and executing Squeak.sh Attempting the same on a Raspberry Pi with the default OS, it downloads, unzips, and says squeak.sh is an executable file, do I want to execute? I click execute then it does nothing. What