Nick
Nick
You should check the version of gRPC you are using. In [tests v1.11.0](https://github.com/googlesamples/assistant-sdk-cpp/blob/master/tests/build.sh#L21) has compiled fine.
Potentially that version of gcc is too old.
Does that work if you run `./run_assistant_text`?
Is there any other information you can provide, such as a way to reproduce this error?
It looks like you're using an earlier version of the sample, such as using API version v1alpha1. You may want to consider updating to a newer version which uses v1alpha2...
How are you compiling? Can you not treat warnings as errors?
The make I'm using is ``` GNU Make 4.2.1 Built for x86_64-pc-linux-gnu ```
Are you following the setup guide to get gRPC and Alsa installed?
Overall looks good. I'm going to run it through a CI server just to be safe.
It ended up failing. I've pasted the logs below. ``` + LDFLAGS=-lm + make [MAKE] Generating /tmpfs/src/git/cpp/grpc/libs/opt/pkgconfig/grpc.pc [MAKE] Generating /tmpfs/src/git/cpp/grpc/libs/opt/pkgconfig/gpr.pc [MAKE] Generating /tmpfs/src/git/cpp/grpc/libs/opt/pkgconfig/grpc_unsecure.pc [MAKE] Generating cache.mk [C] Compiling third_party/address_sorting/address_sorting.c [C]...