Closed fortizc closed 4 years ago
Hi @fortizc, thanks for reporting this. Until recently we were stuck with older compilers, for other reasons (#947). We are catching up now and there are PRs up to update grpc and fix compilation issues.
@ricab thank you for the quick reply! I was testing some fix and add -DFMT_USE_USER_DEFINED_LITERALS=0
as compile option solves the problem with {fmt}
@fortizc Interesting, thanks for letting us know!
I believe this is fixed now after updating the submodules. I'm closing this, but please reopen if it still occurs with the latest master.
Hi, I have some issues with the submodules in Multipass. I try to follow the README.md instructions but 2 problems appear:
The first problem is with {fmt} the problem is the
-pedantic
flag in Multipass CMakeLists.txt, it seems {fmt} doesn't support it. If you try to compile you will something like this:All works if I remove
-pendantic
flag from CMakeList.txtThe second problem is with gRPC, if you try to compile you will see this:
This problem was fixed by this PR if you apply those changes to the gRPC in Multipass all works again.
I try with both GCC 9.2.1 and Clang 9.0.0-2