For mac os x version, there's an assert.h in /Library/Frameworks/GStreamer.framework/Headers, which is actually "include/FLAC/assert.h". This will cause problem if "-I/Library/Frameworks/GStreamer.framework/Headers" and "#include <assert.h>", the compiler may not use system's assert.h. ---- Regards, - cee1