<div dir="ltr">Well, even after &quot;make&quot; and &quot;make install&quot; ran successfully, I still can&#39;t get FIR to work. The error message is:<div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">[<a href="http://prcconv.ck">prcconv.ck</a>]:line(7): undefined type &#39;FIR&#39;...<br>[<a href="http://prcconv.ck">prcconv.ck</a>]:line(7): ... in declaration ...</blockquote></div><div><br></div><div>Thanks in advance!</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 28, 2014 at 10:54 PM, Jean Menezes da Rocha <span dir="ltr">&lt;<a href="mailto:jean@menezesdarocha.info" target="_blank">jean@menezesdarocha.info</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">Thank you Spencer, the thing built smoothly!<div><br></div><div>Now for some ChucKing!</div><div><br></div><div>Best wishes!</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 28, 2014 at 10:49 PM, Spencer Salazar <span dir="ltr">&lt;<a href="mailto:spencer@ccrma.stanford.edu" target="_blank">spencer@ccrma.stanford.edu</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 Jean,<div><br></div><div>There was an error in the makefile (caused by some updates to the chuck source that didn&#39;t get moved to the chugin souce). I have committed a fix to the chugins repository on github, so if you pull from origin and try again, it should build successfully. </div><div><br></div><div>spencer</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Wed, Nov 26, 2014 at 11:50 PM, Jean Menezes da Rocha <span dir="ltr">&lt;<a href="mailto:jean@menezesdarocha.info" target="_blank">jean@menezesdarocha.info</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">Hello, fellow ChucKers,<div><br></div><div>I cloned the ccrma/chugins repo from github. When I try to &quot;make linux&quot;, the following error log appears:<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">CHUCK_STRICT=1 make -C ABSaturator/ linux<br>make[1]: Entering directory &#39;/home/jean/sandbox/chugins/ABSaturator&#39;<br>g++ -D__LINUX_ALSA__ -I../chuck/include/ -fPIC -O3 -Werror -c -o ABSaturator.o ABSaturator.cpp<br>In file included from ../chuck/include/chuck_oo.h:43:0,<br>                 from ../chuck/include/chuck_dl.h:41,<br>                 from ABSaturator.cpp:27:<br>../chuck/include/util_thread.h:81:17: error: ‘THREAD_FUNCTION’ has not been declared<br>     bool start( THREAD_FUNCTION routine, void * ptr = NULL );<br>                 ^<br>../chuck/include/util_thread.h:94:5: error: ‘THREAD_HANDLE’ does not name a type<br>     THREAD_HANDLE thread;<br>     ^<br>../chuck/include/util_thread.h: In member function ‘void XThread::clear()’:<br>../chuck/include/util_thread.h:91:20: error: ‘thread’ was not declared in this scope<br>     void clear() { thread = 0; }<br>                    ^<br>../chuck/include/util_thread.h: At global scope:<br>../chuck/include/util_thread.h:115:5: error: ‘MUTEX’ does not name a type<br>     MUTEX mutex;<br>     ^<br>In file included from ../chuck/include/chuck_dl.h:41:0,<br>                 from ABSaturator.cpp:27:<br>../chuck/include/chuck_oo.h:485:28: error: ‘THREAD_TYPE’ has not been declared<br>     static THREAD_RETURN ( THREAD_TYPE writeStr_thread ) ( void *data );<br>                            ^<br>../chuck/include/chuck_oo.h:485:71: error: ISO C++ forbids declaration of ‘THREAD_RETURN’ with no type [-fpermissive]<br>     static THREAD_RETURN ( THREAD_TYPE writeStr_thread ) ( void *data );<br>                                                                       ^<br>../chuck/include/chuck_oo.h:485:71: error: ‘THREAD_RETURN’ declared as function returning a function<br>../chuck/include/chuck_oo.h:486:28: error: ‘THREAD_TYPE’ has not been declared<br>     static THREAD_RETURN ( THREAD_TYPE writeInt_thread ) ( void *data );<br>                            ^<br>../chuck/include/chuck_oo.h:486:71: error: ISO C++ forbids declaration of ‘THREAD_RETURN’ with no type [-fpermissive]<br>     static THREAD_RETURN ( THREAD_TYPE writeInt_thread ) ( void *data );<br>                                                                       ^<br>../chuck/include/chuck_oo.h:486:71: error: ‘THREAD_RETURN’ declared as function returning a function<br>../chuck/include/chuck_oo.h:487:28: error: ‘THREAD_TYPE’ has not been declared<br>     static THREAD_RETURN ( THREAD_TYPE writeFloat_thread ) ( void *data );<br>                            ^<br>../chuck/include/chuck_oo.h:487:73: error: ISO C++ forbids declaration of ‘THREAD_RETURN’ with no type [-fpermissive]<br>     static THREAD_RETURN ( THREAD_TYPE writeFloat_thread ) ( void *data );<br>                                                                         ^<br>../chuck/include/chuck_oo.h:487:73: error: ‘THREAD_RETURN’ declared as function returning a function<br>makefile:102: recipe for target &#39;ABSaturator.o&#39; failed<br>make[1]: *** [ABSaturator.o] Error 1<br>make[1]: Leaving directory &#39;/home/jean/sandbox/chugins/ABSaturator&#39;<br>makefile:30: recipe for target &#39;ABSaturator/ABSaturator.chug&#39; failed<br>make: *** [ABSaturator/ABSaturator.chug] Error 2</blockquote><br>What do you think?<div><br></div><div>Best regards!</div><span><font color="#888888"><div><br>-- <br>Jean Menezes da Rocha<br>Compositor<br>Professor -- Faculdades Est<br>Mestre e Doutorando em Composição pela Universidade Federal da Bahia</div></font></span></div></div>
<br></div></div>_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu" target="_blank">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
<br></blockquote></div><span><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr"><div><div dir="ltr"><div style="font-family:arial;font-size:small"><br></div><div style="font-family:arial;font-size:small">Spencer Salazar<br></div><div style="font-family:arial;font-size:small">Doctoral Candidate</div><div style="font-family:arial;font-size:small">Center for Computer Research in Music and Acoustics</div><div style="font-family:arial;font-size:small">Stanford University</div><div style="font-family:arial;font-size:small"><a href="https://ccrma.stanford.edu/~spencer/" target="_blank">https://ccrma.stanford.edu/~spencer/</a><br></div><div><br></div></div></div></div></div>
</font></span></div>
<br>_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu" target="_blank">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr"><span style="color:rgb(136,136,136)">Jean Menezes da Rocha</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Compositor</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Professor -- Faculdades Est</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Mestre e Doutorando em Composição pela Universidade Federal da Bahia</span><br></div></div>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><span style="color:rgb(136,136,136)">Jean Menezes da Rocha</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Compositor</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Professor -- Faculdades Est</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Mestre e Doutorando em Composição pela Universidade Federal da Bahia</span><br></div></div>
</div>