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
Describe the bug
mod_pocketsphinx doesn't build with GCC 14 due to the sphinxbase-0.8.tar.gz dependency which has a function use yyparse(...) with no prototype. This is now an error with GCC 14.
To Reproduce
Steps to reproduce the behavior:
FreeSWITCH 1.10.12 with configuration including mod_pocketsphinx
Build with GCC 14
Expected behavior
Compilation succeeds
Package version or git hash
Version 1.10.12
Build logs
Compilation error in sphinxbase-0.8/src/libsphinxbase/lm/jsgf.c as yyparse has no prototypte
Describe the bug
mod_pocketsphinx doesn't build with GCC 14 due to the sphinxbase-0.8.tar.gz dependency which has a function use
yyparse(...)
with no prototype. This is now an error with GCC 14.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Compilation succeeds
Package version or git hash
Build logs
Compilation error in
sphinxbase-0.8/src/libsphinxbase/lm/jsgf.c
asyyparse
has no prototypteThis is the needed patch:
The text was updated successfully, but these errors were encountered: