I'm trying to build the OSX Firebreath plugin. It builds just fine if I set the target OS to 10.8, but if I try to move it back to 10.6, I get the following error message:
/Users/dwiedeback/Github/plugin-dev/
firebreath/src/libs/log4cplus/include/
log4cplus/internal/internal.h:142:8:
error: thread-local storage is unsupported for the current target
Not sure why thread-local storage isn't supported for 10.6. Has anyone run into this with Firebreath?