You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to compile against ROOT built with c++14 and up (as is necessary for the latest version), the build crashes because the version is fixed to c++11. cmake can actually pick up the required standard for root, it just requires a slightly more modern syntax
a) In all subdirectories, replace
The list can maybe be shortened and it's annoying to have to put it together by trial and error, but it's more robust for various environments
b) Something in the jpacPhoto cmake configurations is a bit off, so in order to pick up the dependence, add one line:
a) In all subdirectories, replace
with
The list can maybe be shortened and it's annoying to have to put it together by trial and error, but it's more robust for various environments
b) Something in the jpacPhoto cmake configurations is a bit off, so in order to pick up the dependence, add one line:
boost/math/quadrature/gauss_kronrod.hpp
and breaks.I have fixes for 1), I can send them to you. I'll try and address 2) by finding a better boost in my system :)
The text was updated successfully, but these errors were encountered: