Just a follow up from before. Changing the GCC version back to what it was originally, seems to have fixed the issue I was seeing. Apparently I made a mistake by referring to the previous version as 4.8.5 (It was actually 4.9.2). After running scl enable devtoolset-3 bash
(Which switches between versions by setting the default compiler and cmake version to the one from devtoolset-3) the draw_strips.cc script finally started outputting the histograms I was expecting. Thanks for all the help!
1 Like