Hello Bert.<br><br>Is prebuilt VM available somewhere?<br>For what ARM version you build VM? (I need ARMv7)<br>Is it interpreter VM or cog family?<br><br>Best regards,<br>Denis<br><br><div class="gmail_quote">2012/11/7 Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
TL;DR:<br>
<br>
* please declare project language in CMakeLists.txt<br>
* please fix punctuation in &quot;4.10.2-&quot;<br>
* please enable/add ImmX11Plugin, OggPlugin, KedamaPlugin, KedamaPlugin2<br>
* please disable vm-display-custom and vm-sound-custom<br>
<br>
Thanks!<br>
<br>
=================<br>
<br>
Here&#39;s my build dependencies install line:<br>
<br>
yum install subversion make gcc cmake libX11-devel libXext-devel libXrender-devel libXi-devel pulseaudio-libs-devel alsa-lib-devel nas-devel libogg-devel libvorb-devel speex-devel libuuid-devel dbus-devel pango-devel gstreamer-devel mesa-libGL-devel libffi-devel<br>


<br>
=================<br>
<br>
This is building from subversion:<br>
<br>
[olpc@xo-93-20-bc bld]$ ../platforms/unix/cmake/configure<br>
cat: ../platforms/unix/svnversion: No such file or directory<br>
-- Configuring squeak 4.10.2- for armv7l-unknown-linux-gnu<br>
...<br>
-- The C compiler identification is GNU 4.7.2<br>
-- The CXX compiler identification is unknown<br>
...<br>
CMake Error: your CXX compiler: &quot;CMAKE_CXX_COMPILER-NOTFOUND&quot; was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.<br>
...<br>
-- Configuring incomplete, errors occurred!<br>
<br>
<br>
SOLUTION: declare Squeak as a C-only project in CMakeLists.txt:<br>
<br>
        PROJECT (squeak C)<br>
<br>
==================<br>
<br>
Why is it installing in<br>
<br>
        /usr/local/lib/squeak/4.10.2-/<br>
<br>
instead of<br>
<br>
        /usr/local/lib/squeak/4.10-2/<br>
<br>
?<br>
<br>
===================<br>
<br>
Missing plugins:<br>
<br>
ImmX11Plugin (just missing from plugins.ext)<br>
OggPlugin (just missing from plugins.ext)<br>
KedamaPlugin (missing src)<br>
KedamaPlugin2 (missing src)<br>
npsqueak.so (no CMake file)<br>
<br>
Superfluous plugins (should be disabled from building):<br>
<br>
vm-display-custom<br>
vm-sound-custom<br>
<br>
===================<br>
<br>
(after adding ImmX11Plugin to plugins.ext)<br>
CMake Error: CMake can not determine linker language for target:ImmX11Plugin<br>
CMake Error: Cannot determine link language for target &quot;ImmX11Plugin&quot;.<br>
<br>
... which means that there are no source files. Indeed there is no source file - I guess a VMMaker package was missing?<br>
<br>
===================<br>
<br>
(after adding OggPlugin to plugins.ext)<br>
compiles just fine<br>
<br>
===================<br>
<br>
Otherwise it works great! :)<br>
<br>
Disclaimer: I did not test all plugins yet.<br>
<span class="HOEnZb"><font color="#888888"><br>
- Bert -<br>
<br>
<br>
</font></span></blockquote></div><br>