Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1465
Interesting...
```
[33;1mCompiling group: hxcpp_regexp[0m
[1mclang++ -std=c++11[0m [1m-DPCRE_STATIC[0m [1m-DSUPPORT_UTF8[0m
[1m-DSUPPORT_UCP[0m
[0m-I/usr/share/haxe/lib/hxcpp/3,4,188/project/thirdparty/pcre-7.8[0m
[0m-c[0m [0m-fvisibility=hidden[0m [0m-g[0m [0m-fpic[0m [0m-fPIC[0m
[0m-Wno-overflow[0m [1m-DHX_LINUX[0m [1m-DHXCPP_DEBUG[0m
[1m-DHXCPP_M64[0m [1m-DHXCPP_VISIT_ALLOCS[0m[2m(haxe)[0m
[1m-DHXCPP_API_LEVEL=331[0m[2m(haxe)[0m [0m-m64[0m [1m-DHXCPP_M64[0m
[0m-I/usr/share/haxe/lib/hxcpp/3,4,188/include[0m [2m...[0m
[2mtags=[haxe,static][0m
[2m-[0m
[33m/usr/share/haxe/lib/hxcpp/3,4,188/src/hx/libs/regexp/[33;1mRegExp.cpp[0m
[3m[0m
[2m-[0m
[33m/usr/share/haxe/lib/hxcpp/3,4,188/project/thirdparty/pcre-7.8/[33;1mpcre_get.c[0m
[3m[0m
[31;1mError:[0m [1merror: invalid argument '-std=c++11' not allowed with
'C/ObjC'[0m[0m
src/Arguments.hx:95: characters 43-61 : Warning : Use programPath instead
Error: Build failed
Makefile:651: recipe for target 'bin/Main-debug' failed
make[2]: *** [bin/Main-debug] Error 1
make[2]: Leaving directory '/thrift/src/test/haxe'
Makefile:619: recipe for target 'check-recursive' failed
```
---