Have you got some out of date libraries? I don't have a bookworm rpi to test on. Is this what you mean?^^^the above from a bullseye rpi using gcc 13.2.0 (which may be more verbose than 12.2.0). ie: the problem goes away if I either use the system compiler (10.2.1) or add "-std=c++14" to CPPFLAGS.
I have seen more precise matches to your stackoverflow link when performing my (massive) QT build in the past. It's why I have to build a lot of "system" stuff from source and bundle it into the QT build.
Code:
/usr/include/CGAL/double.h: In function ‘std::pair<double, double> CGAL::split_numerator_denominator(double)’:/usr/include/CGAL/double.h:196:37: note: parameter passing for argument of type ‘std::pair<double, double>’ when C++17 is enabled changed to match C++14 in GCC 10.1
I have seen more precise matches to your stackoverflow link when performing my (massive) QT build in the past. It's why I have to build a lot of "system" stuff from source and bundle it into the QT build.
Statistics: Posted by swampdog — Mon Jul 15, 2024 2:41 pm