I'm getting the following error. I've done a brew install for sdl, but that doesn't seem to help it find the source I guess.
Also, does audiostream have "hooks" to read output from PD? I'd like to be able to use fiddle~ for example, feed it mic input, and get midi output.
building 'audiostream.core' extension
/usr/bin/gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -Os -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/include/SDL -I. -I/usr/include/SDL -I/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c audiostream/core.c -o build/temp.macosx-10.6-x86_64-2.7/audiostream/core.o -ggdb -O2
audiostream/core.c:303:17: error: SDL.h: No such file or directory
audiostream/core.c:304:23: error: SDL_mixer.h: No such file or directory