Bug 446263

Summary: `make` command failing when building on Centos 7.9
Product: [Applications] Heaptrack Reporter: EC <edcoronado.17>
Component: generalAssignee: Milian Wolff <mail>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Installation log when running ` make -j$(nproc)`

Description EC 2021-11-30 02:13:55 UTC
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
Comment 1 Milian Wolff 2021-12-02 10:01:16 UTC
please get in touch with Centos support forums and learn how to install and use a newer devtoolset that supports more modern C++