Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/1465
  
    Interesting...
    ```
    Compiling group: hxcpp_regexp
    clang++ -std=c++11 -DPCRE_STATIC -DSUPPORT_UTF8 
-DSUPPORT_UCP 
-I/usr/share/haxe/lib/hxcpp/3,4,188/project/thirdparty/pcre-7.8 
-c -fvisibility=hidden -g -fpic -fPIC 
-Wno-overflow -DHX_LINUX -DHXCPP_DEBUG 
-DHXCPP_M64 -DHXCPP_VISIT_ALLOCS(haxe) 
-DHXCPP_API_LEVEL=331(haxe) -m64 -DHXCPP_M64 
-I/usr/share/haxe/lib/hxcpp/3,4,188/include ... 
tags=[haxe,static]
     - 
/usr/share/haxe/lib/hxcpp/3,4,188/src/hx/libs/regexp/RegExp.cpp 

     - 
/usr/share/haxe/lib/hxcpp/3,4,188/project/thirdparty/pcre-7.8/pcre_get.c
 
    Error: error: invalid argument '-std=c++11' not allowed with 
'C/ObjC'
    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
    ```


---

Reply via email to