On 01/11/2014 10:21 AM, Martin McClure wrote:
On 01/11/2014 08:55 AM, Nicolai Hess wrote:
This instructions are very good: https://github.com/pharo-project/pharo-vm
I build my own vm because I am using a rather old ubuntu version (10.04) and the current vm does not work with my glibc version. Feel free to ask if you have any questions or problems with building the vm.
Thanks for the pointer! I'll try it...
Well, I built a VM. No joy, same symptoms. I had to generate the sources on a different machine, one that agrees to still run Pharo. I then rsynced the whole thing to the machine with the trouble and built there. The first time it faild the cmake since vmVersionInfo.h was not present. I fixed build/build.sh, which was trying to execute ../codegen-scripts/extract-commit-info.sh which did not exists. After changing it to execute ../scripts/extract-commit-info.sh it completed and the resulting VM works just like the downloaded binary, which is to say that it displays windows but does not respond to mouse clicks or to keyboard input except alt-.. Ideas for where to go next? Regards, -Martin