<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2012-11-07, at 17:48, Denis Kudriashov &lt;<a href="mailto:dionisiydk@gmail.com">dionisiydk@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">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></blockquote><div><br></div><div>Fedora itself has a prebuilt VM, yes:</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>[olpc@xo-93-20-bc ~]$ rpm -q squeak-vm</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>squeak-vm-3.10.5-9.fc18.armv7hl</div><div><br></div><div>Debian does, too (I tried the one in Raspbian, for example):</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><a href="http://packages.debian.org/search?keywords=squeak-vm">http://packages.debian.org/search?keywords=squeak-vm</a></div></div><div><br></div><div><div><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; font-size: 12px; "><div style="font-family: Helvetica; ">- Bert -</div><br class="Apple-interchange-newline"></span></div></div><br><blockquote type="cite"><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 "4.10.2-"<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'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: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. &nbsp; 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>
&nbsp; &nbsp; &nbsp; &nbsp; PROJECT (squeak C)<br>
<br>
==================<br>
<br>
Why is it installing in<br>
<br>
&nbsp; &nbsp; &nbsp; &nbsp; /usr/local/lib/squeak/4.10.2-/<br>
<br>
instead of<br>
<br>
&nbsp; &nbsp; &nbsp; &nbsp; /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 "ImmX11Plugin".<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>
</blockquote></div><br></body></html>