did you have a look into build/CMakeFiles ? there is an error and an output log maybe you find some useful information there.
Hi Dan,
Following the standard instructions (no config customization), I managed to build a vm !
On 24 Nov 2012, at 14:15, Sven Van Caekenberghe <sven@stfx.eu> wrote:
> On 24 Nov 2012, at 11:44, Dan Corneanu <dan.corneanu@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.
>
> Thanks, Dan, I will have a look at building the VM from that archive.
For some reason, no X11 support was built, but I now have
-rwxr-xr-x �1 pi pi � 9349 Nov 24 14:15 so.vm-display-null
-rwxr-xr-x �1 pi pi � 6278 Nov 24 14:15 so.vm-sound-null
-rwxr-xr-x �1 pi pi 894438 Nov 24 14:15 squeakvm
and I can run headless Pharo 1.4 doing HTTP and stuff.
I guess I'll have to study the build process and options a bit more.
I would like to have at least X11 support, but reducing the builtin plugins to have a smaller executable interests me too.
Thanks again for the help.
Sven