Howdy, <div>I get the following list of errors:</div><div><br></div><div><div>In file included from pix_freenect.h:28,</div><div>                 from pix_freenect.cc:18:</div><div>libfreenect.hpp:29:25: error: libfreenect.h: No such file or directory</div>

<div>                 </div><div>                       this is odd because its right there in the same directory as pix_freenect.h</div><div><br></div><div>In file included from /Library/Pd/gem/src/Base/GemBase.h:20,</div>

<div>                 from pix_freenect.h:37,</div><div>                 from pix_freenect.cc:18:</div><div>/Library/Pd/gem/src/Base/CPPExtern.h:19:18: error: m_pd.h: No such file or directory</div><div>    </div><div>                     this is true: what is this and how do I get it?</div>

<div><br></div><div>In file included from pix_freenect.h:38,</div><div>                 from pix_freenect.cc:18:</div><div>/Library/Pd/gem/src/Pixes/video.h:21:48: error: m_pd.h: No such file or directory</div><div>In file included from /Library/Pd/gem/src/Base/GemBase.h:20,</div>

<div>                 from pix_freenect.h:37,</div><div>                 from pix_freenect.cc:18:</div><div>/Library/Pd/gem/src/Base/CPPExtern.h:74: error: ‘t_object’ does not name a type</div><div>/Library/Pd/gem/src/Base/CPPExtern.h:121: error: ISO C++ forbids declaration of ‘t_object’ with no type</div>

<div>/Library/Pd/gem/src/Base/CPPExtern.h:121: error: expected ‘;’ before ‘*’ token</div><div>/Library/Pd/gem/src/Base/CPPExtern.h:129: error: ISO C++ forbids declaration of ‘t_canvas’ with no type</div><div>/Library/Pd/gem/src/Base/CPPExtern.h:129: error: expected ‘;’ before ‘*’ token</div>

<div>/Library/Pd/gem/src/Base/CPPExtern.h:133: error: expected `;&#39; before ‘static’</div><div>/Library/Pd/gem/src/Base/CPPExtern.h:133: error: ISO C++ forbids declaration of ‘t_object’ with no type</div><div>/Library/Pd/gem/src/Base/CPPExtern.h:133: error: expected ‘;’ before ‘*’ token</div>

<div>/Library/Pd/gem/src/Base/CPPExtern.h:138: error: ISO C++ forbids declaration of ‘t_symbol’ with no type</div><div>/Library/Pd/gem/src/Base/CPPExtern.h:138: error: expected ‘;’ before ‘*’ token</div><div>/Library/Pd/gem/src/Base/CPPExtern.h:144: error: ‘t_class’ has not been declared</div>

<div>/Library/Pd/gem/src/Base/CPPExtern.h:150: error: ISO C++ forbids declaration of ‘t_canvas’ with no type</div><div>/Library/Pd/gem/src/Base/CPPExtern.h:150: error: expected ‘;’ before ‘*’ token</div><div>In file included from pix_freenect.h:37,</div>

<div>                 from pix_freenect.cc:18:</div><div>/Library/Pd/gem/src/Base/GemBase.h:93: error: ISO C++ forbids declaration of ‘t_outlet’ with no type</div><div>/Library/Pd/gem/src/Base/GemBase.h:93: error: expected ‘;’ before ‘*’ token</div>

<div>/Library/Pd/gem/src/Base/GemBase.h:107: error: ‘t_class’ has not been declared</div><div>/Library/Pd/gem/src/Base/GemBase.h:120: error: ‘t_class’ has not been declared</div><div>/Library/Pd/gem/src/Base/GemBase.h:121: error: ‘t_symbol’ has not been declared</div>

<div>/Library/Pd/gem/src/Base/GemBase.h:121: error: ‘t_atom’ has not been declared</div><div>In file included from pix_freenect.cc:18:</div><div>pix_freenect.h:59: error: ‘t_class’ has not been declared</div><div>pix_freenect.h:59: error: ‘t_class’ has not been declared</div>

<div>pix_freenect.h:65: error: expected `)&#39; before ‘kinect_device_nr’</div><div>pix_freenect.cc:23: error: expected initializer before ‘*’ token</div><div>pix_freenect.cc:23: error: ‘t_float’ was not declared in this scope</div>

<div>pix_freenect.cc:23: error: ‘t_float’ was not declared in this scope</div><div>pix_freenect.cc:23: error: initializer expression list treated as compound expression</div><div>pix_freenect.cc:23: error: expected ‘,’ or ‘;’ before ‘{’ token</div>

<div>make: *** [pix_freenect.o] Error 1</div><div><br></div><div><br></div><div>                    and the rest is a mystery. </div><div><br></div><div><br></div>Sofy <br>
<br><br><div class="gmail_quote">2011/3/25 Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">On Fri, 2011-03-25 at 16:01 +0100, IOhannes zmölnig wrote:<br>
&gt; On 03/25/2011 02:35 PM, Hans-Christoph Steiner wrote:<br>
&gt; &gt; On Thu, 2011-03-24 at 20:17 +0100, IOhannes m zmoelnig wrote:<br>
&gt; &gt;&gt; -----BEGIN PGP SIGNED MESSAGE-----<br>
&gt; &gt;&gt; Hash: SHA1<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; On 2011-03-22 14:26, Hans-Christoph Steiner wrote:<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; but<br>
&gt; &gt;&gt;&gt; right now the plugins stuff is not fully done yet, and people want to<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; how come?<br>
&gt; &gt;<br>
&gt; &gt; How do I use the videoKINECT plugin on Mac OS X?  The [driver( message<br>
&gt; &gt; is not implemented on Mac OS X.<br>
&gt; &gt;<br>
&gt; the driver message _is_ implemented on all platforms.<br>
&gt; that&#39;s the entire idea of the plugin architecture, to get away from<br>
&gt; platform constraints.<br>
&gt;<br>
&gt; the _only_ problem right now is the autobuild process, that currently<br>
&gt; disables the plugin system on OSX, and instead uses the old fixed system<br>
&gt; (hence no &quot;driver&quot; message).<br>
&gt;<br>
&gt; so the prboelm is a trivial one (though it has to be solved).<br>
&gt; if you want you could have a try (i currently do not have any spare time)<br>
<br>
</div></div>I have no idea what needs to be changed.  It looks like you&#39;re the best<br>
candidate for this one, but perhaps you could enlighten us?<br>
<div><div></div><div class="h5"><br>
.hc<br>
<br>
<br>
<br>
_______________________________________________<br>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@iem.at">GEM-dev@iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/gem-dev" target="_blank">http://lists.puredata.info/listinfo/gem-dev</a><br>
</div></div></blockquote></div><br></div>