-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: ‘RtAudioError’ does not name a type #1
Comments
It should be defined in 'RtAudio.h' Try this on cmdline to see where your RTAudio library package is: pkg-config --cflags If your RTAudio library in not in '/usr/local/include/rtaudio', you could add to Makefile like this: INCLUDE= -I/usr/local/include -I/home/you/API_Cpp-master/libsofa/dependencies/include/ -I/home/you/API_Cpp-master/libsofa/src/ I've edited the Makefile also. |
thanks for your reply I have temporarily blocked the error mechanism and occured another question:There is no sound card on the server, |
From your edited reply, it compiles ok now, but RTAudio can't find an audio card. Are you able to confirm RTAudio works with your hardware ? It should be able to work with either alsa, pulseaudio or jack setups ? |
The compile problem you were having may be due to RTAudio versioning, have moded 2 files to suit RTAudio v6.01, Let us know if it compiles now ? It won't fix any hardware issues though. |
hi,
there is a mistake when i compile gc_rtaudio.cpp file " catch ( RtAudioError &e ) " ,
error: ‘RtAudioError’ does not name a type
I can't find where ‘RtAudioError’ is defined ?
The text was updated successfully, but these errors were encountered: