You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using fs v1.10.5, when mod_audio_fork is present in the apps dir, I get this error when trying to build FS:
mod_audio_fork.c: In function ‘start_capture’:
mod_audio_fork.c:69:18: error: variable ‘samples_per_second’ set but not used [-Werror=unused-but-set-variable]
69 | uint32_t samples_per_second;
| ^~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
after trying to run using ansible and get error on "freeswitch make" steps, then i run command "make" on freeswitch directory directly an i get same error
I was able to get FS built by basically removing the mod_audio_fork patch. I think I may have even edited the build config to omit building that module. I'm not 100% sure what I did as I was just trying to get the dang thing built, and I didn't have a need for any of the drachtio-specific freeswitch modules.
Using fs v1.10.5, when mod_audio_fork is present in the apps dir, I get this error when trying to build FS:
The text was updated successfully, but these errors were encountered: