-
Notifications
You must be signed in to change notification settings - Fork 44
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
make run_assistant failed. #38
Comments
It looks like you didn't clone or compile the protos first? Can you confirm that you have the |
Yes I have checked..it is there
…On Tue, 7 Aug 2018, 23:21 Nick, ***@***.***> wrote:
It looks like you didn't clone or compile the protos first? Can you
confirm that you have the googleapis directory?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ad-rXxp5IUtTRTF4AxIdiM1a6mDtJdsxks5uOdO1gaJpZM4Vxz5r>
.
|
I've scheduled a CI build to see if I can reproduce. Have you synced with the most recent changes to the Makefile? If so, maybe going back a few commits may yield better results. I know the most recent PR made some changes to the Makefile.
|
Is your issue related to #35? Can you delete the |
I have deleted the directory before logging an issue. Will check with
recent changes after updating codebase... thanks
…On Thu, 9 Aug 2018, 06:23 Nick, ***@***.***> wrote:
Is your issue related to #35
<#35>? Can you
delete the googleapis/google/ads directory and see if there's an issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ad-rX633SNm3v_c_dSXCSTfAmDWDyPO6ks5uO4fzgaJpZM4Vxz5r>
.
|
Thanks Fleker...Now the build error is solved by taking the recent commit.
sakthi@indbrnblx039:~/Linux-Google-Home/assistant-sdk-cpp ((f88a48e...))$sudo ./get_credentials.sh Please go to the following link to authorize, and copy back the code here: |
You may need to first setup an OAuth consent screen |
Just followed the readme and try to build the run_assistant..getting an error?
Please help to check what is the issue?
~/Linux-Google-Home/assistant-sdk-cpp$ make run_assistant
find:
/googleapis/gens/google/api': No such file or directory find:
/googleapis/gens/google/rpc': No such file or directoryfind: `/googleapis/gens/google/type': No such file or directory
protoc -I=./googleapis/google/assistant/embedded/v1alpha2 --proto_path=.:./googleapis
--cpp_out=/googleapis/gens/google/assistant/embedded/v1alpha2
--grpc_out=/googleapis/gens/google/assistant/embedded/v1alpha2
--plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin
./googleapis/google/assistant/embedded/v1alpha2/embedded_assistant.proto
/googleapis/gens/google/assistant/embedded/v1alpha2/: No such file or directory
make: *** [/googleapis/gens/google/assistant/embedded/v1alpha2/embedded_assistant.pb.cc] Error 1
__git_ps1: command not found
The text was updated successfully, but these errors were encountered: