use CFLAGS='-std=c99' pip install gevent
to fix this.
on OS X 10.11, clang uses c11 as the default, so just turn it back to c99.
use CFLAGS='-std=c99' pip install gevent
to fix this.
on OS X 10.11, clang uses c11 as the default, so just turn it back to c99.