<div dir="ltr">I am trying to compile BT2 with Python bindings using Intel18.  I receive the following error during the build:<div><br></div><div>In file included from py-common.c(31):<br>/apps/intel/intelpython3/include/python3.6m/Python.h(149): error #193: zero used for undefined preprocessing identifier "_MSC_VER"<br>  #if _MSC_VER<br>      ^<br><br>In file included from py-common.c(31):<br>/apps/intel/intelpython3/include/python3.6m/Python.h(151): error #193: zero used for undefined preprocessing identifier "__clang__"<br>  #elif __clang__ || __GNUC__<br>        ^<br><br>py-common.c(187): error #3179: deprecated conversion of string literal to char* (should be const char*)<br>      format_exc_func_name = py_exc_tb ? "format_exception" :<br>                                                          ^<br><br>compilation aborted for py-common.c (code 2)<br>make[2]: *** [py-common.lo] Error 1<br>make[2]: Leaving directory `/home/Rocky.Dunlap/babeltrace/babeltrace2-2.0.2/src/py-common'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/Rocky.Dunlap/babeltrace/babeltrace2-2.0.2/src'<br></div><div><br></div><div><br></div><div>Rocky</div></div>