<div dir="ltr"><div><div><div>Yep,<br><br></div>In order to compile pdvjtools we really need <br></div>pd sources, Gem, pdp and ffmpeg library, <br>although not every external use all of these.<br><br></div><div>Using the sources at svn  <a href="http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/pdvjtools/" target="_blank">http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/pdvjtools/</a><br>

</div><div><div>the Makefile searches for<br>../../pd, ../pdp/include, ../../Gem/src, and /usr/include/ffmpeg<br><br></div><div>A part of install ffmpeg, what I did was <br><br>1-- build a pd-extended using git clones for pd-extended and gem, and a svn checkout for pd-svn, like Full Approach of <a href="http://puredata.info/docs/developer/WorkingWithPdExtendedSources" target="_blank">http://puredata.info/docs/developer/WorkingWithPdExtendedSources</a> and <a href="http://puredata.info/docs/developer/BuildingPdExtended" target="_blank">http://puredata.info/docs/developer/BuildingPdExtended</a> (some problems by missing files but solvable ^)<br>

<br></div><div>and 2-- compile pdvjtools with make clean, make and make install.<br><br></div><div>The first process it&#39;s only to get sources in the right place and configure, but we can do in other ways.<br><br></div>

<div>Here some command lines I did.<br><br>1--<br>sll@nasus:~/perkals/pd/devel$ git clone git://<a href="http://git.code.sf.net/p/pure-data/pd-extended" target="_blank">git.code.sf.net/p/pure-data/pd-extended</a> pd-extended<br>
sll@nasus:~/perkals/pd/devel$ svn checkout svn://<a href="http://svn.code.sf.net/p/pure-data/svn/trunk" target="_blank">svn.code.sf.net/p/pure-data/svn/trunk</a> pd-svn<br>
sll@nasus:~/perkals/pd/devel$ git clone git://<a href="http://git.code.sf.net/p/pd-gem/gem" target="_blank">git.code.sf.net/p/pd-gem/gem</a> gem<br><br>sll@nasus:~/perkals/pd/devel/pd-svn$ mv pd pd-original<br>sll@nasus:~/perkals/pd/devel/pd-svn$ ln -s ../pd-extended pd<br>

sll@nasus:~/perkals/pd/devel/pd-svn$ ln -s ../gem Gem<br>sll@nasus:~/perkals/pd/devel/pd-svn/externals$ ln -s ../../gem Gem<br><br>sll@nasus:~/perkals/pd/devel/pd-svn/packages/linux_make$ make clean &amp;&amp; make install<br>

</div><div>(^ here I found some missing files like iemlib.h over some folders and replaced for a existing one, and a simple file creation for the missing help patches)<br></div><div><br></div><div>2--<br>sll@nasus:~/perkals/pd/devel/pd-svn/externals/pdvjtools$ make clean<br>
sll@nasus:~/perkals/pd/devel/pd-svn/externals/pdvjtools$ make<br>
sll@nasus:~/perkals/pd/devel/pd-svn/externals/pdvjtools$ make install<br><br></div><div>At the end, each external folder should contain the binay pd_linux file.<br></div><div><br></div><div>As I mentioned before, this is a the way I used to compile pdvjtools today, but no all the steps listed at 1-- are necessary.<br>
</div><div>There is also the possibility to compile each external from its own Makefile.<br></div><div><br></div><div></div><div>I hope it helps.<br><br>S.<br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Oct 15, 2013 at 8:22 PM, Antonio Roberts <span dir="ltr">&lt;<a href="mailto:antonio@hellocatfood.com" target="_blank">antonio@hellocatfood.com</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; Pd-0.43.0 (&quot;&quot;) compiled 11:56:34 Jun 16 2011<br>
&gt; and<br>
&gt; Pd-0.44.0 (&quot;extended-20131015&quot;) compiled 11:42:24 Oct 15 2013<br>
&gt; through full approach sources -<br>
&gt; <a href="http://puredata.info/docs/developer/WorkingWithPdExtendedSources" target="_blank">http://puredata.info/docs/developer/WorkingWithPdExtendedSources</a><br>
&gt; and linux_make build -<br>
&gt; <a href="http://puredata.info/docs/developer/BuildingPdExtended" target="_blank">http://puredata.info/docs/developer/BuildingPdExtended</a><br>
<br>
</div>Do you have a list of the commands you used? I not sure what you mean<br>
by what you said above<br>
<br>
Kind regards,<br>
<br>
Antonio<br>
<div><div class="h5"><br>
On 15 October 2013 14:22, Sergi Lario &lt;<a href="mailto:slario@gmail.com">slario@gmail.com</a>&gt; wrote:<br>
&gt; Hi pd-list,<br>
&gt;<br>
&gt; I tested pdvjtools on Ubuntu 12.04 x86_64 GNU/Linux today.<br>
&gt;<br>
&gt; colorgrid, videogrid and pix_preview should compile and run fine.<br>
&gt;<br>
&gt; I tested these externals with<br>
&gt;<br>
&gt; Pd-0.43.0 (&quot;&quot;) compiled 11:56:34 Jun 16 2011<br>
&gt; and<br>
&gt; Pd-0.44.0 (&quot;extended-20131015&quot;) compiled 11:42:24 Oct 15 2013<br>
&gt; through full approach sources -<br>
&gt; <a href="http://puredata.info/docs/developer/WorkingWithPdExtendedSources" target="_blank">http://puredata.info/docs/developer/WorkingWithPdExtendedSources</a><br>
&gt; and linux_make build -<br>
&gt; <a href="http://puredata.info/docs/developer/BuildingPdExtended" target="_blank">http://puredata.info/docs/developer/BuildingPdExtended</a><br>
&gt;<br>
&gt; I hope you can make it run too.<br>
&gt;<br>
&gt; greetings,<br>
&gt;<br>
&gt; S.<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; ----------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt; Message: 1<br>
&gt;&gt; Date: Tue, 8 Oct 2013 10:43:43 -0400<br>
&gt;&gt; From: &quot;Patrick Pagano&quot; &lt;<a href="mailto:bigswift@ufl.edu">bigswift@ufl.edu</a>&gt;<br>
&gt;&gt; Subject: Re: [PD] Alternative to pdp_colorgrid?<br>
&gt;&gt; To: &quot;&#39;Antonio Roberts&#39;&quot; &lt;<a href="mailto:antonio@hellocatfood.com">antonio@hellocatfood.com</a>&gt;<br>
&gt;&gt; Cc: &#39;PD List&#39; &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;<br>
&gt;&gt; Message-ID: &lt;01da01cec434$c955a5e0$5c00f1a0$@<a href="http://ufl.edu" target="_blank">ufl.edu</a>&gt;<br>
&gt;&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;&gt;<br>
&gt;&gt; I have had trouble with it too, I?ll check my folder for a binary tonight<br>
&gt;&gt; and send it to ya<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; pp<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; From: <a href="mailto:bv3000@gmail.com">bv3000@gmail.com</a> [mailto:<a href="mailto:bv3000@gmail.com">bv3000@gmail.com</a>] On Behalf Of Antonio<br>
&gt;&gt; Roberts<br>
&gt;&gt; Sent: Tuesday, October 08, 2013 10:39 AM<br>
&gt;&gt; To: Patrick Pagano<br>
&gt;&gt; Cc: PD List; Pagano, Patrick<br>
&gt;&gt; Subject: RE: [PD] Alternative to pdp_colorgrid?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve had trouble compiling that. Does it only work with pd-l2ork?<br>
&gt;&gt;<br>
&gt;&gt; Le 8 oct. 2013 15:06, &quot;Patrick Pagano&quot; &lt;<a href="mailto:bigswift@ufl.edu">bigswift@ufl.edu</a>&gt; a ?crit :<br>
&gt;&gt;<br>
&gt;&gt; <a href="https://github.com/pd-l2ork/pd/tree/master/externals/pdvjtools" target="_blank">https://github.com/pd-l2ork/pd/tree/master/externals/pdvjtools</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -----Original Message-----<br>
&gt;&gt; From: <a href="mailto:bv3000@gmail.com">bv3000@gmail.com</a> [mailto:<a href="mailto:bv3000@gmail.com">bv3000@gmail.com</a>] On Behalf Of Antonio<br>
&gt;&gt; Roberts<br>
&gt;&gt; Sent: Saturday, September 28, 2013 6:33 AM<br>
&gt;&gt; To: Pagano, Patrick<br>
&gt;&gt; Cc: PD List<br>
&gt;&gt; Subject: Re: [PD] Alternative to pdp_colorgrid?<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m running pd-extended 0.43.4 on Ubuntu Linux 13.04 and pdp_colorgrid<br>
&gt;&gt; isn&#39;t<br>
&gt;&gt; there<br>
&gt;&gt;<br>
&gt;&gt; On 28 September 2013 05:02, Pagano, Patrick &lt;<a href="mailto:pat@digitalworlds.ufl.edu">pat@digitalworlds.ufl.edu</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Run Linux and its there! I gave up on pdp on Mac because if the<br>
&gt;&gt; &gt; problems with the license. It has great effects though<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Patrick Pagano B.S,M.F.A<br>
&gt;&gt; &gt; Asst. in Digital Art and Science<br>
&gt;&gt; &gt; Digital Worlds Institute<br>
&gt;&gt; &gt; University of Florida<br>
&gt;&gt; &gt; <a href="tel:%28352%29%20294-2020" value="+13522942020">(352) 294-2020</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Sep 27, 2013, at 10:29 PM, &quot;Antonio Roberts&quot;<br>
&gt;&gt; &gt; &lt;<a href="mailto:antonio@hellocatfood.com">antonio@hellocatfood.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; Hi pd list,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Is there an alternative object to pdp_colorgrid? I believe it was in<br>
&gt;&gt; &gt;&gt; pidipi (which has removed in the latest pdextended) and also in<br>
&gt;&gt; &gt;&gt; pdvjtools (doesn&#39;t compile). It would be great to have it back or<br>
&gt;&gt; &gt;&gt; have an alternative!<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Antonio<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; ============================<br>
&gt;&gt; &gt;&gt; <a href="mailto:antonio@hellocatfood.com">antonio@hellocatfood.com</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.hellocatfood.com" target="_blank">http://www.hellocatfood.com</a><br>
&gt;&gt; &gt;&gt; ============================<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<div class="HOEnZb"><div class="h5">&gt;<br>
<br>
<br>
<br>
--<br>
============================<br>
<a href="mailto:antonio@hellocatfood.com">antonio@hellocatfood.com</a><br>
<a href="http://www.hellocatfood.com" target="_blank">http://www.hellocatfood.com</a><br>
============================<br>
</div></div></blockquote></div><br></div></div>