<div>Hi folks, I&#39;m trying to work through the tutorials, and can&#39;t get the rtsine one to compile on linux. I have successfully compiled the RtAudio package separately and been able to run the tests, and have been able to compile the tutorials up to rtsine, but on this one I get the following:<br>
</div><div><br></div><div>g++ -Wall -D__LINUX_JACK__ -D__LITTLE_ENDIAN__ -o rtsine RtAudio.cpp rtsine.cpp -lpthread -ljack -lrt -lstk -L/usr/lib/stk -I/usr/include/stk</div><div><br></div><div>In file included from /usr/include/stk/RtWvOut.h:6,<br>
                 from rtsine.cpp:13:<br>/usr/include/stk/Mutex.h:67: error: ‘MUTEX’ does not name a type<br>/usr/include/stk/Mutex.h:68: error: ‘CONDITION’ does not name a type<br><br></div><div>Anyone have any idea what might be wrong there? I built STK with the --with-jack flag, and as have compiled other projects using jack and pthread so I&#39;m lost! The flags above are the same ones I&#39;m using for the other stk tutorials, so I know the stk files are being found ok.</div>
<div><br></div><div>thanks</div><div>Iain</div>