Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-25 Thread Sven Van Caekenberghe
Denis, I just redownloaded the archive that I posted, and I was able to run from the newly created directory. I am afraid there is some binary incompatibility with your device. Maybe you could try recompiling from the official linux vm archive ? Sven On 25 Nov 2012, at 09:28, Denis Kudriashov

Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-25 Thread Denis Kudriashov
2012/11/25 Sven Van Caekenberghe s...@stfx.eu Denis, I just redownloaded the archive that I posted, and I was able to run from the newly created directory. I am afraid there is some binary incompatibility with your device. Maybe you could try recompiling from the official linux vm archive ?

Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-24 Thread Denis Kudriashov
Hello. Can you share prebuilt VM? I have linux mobile phone (meegoOS with ARMv7 processor). And I really want pharo on it. I try built VM by myself but without success. Best regards, Denis 2012/11/23 Sven Van Caekenberghe s...@stfx.eu I am making progress. It seems 1.4 does run out of the

Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-24 Thread Dan Corneanu
On 23 Nov 2012, at 13:57, Sven Van Caekenberghe sven@... wrote: Hi, Does anyone know how to make Pharo 2.0 run on a Raspberry Pi ? The out of the box VM is rather old. I have recompiled the stack VM from the latest source tarball

Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-24 Thread Sven Van Caekenberghe
Hi Denis, On 24 Nov 2012, at 11:25, Denis Kudriashov dionisi...@gmail.com wrote: Hello. Can you share prebuilt VM? I have linux mobile phone (meegoOS with ARMv7 processor). And I really want pharo on it. I try built VM by myself but without success. Best regards, Denis Here is a .tgz

Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-24 Thread Sven Van Caekenberghe
On 24 Nov 2012, at 11:44, Dan Corneanu dan.corne...@gmail.com wrote: The out of the box VM is rather old. I have recompiled the stack VM from the latest source tarball http://www.squeakvm.org/unix/release/Squeak-4.10.2.2614- src.tar.gz and it seems the Pharo 1.4 image is happy with it.

Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-24 Thread Sven Van Caekenberghe
Hi Dan, On 24 Nov 2012, at 14:15, Sven Van Caekenberghe s...@stfx.eu wrote: On 24 Nov 2012, at 11:44, Dan Corneanu dan.corne...@gmail.com wrote: The out of the box VM is rather old. I have recompiled the stack VM from the latest source tarball

Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-24 Thread Dan Corneanu
did you have a look into build/CMakeFiles ? there is an error and an output log maybe you find some useful information there. Did you install the dev libs for OpenGL? sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev keep me posted, Dan. On Sat, Nov 24, 2012 at 5:56 PM, Sven Van

Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-24 Thread David T. Lewis
On Sat, Nov 24, 2012 at 10:44:51AM +, Dan Corneanu wrote: On 23 Nov 2012, at 13:57, Sven Van Caekenberghe sven@... wrote: Hi, Does anyone know how to make Pharo 2.0 run on a Raspberry Pi ? The out of the box VM is rather old. I have recompiled the stack VM from the

Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-24 Thread Dan Corneanu
The out of the box VM is rather old. I have recompiled the stack VM from the latest source tarball http://www.squeakvm.org/unix/release/Squeak-4.10.2.2614- src.tar.gz and it seems the Pharo 1.4 image is happy with it. Just a clarification of terminology - this is the standard

[Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-23 Thread Sven Van Caekenberghe
Hi, Does anyone know how to make Pharo 2.0 run on a Raspberry Pi ? I am running an up to date 2012-10-28-wheezy-raspbian (Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l). There seems to be a Stack VM on it, it does run Smalltalk code, but there is some

Re: [Pharo-project] Pharo 2.0 on Raspberry Pi ?

2012-11-23 Thread Sven Van Caekenberghe
I am making progress. It seems 1.4 does run out of the box, at least headless: pi@raspberrypi ~/Pharo-1.4 $ cat test.st FileStream stdout nextPutAll: 'Hello World, 42 factorial = '; print: 42 factorial; crlf; flush. Smalltalk quitPrimitive. pi@raspberrypi ~/Pharo-1.4 $