Hi peps,
i am trying to compile dolphin svn r4710 on my intel mac running leopard. i have successfully compiled older revisions but when i try to compile this one i get an error. here i what it says:
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: Build/Darwin-i386-release
Compiling Build/Darwin-i386-release/Source/Core/AudioCommon/Src/CoreAudioSoundStream.o
Source/Core/AudioCommon/Src/Mixer.h:29: warning: 'class CMixer' has virtual functions but non-virtual destructor
Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp: In function 'OSStatus callback(void*, AudioUnitRenderActionFlags*, const AudioTimeStamp*, UInt32, UInt32, AudioBufferList*)':
Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp:29: warning: unused variable 'remaining'
Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp: In member function 'bool CoreAudioSound::CoreAudioInit()':
Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp:91: error: 'kAudioUnitProperty_ShouldAllocateBuffer' was not declared in this scope
scons: *** [Build/Darwin-i386-release/Source/Core/AudioCommon/Src/CoreAudioSoundStream.o] Error 1
scons: building terminated because of errors.
can someone please help?
thx in advance.
i am trying to compile dolphin svn r4710 on my intel mac running leopard. i have successfully compiled older revisions but when i try to compile this one i get an error. here i what it says:
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: Build/Darwin-i386-release
Compiling Build/Darwin-i386-release/Source/Core/AudioCommon/Src/CoreAudioSoundStream.o
Source/Core/AudioCommon/Src/Mixer.h:29: warning: 'class CMixer' has virtual functions but non-virtual destructor
Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp: In function 'OSStatus callback(void*, AudioUnitRenderActionFlags*, const AudioTimeStamp*, UInt32, UInt32, AudioBufferList*)':
Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp:29: warning: unused variable 'remaining'
Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp: In member function 'bool CoreAudioSound::CoreAudioInit()':
Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp:91: error: 'kAudioUnitProperty_ShouldAllocateBuffer' was not declared in this scope
scons: *** [Build/Darwin-i386-release/Source/Core/AudioCommon/Src/CoreAudioSoundStream.o] Error 1
scons: building terminated because of errors.
can someone please help?
thx in advance.
Checkout my latest project ( it is a program that downloads and compiles dolphin on mac and linux now): http://code.google.com/p/dolphin-emu-downloader (It's unofficial and maintained by me, not the dolphin dev team)