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

From CCRMA Wiki
Jump to: navigation, search
(Questions)
(Questions)
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
  
 
* I am unable to compile the example "hellosine" from the web page on the computers in the ccrma computer lab. I get the errors:
 
* 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
  
g++ -D__MACOSX_CORE__ -c HelloSine.cpp
+
-Jesse
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
+

Latest revision as of 11: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