Previous issue: TritonDataCenter/pkgsrc-wip#97
Either we need to patch usage of C++11 in LLDB code base, or select clang 6 or gcc 6 to compile it with c++11 flag. I would go with CC=$(which clang) CXX=$(which clang++) make ... option, as it is working out for other distros.
Previous issue: TritonDataCenter/pkgsrc-wip#97
Either we need to patch usage of C++11 in LLDB code base, or select clang 6 or gcc 6 to compile it with c++11 flag. I would go with
CC=$(which clang) CXX=$(which clang++) make ...option, as it is working out for other distros.