<div dir="ltr">2013/10/15 Husk 00 <span dir="ltr">&lt;<a href="mailto:husk00@gmail.com" target="_blank">husk00@gmail.com</a>&gt;</span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">On Tue, Oct 15, 2013 at 1:06 PM, Antoine Villeret <span dir="ltr">&lt;<a href="mailto:antoine.villeret@gmail.com" target="_blank">antoine.villeret@gmail.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 dir="ltr">hi,<div><br></div><div>the Makefile is from template version 1.0.7 whereas the actual template is 1.0.14</div>


<div>as cw_binaural~ library is written in C++ (at least have .cpp file, I didn&#39;t look at the code) the template needs some tweak to work</div></div></blockquote><div><br></div></div><div>what kind of tweak it needs? I&#39;m not a C coder but I can try to mess a little bit around....can you explain me a bit more please?</div>

</div></div></div></blockquote><div><br></div><div>default makefile is looking to *.c files instead of *.cpp</div><div>all the build rules are made to deal with .c and not .cpp</div><div>this lead to weird behavior like the &quot;make clean&quot; rule would delete all your .cpp sources files listed in the Makefile...</div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im">
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">


<div><br></div><div>also I just tried this and I got :</div><div><div>make: *** Pas de règle pour fabriquer la cible « cw_binaural~.so », nécessaire pour « all ». Arrêt.</div></div></div></blockquote><div><br></div></div>

<div>
I&#39;m not sure to get it </div></div></div></div></blockquote><div>I mean I was trying to build with a tweaked Makefile, but it failed and I don&#39;t know why now...</div><div><br></div><div>btw, I used to include the sources of externals for android directly into my Eclipse project<br>

</div><div>small changes in Android.mk and Application.mk make it very easy to work with external in libpd (it can be built and updated automatically when running the app)</div><div>see the example in libpd and moreover the ScenePlayer source to get started</div>

<div><br></div><div>I could post here an example on how to build C++ external in Eclipse if you need</div><div><br></div><div>cheers</div><div><br></div><div>a</div><div><br></div><div><br></div><div><br></div><div><br></div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>thanks</div><span class="HOEnZb"><font color="#888888"><div>

<br></div><div>husk<br></div></font></span></div><div></div>
</div></div>
</blockquote></div><br></div></div>