Difference between revisions of "256a-fall-2009/iFAQ"
From CCRMA Wiki
(→Questions) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= Music 256a | Fall 2009 | (in)Frequently Asked Questions = | = 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 | + | * please post any [[256a-fall-2009|256a]]-related questions here (we are watching this page), we will answer either in email or on this page |
+ | |||
== Questions == | == Questions == | ||
* (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 | ||
+ | |||
+ | -Jesse |
Latest revision as of 10:43, 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
-Jesse