El sáb, 27-03-2010 a las 10:56 -0600, Miguel Enrique Cobá Martinez escribió:
El vie, 26-03-2010 a las 22:11 +0100, laurent laffont escribió:
Hi,
Finally I've managed to build squeak vm rev. 2135 (current stable) with FT2Plugin which makes all tests green on Pharo 1.0 rc3 image........ on my machine :)
If some Linux users can test it on their distro, thanks.
Hi Laurent, good job. I tested your instructions on my:
Debian GNU/Linux Squeeze (testing) amd64
I didn't have cmake so first had to install it:
aptitude install cmake
and then:
To build from source archive: ======================= wget http://lolgzs.free.fr/pharo/squeak-vm/Squeak-3.11.3.2135-pharo-src.tar.gz tar -xvzf Squeak-3.11.3.2135-pharo-src.tar.gz cd Squeak-3.11.3.2135-pharo-src/ mkdir build && cd build ../unix/cmake/configure make
I don't install it (I don't like the custom install process) so I can't say if ther is a problem with the install ;)
sudo make install
I ran the tests in a PharoCore 10515 RC3. Just 1 failure:
7296 run, 7278 passes, 17 expected failures, 1 failures, 0 errors, 0 unexpected passes
Forget this, this doesn't happen in a clean unzipped PharoCore 10515 RC3. I was using a dirty directory that was used to build a Pharo dev image. As part of the dev process, the sources or changes file is modified somehow and this made the testRecompile fail when using the code from the sources/changes file. So, when using a clean 10515 core image the test are all green. Good job. Cheers
Also,
1 tinyBenchmarks -> '362606232 bytecodes/sec; 10580494 sends/sec'
Cheers
-- Miguel Cobá http://miguel.leugim.com.mx