<div dir="ltr"><div>Then, it&#39;s just missing m_pd.h.  You&#39;ll have to modify the makefile to set the include path or copy your m_pd.h into the same directory as tot.c (or maybe just set an environment variable... I don&#39;t know for sure).<br>
<br></div>Chuck<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 30, 2013 at 2:03 PM, Ed Kelly <span dir="ltr">&lt;<a href="mailto:morph_2016@yahoo.co.uk" target="_blank">morph_2016@yahoo.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">&gt;First click &quot;Details &gt;&gt;&quot; on your error message and post the output.<br>
<br>
</div>Doh! Of course. Sorry, I naturally distrust error reports having been brought up on Window$.<br>
<br>
<br>
Error messages are all the same in my patch:<br>
<br>
invalid command name &quot;pd&quot;<br>
invalid command name &quot;pd&quot;<br>
    while executing<br>
&quot;pd [concat #hammergui _vised .x988db98.c 1 \;]&quot;<br>
    invoked from within<br>
&quot;if {[hammergui_ispatcher .x988db98.c]}   {pd [concat #hammergui _vised .x988db98.c 1 \;]}&quot;<br>
    (command bound to event)<br>
<br>
<br>
I think the problem is with [tot .] from the miXed library.<br>
<br>
Does anyone know how to compile it? It&#39;s causing me a headache. Typing &quot;make&quot; from within the miXed library from the svn repository comes up with errors where it can&#39;t seem to find basic functions, e.g.<br>

&lt;some lines&gt;<br>
tot.c:(.text+0xbcf): undefined reference to `gensym&#39;<br>
tot.c:(.text+0xbff): undefined reference to `canvas_getrootfor&#39;<br>
tot.c:(.text+0xc17): undefined reference to `canvas_getrootfor&#39;<br>
/tmp/ccctv252.o: In function `tot_getcanvas&#39;:<br>
tot.c:(.text+0xc5b): undefined reference to `canvas_class&#39;<br>
tot.c:(.text+0xc69): undefined reference to `pd_findbyclass&#39;<br>
tot.c:(.text+0xc79): undefined reference to `glist_getcanvas&#39;<br>
tot.c:(.text+0xcb7): undefined reference to `loud_warning&#39;<br>
tot.c:(.text+0xd48): undefined reference to `loud_error&#39;<br>
<br>
&lt;some more lines&gt;<br>
<br>
<br>
It gives similar outpuit for tot, and for pddplink<br>
<br>
?<br>
Ed<br>
<br>
<br>
&gt; <br>
&gt;-Jonathan<br>
<div class="HOEnZb"><div class="h5">&gt;<br>
&gt;  <br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div>