Difference between revisions of "256a-fall-2009/iFAQ"

From CCRMA Wiki
Jump to: navigation, search
(Questions)
Line 7: Line 7:
 
* (example) should I post potentially infrequently asked questions here? (ge)
 
* (example) should I post potentially infrequently asked questions here? (ge)
 
** reply: yes (ge)
 
** reply: yes (ge)
 +
 +
 +
* I am unable to compile the example "hellosine" from the web page on the computers in the ccrma computer lab. I get the errors:
 +
 +
g++ -D__MACOSX_CORE__ -c HelloSine.cpp
 +
In file included from HelloSine.cpp:1:
 +
RtAudio.h:626:37: error: CoreAudio/AudioHardware.h: No such file or directory
 +
In file included from HelloSine.cpp:1:
 +
RtAudio.h:648: error: ‘AudioDeviceID’ has not been declared
 +
make: *** [HelloSine.o] Error 1

Revision as of 11:41, 30 September 2009

Music 256a | Fall 2009 | (in)Frequently Asked Questions

  • please post any 256a-related questions here (we are watching this page), we will answer either in email or on this page


Questions

  • (example) should I post potentially infrequently asked questions here? (ge)
    • reply: yes (ge)


  • I am unable to compile the example "hellosine" from the web page on the computers in the ccrma computer lab. I get the errors:

g++ -D__MACOSX_CORE__ -c HelloSine.cpp In file included from HelloSine.cpp:1: RtAudio.h:626:37: error: CoreAudio/AudioHardware.h: No such file or directory In file included from HelloSine.cpp:1: RtAudio.h:648: error: ‘AudioDeviceID’ has not been declared make: *** [HelloSine.o] Error 1