1

プロジェクトで rtaudio を使用したいと考えています。./configure を実行してから make するよう指示する install.txt の指示に従っています。

make を実行すると、大量の警告が表示されます。

$ make
Making all in .
make[1]: Entering directory `/c/Users/Onur/Desktop/Development/rtaudio-4.1.2'
  CXX      RtAudio.lo
In file included from RtAudio.cpp:43:0:
RtAudio.h:585:11: error: 'uintptr_t' does not name a type
   typedef uintptr_t ThreadHandle;
           ^
In file included from RtAudio.cpp:43:0:
RtAudio.h:608:3: error: 'ThreadHandle' does not name a type
   ThreadHandle thread;
   ^
In file included from RtAudio.cpp:3682:0:
c:\mingw\include\audioclient.h:166:50: error: expected constructor, destructor, or type conversion before ';' token
 DEFINE_ENUM_FLAG_OPERATORS(AUDCLNT_STREAMOPTIONS);
                                                  ^
c:\mingw\include\audioclient.h:206:13: error: '_In_' has not been declared
             _In_  AUDCLNT_SHAREMODE ShareMode,
             ^
c:\mingw\include\audioclient.h:206:37: error: expected ',' or '...' before 'ShareMode'
             _In_  AUDCLNT_SHAREMODE ShareMode,
                                     ^

誰かがこれについて私を導くことができれば素晴らしいでしょう.

4

1 に答える 1