<div dir="ltr">Hi Bernhard,<div><br></div><div>The error message indicates that Squeak couldn&#39;t find your st file.</div><div><span style="line-height:1.5">You have to supply the full path to your <a href="http://test.st">test.st</a>, e.g.:</span></div><div><br></div><div>CogSpur.r3684.app/Contents/MacOS/Squeak -headless Squeak5.1-15113.image $(pwd)/<a href="http://test.st">test.st</a></div><div><br></div><div>Hope this helps.</div><div><br></div><div>Best,</div><div>Fabio</div><div><br><div class="GmSign">-- <br></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Apr 24, 2016 at 2:17 PM Bernhard Pieber &lt;<a href="mailto:bernhard@pieber.com">bernhard@pieber.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Squeakers,<br>
<br>
Should this work with current CogSpur VMs? I can’t make it work.<br>
<br>
I can run this and it opens a window shortly, and prints „test&quot; on the console:<br>
CogSpur.r3684.app/Contents/MacOS/Squeak Squeak5.1-15113.image <a href="http://test.st" rel="noreferrer" target="_blank">test.st</a><br>
<br>
My <a href="http://test.st" rel="noreferrer" target="_blank">test.st</a> looks like this:<br>
Smalltalk runAndQuit: [FileStream stdout nextPutAll: ‚test‘; cr]<br>
<br>
However, if I run the following<br>
CogSpur.r3684.app/Contents/MacOS/Squeak -headless my Squeak5.1-15113.image <a href="http://test.st" rel="noreferrer" target="_blank">test.st</a><br>
I get „Error: No content to install“<br>
<br>
I also tried this:<br>
CogSpur.r3684.app/Contents/MacOS/Squeak -headless Squeak5.1-15113.image <a href="http://test.st" rel="noreferrer" target="_blank">test.st</a><br>
<br>
I get „Syntax Error: UndefinedObject y“, &lt;&lt;&lt;This string contains a character (ascii value 25) that is not normally used in code&gt;&gt;&gt; y   @   `Argument expected<br>
<br>
The same happens with an up-to-date trunk image.<br>
<br>
Any tips?<br>
<br>
Cheers,<br>
Bernhard<br>
<br>
&gt; Am 01.02.2014 um 20:04 schrieb Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt;:<br>
&gt;<br>
&gt; Hi Frank,<br>
&gt;<br>
&gt;    from the command line say e.g.<br>
&gt;<br>
&gt;    /Applications/Cog.app/Contents/MacOs/Squeak -headless my image.image<br>
&gt;<br>
&gt; I&#39;ll email my startup script, which makes this much more convenient, real soon now.<br>
&gt;<br>
&gt; Eliot (phone)<br>
<br>
<br>
</blockquote></div></div></div>