1 message in com.googlegroups.android-internalsCoreAudio linker error
FromSent OnAttachments
Android_Feverista06 Feb 2008 22:15 
Subject:CoreAudio linker error
From:Android_Feverista (mwes@gmail.com)
Date:02/06/2008 10:15:01 PM
List:com.googlegroups.android-internals

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,