drachtio / drachtio-freeswitch-modules

A collection of open-sourced freeswitch modules that I use in various drachtio applications
MIT License
172 stars 119 forks source link

Googleapis files not being found when making mod_google_tts #51

Closed Brendahnyaringita closed 3 years ago

Brendahnyaringita commented 3 years ago

Hi, I keep getting this error at the step of making mod_google_tts.

Is there any change to the version og googleapis used? I'm using "git clone -b dialogflow-v2-support https://github.com/davehorton/googleapis"

ERROR:

making all mod_google_tts make[4]: Entering directory `/usr/local/src/freeswitch/src/mod/applications/mod_google_tts' CC mod_google_tts_la-mod_google_tts.lo CXX mod_google_tts_la-google_glue.lo google_glue.cpp:6:60: fatal error: google/cloud/texttospeech/v1/cloud_tts.grpc.pb.h: No such file or directory

include "google/cloud/texttospeech/v1/cloud_tts.grpc.pb.h"

davehorton commented 3 years ago

build using the master branch

Brendahnyaringita commented 3 years ago

Solved this :) I had a conflict in my protobuf versions that were not generating the proto files. Used this guide to resolve incase anyone else faces this - https://github.com/FRRouting/frr/issues/7068