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

Gator Daemon doesn't build with recent protobuf #49

Open clementperon opened 6 months ago

clementperon commented 6 months ago

Hi,

Gator daemon use protobuf logging header file. Which has been dropped in recent Protobuf release They moved to ABSEIL Logging

See: https://github.com/protocolbuffers/protobuf/commit/a9f1ea6371c108876649f27a5940a59cc8594768

Issue is this header is no more found here: https://github.com/ARM-software/gator/blob/e2a71c38e007d5713d1b8bd638e3018e8ee2f93f/daemon/logging/logging.cpp#L17

Blame: @bengaineyarm

bengaineyarm commented 6 months ago

Thanks @clementperon - i'll raise this up internally.