Hey All,<br><br>I&#39;m trying to get my head around stk by reading through the documentation but I&#39;m having some problems.  In trying to compile an example from <a href="https://ccrma.stanford.edu/software/stk/compile.html">https://ccrma.stanford.edu/software/stk/compile.html</a>, I get the following error:<br>
<br>$ g++ -Wall -D__LITTLE_ENDIAN__ -I/usr/include/stk -o sineosc sineosc.cpp -lstk<br><br>sineosc.cpp:3:22: error: FileLoop.h: No such file or directory<br>sineosc.cpp:7: error: ‘stk’ is not a namespace-name<br>sineosc.cpp:7: error: expected namespace-name before ‘;’ token<br>
<br>I didn&#39;t get the FileLoop.h file with my installation of stk (I&#39;m running Fedora 12 and I have stk, stk-demo, and stk-devel installed, all 4.3.1-10).<br>I don&#39;t know why I get &quot;error: ‘stk’ is not a namespace-name&quot;.<br>
<br>Is the documentation on the stk website out of date?<br>Any help is greatly appreciated.<br><br>Also, I&#39;m looking at stk because I want to experiment with Double Frequency Modulation for sound synthesis, creating instruments that try to match a specific sound as detailed in the attached image.  Can I do this with STK?<br>
<br><br><br><br>