Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7503

C/C++ • google cloud cpp secret manager

$
0
0
Anyone know how to build/install google cloud cpp secret manager library and use in meson project. I have built them as per what i have have found.

Code:

sudo apt install build-essential pkg-config cmake git curl unzipgit clone https://github.com/microsoft/vcpkg.gitexport VCPKG_FORCE_SYSTEM_BINARIES=1cd vcpkg/bootstrap-vcpkg.sh -disableMetrics./vcpkg install google-cloud-cpp[core,secretmanager]
But meson dependency does not fine them

Code:

../meson.build:41:20: ERROR: Dependency "google_cloud_cpp_secretmanager" not found, tried pkgconfig and cmake
even with PKG_CONG_PATH, LIBRARY_PATH and CPATH set.

pkg-config google_cloud_cpp_secretmanager never returns to prompt (--debug seems to show it endlessly loop)

Statistics: Posted by wkeeling — Wed Feb 25, 2026 10:44 pm — Replies 0 — Views 19



Viewing all articles
Browse latest Browse all 7503

Trending Articles