Created attachment 144075 [details] Installation log when running ` make -j$(nproc)` SUMMARY I am running Centos 7.9 and getting the errors in the `install.log` attachment when running the `make -j$(nproc)` command. It is mostly a lot of c++11 errors. Would appreciate any workaround to installing in Centos 7.9. STEPS TO REPRODUCE 1. Clone the heaptrack repo 2. Run `mkdir build; cd build;` 3. Run `cmake -DCMAKE_BUILD_TYPE=Release ..` 4. Run ` make -j$(nproc)` OBSERVED RESULT All the errors in the `install.log` attachment EXPECTED RESULT Should compile correctly SOFTWARE/OS VERSIONS Linux: Centos 7.9.2009
please get in touch with Centos support forums and learn how to install and use a newer devtoolset that supports more modern C++