drachtio / drachtio-freeswitch-modules

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

fix for mod_awstranscript tocompile properly in FS #39

Closed manum closed 4 years ago

manum commented 4 years ago

Fixed name of folder. Without this you will see the following error when making freeswitch

making all mod_aws_transcribe make[4]: Entering directory '/usr/local/src/freeswitch/src/mod/applications/mod_aws_transcribe' CXX mod_aws_transcribe_la-aws_transcribe_glue.lo aws_transcribe_glue.cpp:19:10: fatal error: aws/transcribestreaming/TranscribeStreamingServiceClient.h: No such file or directory

include <aws/transcribestreaming/TranscribeStreamingServiceClient.h>

      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

compilation terminated. Makefile:760: recipe for target 'mod_aws_transcribe_la-aws_transcribe_glue.lo' failed make[4]: [mod_aws_transcribe_la-aws_transcribe_glue.lo] Error 1 make[4]: Leaving directory '/usr/local/src/freeswitch/src/mod/applications/mod_aws_transcribe' Makefile:705: recipe for target 'mod_aws_transcribe-all' failed make[3]: [mod_aws_transcribe-all] Error 1 make[3]: Leaving directory '/usr/local/src/freeswitch/src/mod' Makefile:611: recipe for target 'all-recursive' failed make[2]: [all-recursive] Error 1 make[2]: Leaving directory '/usr/local/src/freeswitch/src' Makefile:5370: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/usr/local/src/freeswitch' Makefile:1584: recipe for target 'all' failed make: *** [all] Error 2

davehorton commented 4 years ago

Hmm, I don't know about this. The directory this pr removes is the exact one needed I think. I will look into it further..