Hi,
I am attempting to compile the Android Emulator 20071212 release on a
MacBook running OS X 10.4.11, but I keep getting the following error:
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
_AudioDeviceAddIOProc
_AudioDeviceGetProperty
_AudioDeviceRemoveIOProc
_AudioDeviceSetProperty
_AudioDeviceStart
_AudioDeviceStop
_AudioHardwareGetProperty
I realize this is a linker error, and I also have found suggestions to
similar issues for other projects that suggest setting LDFLAGS = -
framework CoreAudio
I tried editing the SDL makefile to do this, but my changes are
getting overwritten b/c after attempting the compile, when I reopen
the SDL makefile, my -framework CoreAudio change is no longer there.
Any suggestions?
Thanks in Advance,