Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build basic zt #284

Open
msbroadf opened this issue Nov 13, 2024 · 0 comments
Open

Cannot build basic zt #284

msbroadf opened this issue Nov 13, 2024 · 0 comments

Comments

@msbroadf
Copy link

Building libzt from source seems to be broken both with master and also with tag 1.8.10

Build box: Ubuntu 24.04.1 LTS (x86_64)
Commands:

git clone https://github.com/zerotier/libzt.git
cd libzt
git submodule update --init
./build.sh host "release"

...


libzt/ext/ZeroTierOne/ext/prometheus-cpp-lite-1.0/core/include/prometheus/family.h:309:24: error: ‘invalid_argument’ is not a member of ‘std’
  309 |             throw std::invalid_argument("Label name already present in constant labels");
      |                        ^~~~~~~~~~~~~~~~
libzt/ext/ZeroTierOne/ext/prometheus-cpp-lite-1.0/core/include/prometheus/family.h:309:24: note: ‘std::invalid_argument’ is defined in header ‘<stdexcept>’; did you forget to ‘#include <stdexcept>’?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant