ARM-software / gator

Sources for Arm Streamline's gator daemon, part of Arm Mobile Studio suite of performance analysis tools
https://www.arm.com/products/development-tools/graphics/arm-mobile-studio
133 stars 70 forks source link

Fix build GCC 11.3 #41

Closed clementperon closed 1 year ago

clementperon commented 1 year ago

I suppose that ARM use Clang as internal compiler, I tried to bump gator and got issue with the set_if_not_null template when building with GCC.

bengaineyarm commented 1 year ago

Hi @clementperon ; actually we do test GCC7 and GCC12 along with clang. In this case though, the failure happens because you are using a later version of protobuf than we are building against.

Since we are in the process of validating the 8.5 release, I will hold of merging this, then I will provide a patch which resolves this and the boost version as well.

bengaineyarm commented 1 year ago

Resolved by other PR