Hi to all, I'd like to use the voice control applet on my ubuntu 8.04 64bit to control the system by my voice. Please someone can show me, very easy, the basic steps to do that?
i.e.: I think (but I'm not sure) I've to install before 3 softwares: pocketsphinx-0.5.tar.bz2, sphinx3-0.7.tar.gz and sphinxbase-0.3.tar.bz2, it's correct? And, after that, I've to add to my taskbar the voicecontrol applet and calibrate my voice, right?
Thank you very much to everyone will help me and all newbies like me using a very basic, step by step, method!
:)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm unlucky! Many times I went to irc channel but 0 user found!
So, please I need a little help to understand:
1) What dependencies I need in order to use gnome-voice-control? Just these 3? sphinxbase-0.3, sphinx3-0.7 and pocketsphinx-0.5?
2) I installed sphinxbase and sphinx but I've problem to install pocketsphinx during the "make" command (you can read below the terminal output!)
3) Problem with calibration. Well, maybe I've to solve the 2) problem before 3)!! ;)
You can read what happens when I write "make" command in a terminal (in accord to the README file, I work in /usr/local/share directory so I use always the sudo pre-command!)
/usr/local/share/pocketsphinx-0.5$ sudo make
Making all in src
make[1]: Entering directory /usr/local/share/pocketsphinx-0.5/src'
Making all in libpocketsphinx
make[2]: Entering directory/usr/local/share/pocketsphinx-0.5/src/libpocketsphinx'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.5\" -DPACKAGE_STRING=\"pocketsphinx\ 0.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I. -I../../include -I../../include -I/usr/local/include/sphinxbase -g -O2 -Wall -MT acmod.lo -MD -MP -MF ".deps/acmod.Tpo" -c -o acmod.lo acmod.c; \
then mv -f ".deps/acmod.Tpo" ".deps/acmod.Plo"; else rm -f ".deps/acmod.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"pocketsphinx 0.5\"" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I. -I../../include -I../../include -I/usr/local/include/sphinxbase -g -O2 -Wall -MT acmod.lo -MD -MP -MF .deps/acmod.Tpo -c acmod.c -fPIC -DPIC -o .libs/acmod.o
make[2]: Leaving directory /usr/local/share/pocketsphinx-0.5/src/libpocketsphinx'
make[1]: Leaving directory/usr/local/share/pocketsphinx-0.5/src'
In file included from acmod.c:49:
/usr/local/include/sphinxbase/cmd_ln.h:211: error: expected ‘)’ before ‘’ token
In file included from acmod.c:56:
acmod.h:51:21: error: logmath.h: No such file or directory
In file included from acmod.h:57,
from acmod.c:56:
bin_mdef.h:57:18: error: mmio.h: No such file or directory
In file included from acmod.h:57,
from acmod.c:56:
bin_mdef.h:121: error: expected specifier-qualifier-list before ‘mmio_file_t’
bin_mdef.h:156: error: expected ‘)’ before ‘’ token
bin_mdef.h:158: error: expected ‘)’ before ‘’ token
In file included from s2_semi_mgau.h:51,
from acmod.h:58,
from acmod.c:56:
hmm.h:50:28: error: listelem_alloc.h: No such file or directory
In file included from s2_semi_mgau.h:51,
from acmod.h:58,
from acmod.c:56:
hmm.h:134: error: expected specifier-qualifier-list before ‘listelem_alloc_t’
In file included from acmod.h:58,
from acmod.c:56:
s2_semi_mgau.h:59: error: expected specifier-qualifier-list before ‘cmd_ln_t’
s2_semi_mgau.h:89: error: expected ‘)’ before ‘’ token
In file included from ms_mgau.h:105,
from acmod.h:59,
from acmod.c:56:
ms_gauden.h:88: error: expected specifier-qualifier-list before ‘logmath_t’
ms_gauden.h:106: error: expected declaration specifiers or ‘...’ before ‘logmath_t’
In file included from ms_mgau.h:106,
from acmod.h:59,
from acmod.c:56:
ms_senone.h:154: error: expected specifier-qualifier-list before ‘logmath_t’
ms_senone.h:177: error: expected declaration specifiers or ‘...’ before ‘logmath_t’
In file included from acmod.h:59,
from acmod.c:56:
ms_mgau.h:139: error: expected ‘)’ before ‘’ token
In file included from acmod.h:60,
from acmod.c:56:
tmat.h:121: error: expected declaration specifiers or ‘...’ before ‘logmath_t’
In file included from acmod.c:56:
acmod.h:104: error: expected specifier-qualifier-list before ‘cmd_ln_t’
acmod.h:167: error: expected ‘)’ before ‘’ token
acmod.c:61: warning: implicit declaration of function ‘cepstral_to_feature_command_line_macro’
acmod.c:61: warning: missing braces around initializer
acmod.c:61: warning: (near initialization for ‘feat_defn[26]’)
acmod.c:61: error: initializer element is not constant
acmod.c:61: error: (near initialization for ‘feat_defn[26].name’)
acmod.c:62: warning: braces around scalar initializer
acmod.c:62: warning: (near initialization for ‘feat_defn[26].type’)
acmod.c:62: error: incompatible types in initialization
acmod.c:62: warning: excess elements in scalar initializer
acmod.c:62: warning: (near initialization for ‘feat_defn[26].type’)
acmod.c:62: warning: excess elements in scalar initializer
acmod.c:62: warning: (near initialization for ‘feat_defn[26].type’)
acmod.c:62: warning: excess elements in scalar initializer
acmod.c:62: warning: (near initialization for ‘feat_defn[26].type’)
acmod.c: In function ‘acmod_init_am’:
acmod.c:74: warning: implicit declaration of function ‘cmd_ln_str_r’
acmod.c:74: error: ‘acmod_t’ has no member named ‘config’
acmod.c:74: warning: assignment makes pointer from integer without a cast
acmod.c:75: warning: implicit declaration of function ‘cmd_ln_parse_file_r’
acmod.c:75: error: ‘acmod_t’ has no member named ‘config’
acmod.c:75: warning: comparison between pointer and integer
acmod.c:81: error: ‘acmod_t’ has no member named ‘config’
acmod.c:81: warning: assignment makes pointer from integer without a cast
acmod.c:86: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:86: warning: implicit declaration of function ‘bin_mdef_read’
acmod.c:86: error: ‘acmod_t’ has no member named ‘config’
acmod.c:92: error: ‘acmod_t’ has no member named ‘config’
acmod.c:92: warning: assignment makes pointer from integer without a cast
acmod.c:96: error: ‘acmod_t’ has no member named ‘tmat’
acmod.c:96: error: ‘acmod_t’ has no member named ‘lmath’
acmod.c:97: warning: implicit declaration of function ‘cmd_ln_float32_r’
acmod.c:97: error: ‘acmod_t’ has no member named ‘config’
acmod.c:98: error: incompatible type for argument 2 of ‘tmat_init’
acmod.c:98: error: too many arguments to function ‘tmat_init’
acmod.c:98: warning: statement with no effect
acmod.c:101: error: ‘acmod_t’ has no member named ‘config’
acmod.c:101: warning: comparison between pointer and integer
acmod.c:102: error: ‘acmod_t’ has no member named ‘config’
acmod.c:102: warning: comparison between pointer and integer
acmod.c:103: error: ‘acmod_t’ has no member named ‘config’
acmod.c:103: warning: comparison between pointer and integer
acmod.c:109: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:110: warning: implicit declaration of function ‘s2_semi_mgau_init’
acmod.c:110: error: ‘acmod_t’ has no member named ‘config’
acmod.c:110: error: ‘acmod_t’ has no member named ‘lmath’
acmod.c:110: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:110: warning: statement with no effect
acmod.c:111: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:112: error: ‘acmod_t’ has no member named ‘config’
acmod.c:112: warning: initialization makes pointer from integer without a cast
acmod.c:114: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:115: warning: implicit declaration of function ‘cmd_ln_int32_r’
acmod.c:115: error: ‘acmod_t’ has no member named ‘config’
acmod.c:116: error: ‘acmod_t’ has no member named ‘config’
acmod.c:116: warning: passing argument 1 of ‘s2_semi_mgau_load_kdtree’ from incompatible pointer type
acmod.c:117: error: ‘acmod_t’ has no member named ‘frame_eval’
acmod.c:117: warning: statement with no effect
acmod.c:118: error: ‘acmod_t’ has no member named ‘mgau_free’
acmod.c:118: warning: statement with no effect
acmod.c:122: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:123: warning: implicit declaration of function ‘ms_mgau_init’
acmod.c:123: error: ‘acmod_t’ has no member named ‘config’
acmod.c:123: error: ‘acmod_t’ has no member named ‘lmath’
acmod.c:123: warning: statement with no effect
acmod.c:124: error: ‘acmod_t’ has no member named ‘frame_eval’
acmod.c:124: warning: statement with no effect
acmod.c:125: error: ‘acmod_t’ has no member named ‘mgau_free’
acmod.c:125: warning: statement with no effect
acmod.c: In function ‘acmod_init_feat’:
acmod.c:134: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:135: error: ‘acmod_t’ has no member named ‘config’
acmod.c:136: error: ‘acmod_t’ has no member named ‘config’
acmod.c:136: warning: passing argument 1 of ‘cmn_type_from_str’ makes pointer from integer without a cast
acmod.c:137: warning: implicit declaration of function ‘cmd_ln_boolean_r’
acmod.c:137: error: ‘acmod_t’ has no member named ‘config’
acmod.c:138: error: ‘acmod_t’ has no member named ‘config’
acmod.c:138: warning: passing argument 1 of ‘agc_type_from_str’ makes pointer from integer without a cast
acmod.c:139: error: ‘acmod_t’ has no member named ‘config’
acmod.c:139: warning: passing argument 1 of ‘feat_init’ makes pointer from integer without a cast
acmod.c:139: warning: statement with no effect
acmod.c:140: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:143: error: ‘acmod_t’ has no member named ‘config’
acmod.c:145: error: ‘acmod_t’ has no member named ‘config’
acmod.c:146: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:147: error: ‘acmod_t’ has no member named ‘config’
acmod.c:148: error: ‘acmod_t’ has no member named ‘config’
acmod.c:148: warning: passing argument 1 of ‘feat_read_lda’ from incompatible pointer type
acmod.c:148: warning: passing argument 2 of ‘feat_read_lda’ makes pointer from integer without a cast
acmod.c:152: error: ‘acmod_t’ has no member named ‘config’
acmod.c:155: error: ‘acmod_t’ has no member named ‘config’
acmod.c:156: warning: implicit declaration of function ‘parse_subvecs’
acmod.c:156: error: ‘acmod_t’ has no member named ‘config’
acmod.c:156: warning: assignment makes pointer from integer without a cast
acmod.c:158: warning: implicit declaration of function ‘feat_set_subvecs’
acmod.c:158: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:162: warning: implicit declaration of function ‘cmd_ln_exists_r’
acmod.c:162: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:164: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:164: error: ‘arg_t’ has no member named ‘agc_struct’
acmod.c:165: error: ‘acmod_t’ has no member named ‘config’
acmod.c:165: warning: passing argument 1 of ‘agc_set_threshold’ from incompatible pointer type
acmod.c:168: error: ‘acmod_t’ has no member named ‘config’
acmod.c:172: error: ‘acmod_t’ has no member named ‘config’
acmod.c:172: warning: passing argument 1 of ‘ckd_salloc’ makes pointer from integer without a cast
acmod.c:175: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:175: error: ‘arg_t’ has no member named ‘cmn_struct’
acmod.c:175: error: ‘arg_t’ has no member named ‘veclen’
acmod.c:176: warning: comparison between pointer and integer
acmod.c:178: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:178: error: ‘arg_t’ has no member named ‘cmn_struct’
acmod.c:178: error: ‘arg_t’ has no member named ‘cmn_mean’
acmod.c:178: error: assignment of read-only location
acmod.c:178: warning: statement with no effect
acmod.c:182: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:182: error: ‘arg_t’ has no member named ‘cmn_struct’
acmod.c:182: error: ‘arg_t’ has no member named ‘veclen’
acmod.c:182: warning: comparison between pointer and integer
acmod.c:183: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:183: error: ‘arg_t’ has no member named ‘cmn_struct’
acmod.c:183: error: ‘arg_t’ has no member named ‘cmn_mean’
acmod.c:183: error: assignment of read-only location
acmod.c:183: warning: statement with no effect
acmod.c: In function ‘acmod_fe_mismatch’:
acmod.c:194: error: ‘acmod_t’ has no member named ‘config’
acmod.c:194: warning: implicit declaration of function ‘fe_get_output_size’
acmod.c: In function ‘acmod_feat_mismatch’:
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:208: error: ‘acmod_t’ has no member named ‘config’
acmod.c: At top level:
acmod.c:215: error: expected ‘)’ before ‘’ token
acmod.c: In function ‘acmod_free’:
acmod.c:285: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:285: warning: passing argument 1 of ‘feat_free’ from incompatible pointer type
acmod.c:286: warning: implicit declaration of function ‘fe_free’
acmod.c:286: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:288: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:289: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:290: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:291: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:291: warning: passing argument 1 of ‘feat_array_free’ from incompatible pointer type
acmod.c:293: error: ‘acmod_t’ has no member named ‘senone_scores’
acmod.c:293: warning: passing argument 1 of ‘ckd_free’ discards qualifiers from pointer target type
acmod.c:294: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:294: warning: passing argument 1 of ‘ckd_free’ discards qualifiers from pointer target type
acmod.c:295: error: ‘acmod_t’ has no member named ‘senone_active’
acmod.c:295: warning: passing argument 1 of ‘ckd_free’ discards qualifiers from pointer target type
acmod.c:297: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:298: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:298: warning: passing argument 1 of ‘bin_mdef_free’ from incompatible pointer type
acmod.c:299: error: ‘acmod_t’ has no member named ‘tmat’
acmod.c:300: error: ‘acmod_t’ has no member named ‘tmat’
acmod.c:300: warning: passing argument 1 of ‘tmat_free’ from incompatible pointer type
acmod.c:302: error: ‘acmod_t’ has no member named ‘mgau_free’
acmod.c:303: error: ‘acmod_t’ has no member named ‘mgau_free’
acmod.c:303: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:303: error: called object ‘(const struct arg_t )&<erroneous-expression>’ is not a function
acmod.c:303: warning: statement with no effect
acmod.c: In function ‘acmod_grow_feat_buf’:
acmod.c:313: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:313: warning: passing argument 1 of ‘feat_array_alloc’ from incompatible pointer type
acmod.c:314: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:314: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:315: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:315: error: subscripted value is neither array nor pointer
acmod.c:316: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:317: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:317: error: ‘arg_t’ has no member named ‘out_dim’
acmod.c:318: error: invalid operands to binary
acmod.c:318: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:318: error: invalid type argument of ‘unary ’
acmod.c:318: error: invalid operands to binary
acmod.c:318: warning: passing argument 3 of ‘memcpy’ makes integer from pointer without a cast
acmod.c:320: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:320: warning: passing argument 1 of ‘feat_array_free’ from incompatible pointer type
acmod.c:321: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:321: warning: statement with no effect
acmod.c:322: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:322: warning: statement with no effect
acmod.c: In function ‘acmod_set_grow’:
acmod.c:328: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:328: warning: initialization makes integer from pointer without a cast
acmod.c:329: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:329: warning: statement with no effect
acmod.c:332: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:332: warning: comparison between pointer and integer
acmod.c: In function ‘acmod_start_utt’:
acmod.c:341: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:341: warning: passing argument 1 of ‘fe_start_utt’ from incompatible pointer type
acmod.c:342: error: ‘acmod_t’ has no member named ‘state’
acmod.c:342: warning: statement with no effect
acmod.c:343: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:343: warning: statement with no effect
acmod.c:344: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:344: warning: statement with no effect
acmod.c:345: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:345: warning: statement with no effect
acmod.c:346: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:346: warning: statement with no effect
acmod.c:347: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:347: warning: statement with no effect
acmod.c: In function ‘acmod_end_utt’:
acmod.c:356: error: ‘acmod_t’ has no member named ‘state’
acmod.c:356: warning: statement with no effect
acmod.c:357: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:357: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:360: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:360: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:360: error: invalid operands to binary +
acmod.c:360: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:360: error: invalid operands to binary %
acmod.c:360: warning: assignment makes integer from pointer without a cast
acmod.c:362: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:362: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:362: warning: passing argument 1 of ‘fe_end_utt’ from incompatible pointer type
acmod.c:362: error: incompatible type for argument 2 of ‘fe_end_utt’
acmod.c:363: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:363: warning: statement with no effect
acmod.c: In function ‘acmod_process_full_cep’:
acmod.c:379: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:379: warning: comparison between pointer and integer
acmod.c:380: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:380: warning: passing argument 1 of ‘feat_array_free’ from incompatible pointer type
acmod.c:381: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:381: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:381: warning: passing argument 1 of ‘feat_array_alloc’ from incompatible pointer type
acmod.c:381: warning: statement with no effect
acmod.c:382: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:382: warning: statement with no effect
acmod.c:383: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:383: warning: statement with no effect
acmod.c:384: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:384: warning: statement with no effect
acmod.c:387: warning: implicit declaration of function ‘feat_s2mfc2feat_live’
acmod.c:387: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:388: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:389: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:389: warning: statement with no effect
acmod.c: In function ‘acmod_process_full_raw’:
acmod.c:404: warning: implicit declaration of function ‘fe_process_frames’
acmod.c:404: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:406: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:406: warning: comparison between pointer and integer
acmod.c:407: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:407: warning: passing argument 1 of ‘ckd_free_2d’ from incompatible pointer type
acmod.c:408: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:408: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:408: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:408: error: invalid type argument of ‘unary ’
acmod.c:408: warning: passing argument 3 of ‘ckd_calloc_2d’ makes integer from pointer without a cast
acmod.c:408: warning: statement with no effect
acmod.c:410: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:410: warning: statement with no effect
acmod.c:412: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:412: warning: statement with no effect
acmod.c:413: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:413: warning: statement with no effect
acmod.c:414: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:414: warning: passing argument 1 of ‘fe_start_utt’ from incompatible pointer type
acmod.c:415: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:416: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:418: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:418: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:418: warning: passing argument 1 of ‘fe_end_utt’ from incompatible pointer type
acmod.c:418: error: incompatible type for argument 2 of ‘fe_end_utt’
acmod.c:421: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:421: warning: assignment from incompatible pointer type
acmod.c:423: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:423: warning: statement with no effect
acmod.c: In function ‘acmod_process_mfcbuf’:
acmod.c:436: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:436: warning: assignment makes integer from pointer without a cast
acmod.c:438: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:438: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:439: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:439: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:440: error: ‘acmod_t’ has no member named ‘state’
acmod.c:440: warning: initialization makes integer from pointer without a cast
acmod.c:443: error: ‘acmod_t’ has no member named ‘state’
acmod.c:443: warning: comparison between pointer and integer
acmod.c:444: error: ‘acmod_t’ has no member named ‘state’
acmod.c:444: warning: statement with no effect
acmod.c:445: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:445: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:445: error: invalid operands to binary +
acmod.c:445: warning: assignment from incompatible pointer type
acmod.c:449: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:449: warning: statement with no effect
acmod.c:450: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:450: warning: statement with no effect
acmod.c:451: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:451: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:451: warning: statement with no effect
acmod.c:453: error: ‘acmod_t’ has no member named ‘state’
acmod.c:453: warning: statement with no effect
acmod.c:455: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:455: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:455: error: invalid operands to binary +
acmod.c:455: warning: assignment from incompatible pointer type
acmod.c:457: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:457: warning: statement with no effect
acmod.c:458: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:458: warning: statement with no effect
acmod.c:459: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:459: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:459: warning: statement with no effect
acmod.c: In function ‘acmod_process_raw’:
acmod.c:481: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:481: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:483: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:483: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:483: error: invalid operands to binary +
acmod.c:483: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:483: error: invalid operands to binary %
acmod.c:483: warning: assignment makes integer from pointer without a cast
acmod.c:486: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:486: warning: comparison between pointer and integer
acmod.c:487: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:487: warning: initialization makes integer from pointer without a cast
acmod.c:488: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:489: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:491: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:491: warning: statement with no effect
acmod.c:495: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:495: error: invalid operands to binary %
acmod.c:495: warning: statement with no effect
acmod.c:497: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:498: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:500: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:500: warning: statement with no effect
acmod.c: In function ‘acmod_process_cep’:
acmod.c:524: error: ‘acmod_t’ has no member named ‘state’
acmod.c:524: warning: comparison between pointer and integer
acmod.c:525: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:525: error: ‘arg_t’ has no member named ‘window_size’
acmod.c:525: warning: assignment makes integer from pointer without a cast
acmod.c:526: error: ‘acmod_t’ has no member named ‘state’
acmod.c:526: warning: comparison between pointer and integer
acmod.c:527: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:527: error: ‘arg_t’ has no member named ‘window_size’
acmod.c:527: error: invalid operands to binary -
acmod.c:527: warning: statement with no effect
acmod.c:530: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:530: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:533: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:533: error: ‘acmod_t’ has no member named ‘state’
acmod.c:533: warning: comparison between pointer and integer
acmod.c:534: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:534: warning: passing argument 2 of ‘acmod_grow_feat_buf’ makes integer from pointer without a cast
acmod.c:536: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:536: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:540: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:542: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:542: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:542: error: invalid operands to binary +
acmod.c:542: warning: assignment makes integer from pointer without a cast
acmod.c:543: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:543: warning: comparison between pointer and integer
acmod.c:544: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:544: error: invalid operands to binary
acmod.c:544: warning: passing argument 2 of ‘acmod_grow_feat_buf’ makes integer from pointer without a cast
acmod.c:547: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:547: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:547: error: invalid operands to binary +
acmod.c:547: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:547: error: invalid operands to binary %
acmod.c:547: warning: assignment makes integer from pointer without a cast
acmod.c:551: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:551: warning: comparison between pointer and integer
acmod.c:552: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:552: warning: initialization makes integer from pointer without a cast
acmod.c:553: error: ‘acmod_t’ has no member named ‘state’
acmod.c:553: warning: initialization makes integer from pointer without a cast
acmod.c:556: error: ‘acmod_t’ has no member named ‘state’
acmod.c:556: warning: comparison between pointer and integer
acmod.c:557: error: ‘acmod_t’ has no member named ‘state’
acmod.c:557: warning: statement with no effect
acmod.c:558: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:560: error: ‘acmod_t’ has no member named ‘state’
acmod.c:560: warning: comparison between pointer and integer
acmod.c:561: error: ‘acmod_t’ has no member named ‘state’
acmod.c:561: warning: comparison between pointer and integer
acmod.c:562: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:566: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:566: warning: statement with no effect
acmod.c:568: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:568: error: invalid operands to binary %
acmod.c:568: warning: statement with no effect
acmod.c:574: error: ‘acmod_t’ has no member named ‘state’
acmod.c:574: warning: statement with no effect
acmod.c:577: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:579: error: ‘acmod_t’ has no member named ‘state’
acmod.c:579: warning: comparison between pointer and integer
acmod.c:580: error: ‘acmod_t’ has no member named ‘state’
acmod.c:580: warning: comparison between pointer and integer
acmod.c:581: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:584: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:584: warning: statement with no effect
acmod.c:588: error: ‘acmod_t’ has no member named ‘state’
acmod.c:588: warning: comparison between pointer and integer
acmod.c:589: error: ‘acmod_t’ has no member named ‘state’
acmod.c:589: warning: statement with no effect
acmod.c: In function ‘acmod_process_feat’:
acmod.c:599: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:599: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:600: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:601: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:601: error: invalid operands to binary
acmod.c:601: warning: passing argument 2 of ‘acmod_grow_feat_buf’ makes integer from pointer without a cast
acmod.c:606: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:606: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:606: error: invalid operands to binary +
acmod.c:606: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:606: error: invalid operands to binary %
acmod.c:606: warning: assignment makes integer from pointer without a cast
acmod.c:607: warning: implicit declaration of function ‘feat_dimension1’
acmod.c:607: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:608: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:608: error: subscripted value is neither array nor pointer
acmod.c:609: warning: implicit declaration of function ‘feat_dimension2’
acmod.c:609: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:609: warning: passing argument 1 of ‘memcpy’ discards qualifiers from pointer target type
acmod.c:610: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:610: error: lvalue required as increment operand
acmod.c:610: warning: statement with no effect
acmod.c: In function ‘acmod_frame_idx’:
acmod.c:618: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:618: warning: return makes integer from pointer without a cast
acmod.c: In function ‘acmod_rewind’:
acmod.c:625: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:625: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:629: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:629: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:629: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:629: error: invalid operands to binary +
acmod.c:629: warning: statement with no effect
acmod.c:632: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:632: warning: statement with no effect
acmod.c:633: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:633: warning: statement with no effect
acmod.c: In function ‘acmod_score’:
acmod.c:645: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:656: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:656: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:657: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:657: warning: statement with no effect
acmod.c:660: error: ‘acmod_t’ has no member named ‘frame_eval’
acmod.c:660: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:661: error: ‘acmod_t’ has no member named ‘senone_scores’
acmod.c:662: error: ‘acmod_t’ has no member named ‘senone_active’
acmod.c:663: error: ‘acmod_t’ has no member named ‘n_senone_active’
acmod.c:664: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:664: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:664: error: array subscript is not an integer
acmod.c:665: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:666: error: ‘acmod_t’ has no member named ‘compallsen’
acmod.c:667: error: called object ‘(const struct arg_t )&<erroneous-expression>’ is not a function
acmod.c:667: warning: assignment makes integer from pointer without a cast
acmod.c:669: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:669: error: lvalue required as increment operand
acmod.c:669: warning: statement with no effect
acmod.c:670: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:670: error: lvalue required as decrement operand
acmod.c:670: warning: statement with no effect
acmod.c:672: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:672: warning: assignment makes integer from pointer without a cast
acmod.c:673: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:673: error: lvalue required as increment operand
acmod.c:673: warning: statement with no effect
acmod.c:675: error: ‘acmod_t’ has no member named ‘senone_scores’
acmod.c:675: warning: return from incompatible pointer type
acmod.c: In function ‘acmod_clear_active’:
acmod.c:681: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:681: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:681: error: ‘arg_t’ has no member named ‘n_sen’
acmod.c:681: error: invalid operands to binary >>
acmod.c:681: error: invalid operands to binary
acmod.c:681: warning: passing argument 1 of ‘memset’ discards qualifiers from pointer target type
acmod.c:681: warning: passing argument 3 of ‘memset’ makes integer from pointer without a cast
acmod.c:682: error: ‘acmod_t’ has no member named ‘n_senone_active’
acmod.c:682: warning: statement with no effect
acmod.c: In function ‘acmod_activate_hmm’:
acmod.c:701: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:701: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:701: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:701: error: subscripted value is neither array nor pointer
acmod.c:701: error: invalid operands to binary >>
acmod.c:701: error: array subscript is not an integer
acmod.c:701: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:701: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:701: error: subscripted value is neither array nor pointer
acmod.c:701: error: invalid operands to binary &
acmod.c:701: error: invalid operands to binary <<
acmod.c:701: warning: statement with no effect
acmod.c:702: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:702: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:702: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:702: error: subscripted value is neither array nor pointer
acmod.c:702: error: invalid operands to binary >>
acmod.c:702: error: array subscript is not an integer
acmod.c:702: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:702: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:702: error: subscripted value is neither array nor pointer
acmod.c:702: error: invalid operands to binary &
acmod.c:702: error: invalid operands to binary <<
acmod.c:702: warning: statement with no effect
acmod.c:704: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:704: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:704: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:704: error: subscripted value is neither array nor pointer
acmod.c:704: error: invalid operands to binary >>
acmod.c:704: error: array subscript is not an integer
acmod.c:704: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:704: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:704: error: subscripted value is neither array nor pointer
acmod.c:704: error: invalid operands to binary &
acmod.c:704: error: invalid operands to binary <<
acmod.c:704: warning: statement with no effect
acmod.c:705: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:705: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:705: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:705: error: subscripted value is neither array nor pointer
acmod.c:705: error: invalid operands to binary >>
acmod.c:705: error: array subscript is not an integer
acmod.c:705: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:705: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:705: error: subscripted value is neither array nor pointer
acmod.c:705: error: invalid operands to binary &
acmod.c:705: error: invalid operands to binary <<
acmod.c:705: warning: statement with no effect
acmod.c:706: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:706: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:706: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:706: error: subscripted value is neither array nor pointer
acmod.c:706: error: invalid operands to binary >>
acmod.c:706: error: array subscript is not an integer
acmod.c:706: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:706: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:706: error: subscripted value is neither array nor pointer
acmod.c:706: error: invalid operands to binary &
acmod.c:706: error: invalid operands to binary <<
acmod.c:706: warning: statement with no effect
acmod.c:710: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:710: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:710: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:710: error: subscripted value is neither array nor pointer
acmod.c:710: error: invalid operands to binary >>
acmod.c:710: error: array subscript is not an integer
acmod.c:710: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:710: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:710: error: subscripted value is neither array nor pointer
acmod.c:710: error: invalid operands to binary &
acmod.c:710: error: invalid operands to binary <<
acmod.c:710: warning: statement with no effect
acmod.c:717: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:717: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:717: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:717: error: subscripted value is neither array nor pointer
acmod.c:717: error: invalid operands to binary >>
acmod.c:717: error: array subscript is not an integer
acmod.c:717: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:717: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:717: error: subscripted value is neither array nor pointer
acmod.c:717: error: invalid operands to binary &
acmod.c:717: error: invalid operands to binary <<
acmod.c:717: warning: statement with no effect
acmod.c:718: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:718: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:718: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:718: error: subscripted value is neither array nor pointer
acmod.c:718: error: invalid operands to binary >>
acmod.c:718: error: array subscript is not an integer
acmod.c:718: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:718: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:718: error: subscripted value is neither array nor pointer
acmod.c:718: error: invalid operands to binary &
acmod.c:718: error: invalid operands to binary <<
acmod.c:718: warning: statement with no effect
acmod.c:720: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:720: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:720: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:720: error: subscripted value is neither array nor pointer
acmod.c:720: error: invalid operands to binary >>
acmod.c:720: error: array subscript is not an integer
acmod.c:720: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:720: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:720: error: subscripted value is neither array nor pointer
acmod.c:720: error: invalid operands to binary &
acmod.c:720: error: invalid operands to binary <<
acmod.c:720: warning: statement with no effect
acmod.c:721: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:721: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:721: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:721: error: subscripted value is neither array nor pointer
acmod.c:721: error: invalid operands to binary >>
acmod.c:721: error: array subscript is not an integer
acmod.c:721: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:721: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:721: error: subscripted value is neither array nor pointer
acmod.c:721: error: invalid operands to binary &
acmod.c:721: error: invalid operands to binary <<
acmod.c:721: warning: statement with no effect
acmod.c:722: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:722: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:722: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:722: error: subscripted value is neither array nor pointer
acmod.c:722: error: invalid operands to binary >>
acmod.c:722: error: array subscript is not an integer
acmod.c:722: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:722: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:722: error: subscripted value is neither array nor pointer
acmod.c:722: error: invalid operands to binary &
acmod.c:722: error: invalid operands to binary <<
acmod.c:722: warning: statement with no effect
acmod.c:726: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:726: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:726: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:726: error: subscripted value is neither array nor pointer
acmod.c:726: error: invalid operands to binary >>
acmod.c:726: error: array subscript is not an integer
acmod.c:726: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:726: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:726: error: subscripted value is neither array nor pointer
acmod.c:726: error: invalid operands to binary &
acmod.c:726: error: invalid operands to binary <<
acmod.c:726: warning: statement with no effect
acmod.c: In function ‘acmod_flags2list’:
acmod.c:738: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:738: error: ‘arg_t’ has no member named ‘n_sen’
acmod.c:738: warning: assignment makes integer from pointer without a cast
acmod.c:739: error: ‘acmod_t’ has no member named ‘compallsen’
acmod.c:740: error: ‘acmod_t’ has no member named ‘n_senone_active’
acmod.c:740: warning: statement with no effect
acmod.c:743: error: ‘BITVEC_BITS’ undeclared (first use in this function)
acmod.c:743: error: (Each undeclared identifier is reported only once
acmod.c:743: error: for each function it appears in.)
acmod.c:743: error: invalid operands to binary /
acmod.c:743: warning: assignment makes integer from pointer without a cast
acmod.c:744: error: invalid operands to binary %
acmod.c:744: warning: assignment makes integer from pointer without a cast
acmod.c:746: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:746: warning: assignment from incompatible pointer type
acmod.c:749: warning: comparison between pointer and integer
acmod.c:750: error: invalid operands to binary &
acmod.c:751: error: ‘acmod_t’ has no member named ‘senone_active’
acmod.c:751: error: invalid operands to binary
acmod.c:751: error: assignment of read-only location
acmod.c:751: warning: statement with no effect
acmod.c:755: error: invalid operands to binary &
acmod.c:756: error: ‘acmod_t’ has no member named ‘senone_active’
acmod.c:756: error: invalid operands to binary
acmod.c:756: error: assignment of read-only location
acmod.c:756: warning: statement with no effect
acmod.c:758: error: ‘acmod_t’ has no member named ‘n_senone_active’
acmod.c:758: warning: statement with no effect
acmod.c: In function ‘acmod_active_list’:
acmod.c:766: error: ‘acmod_t’ has no member named ‘n_senone_active’
acmod.c:766: warning: assignment makes integer from pointer without a cast
acmod.c:767: error: ‘acmod_t’ has no member named ‘senone_active’
acmod.c:767: warning: return from incompatible pointer type
make[2]: [acmod.lo] Error 1
make[1]: [all-recursive] Error 1
make: *** [all-recursive] Error 1
Thank you for help me!! :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi to all, I'd like to use the voice control applet on my ubuntu 8.04 64bit to control the system by my voice. Please someone can show me, very easy, the basic steps to do that?
i.e.: I think (but I'm not sure) I've to install before 3 softwares: pocketsphinx-0.5.tar.bz2, sphinx3-0.7.tar.gz and sphinxbase-0.3.tar.bz2, it's correct? And, after that, I've to add to my taskbar the voicecontrol applet and calibrate my voice, right?
Thank you very much to everyone will help me and all newbies like me using a very basic, step by step, method!
:)
I'm unlucky! Many times I went to irc channel but 0 user found!
So, please I need a little help to understand:
1) What dependencies I need in order to use gnome-voice-control? Just these 3? sphinxbase-0.3, sphinx3-0.7 and pocketsphinx-0.5?
2) I installed sphinxbase and sphinx but I've problem to install pocketsphinx during the "make" command (you can read below the terminal output!)
3) Problem with calibration. Well, maybe I've to solve the 2) problem before 3)!! ;)
You can read what happens when I write "make" command in a terminal (in accord to the README file, I work in /usr/local/share directory so I use always the sudo pre-command!)
/usr/local/share/pocketsphinx-0.5$ sudo make
Making all in src
make[1]: Entering directory
/usr/local/share/pocketsphinx-0.5/src' Making all in libpocketsphinx make[2]: Entering directory
/usr/local/share/pocketsphinx-0.5/src/libpocketsphinx'if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.5\" -DPACKAGE_STRING=\"pocketsphinx\ 0.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I. -I../../include -I../../include -I/usr/local/include/sphinxbase -g -O2 -Wall -MT acmod.lo -MD -MP -MF ".deps/acmod.Tpo" -c -o acmod.lo acmod.c; \ then mv -f ".deps/acmod.Tpo" ".deps/acmod.Plo"; else rm -f ".deps/acmod.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"pocketsphinx 0.5\"" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I. -I../../include -I../../include -I/usr/local/include/sphinxbase -g -O2 -Wall -MT acmod.lo -MD -MP -MF .deps/acmod.Tpo -c acmod.c -fPIC -DPIC -o .libs/acmod.o
make[2]: Leaving directory
/usr/local/share/pocketsphinx-0.5/src/libpocketsphinx' make[1]: Leaving directory
/usr/local/share/pocketsphinx-0.5/src'In file included from acmod.c:49:
/usr/local/include/sphinxbase/cmd_ln.h:211: error: expected ‘)’ before ‘’ token
In file included from acmod.c:56:
acmod.h:51:21: error: logmath.h: No such file or directory
In file included from acmod.h:57,
from acmod.c:56:
bin_mdef.h:57:18: error: mmio.h: No such file or directory
In file included from acmod.h:57,
from acmod.c:56:
bin_mdef.h:121: error: expected specifier-qualifier-list before ‘mmio_file_t’
bin_mdef.h:156: error: expected ‘)’ before ‘’ token
bin_mdef.h:158: error: expected ‘)’ before ‘’ token
In file included from s2_semi_mgau.h:51,
from acmod.h:58,
from acmod.c:56:
hmm.h:50:28: error: listelem_alloc.h: No such file or directory
In file included from s2_semi_mgau.h:51,
from acmod.h:58,
from acmod.c:56:
hmm.h:134: error: expected specifier-qualifier-list before ‘listelem_alloc_t’
In file included from acmod.h:58,
from acmod.c:56:
s2_semi_mgau.h:59: error: expected specifier-qualifier-list before ‘cmd_ln_t’
s2_semi_mgau.h:89: error: expected ‘)’ before ‘’ token
In file included from ms_mgau.h:105,
from acmod.h:59,
from acmod.c:56:
ms_gauden.h:88: error: expected specifier-qualifier-list before ‘logmath_t’
ms_gauden.h:106: error: expected declaration specifiers or ‘...’ before ‘logmath_t’
In file included from ms_mgau.h:106,
from acmod.h:59,
from acmod.c:56:
ms_senone.h:154: error: expected specifier-qualifier-list before ‘logmath_t’
ms_senone.h:177: error: expected declaration specifiers or ‘...’ before ‘logmath_t’
In file included from acmod.h:59,
from acmod.c:56:
ms_mgau.h:139: error: expected ‘)’ before ‘’ token
In file included from acmod.h:60,
from acmod.c:56:
tmat.h:121: error: expected declaration specifiers or ‘...’ before ‘logmath_t’
In file included from acmod.c:56:
acmod.h:104: error: expected specifier-qualifier-list before ‘cmd_ln_t’
acmod.h:167: error: expected ‘)’ before ‘’ token
acmod.c:61: warning: implicit declaration of function ‘cepstral_to_feature_command_line_macro’
acmod.c:61: warning: missing braces around initializer
acmod.c:61: warning: (near initialization for ‘feat_defn[26]’)
acmod.c:61: error: initializer element is not constant
acmod.c:61: error: (near initialization for ‘feat_defn[26].name’)
acmod.c:62: warning: braces around scalar initializer
acmod.c:62: warning: (near initialization for ‘feat_defn[26].type’)
acmod.c:62: error: incompatible types in initialization
acmod.c:62: warning: excess elements in scalar initializer
acmod.c:62: warning: (near initialization for ‘feat_defn[26].type’)
acmod.c:62: warning: excess elements in scalar initializer
acmod.c:62: warning: (near initialization for ‘feat_defn[26].type’)
acmod.c:62: warning: excess elements in scalar initializer
acmod.c:62: warning: (near initialization for ‘feat_defn[26].type’)
acmod.c: In function ‘acmod_init_am’:
acmod.c:74: warning: implicit declaration of function ‘cmd_ln_str_r’
acmod.c:74: error: ‘acmod_t’ has no member named ‘config’
acmod.c:74: warning: assignment makes pointer from integer without a cast
acmod.c:75: warning: implicit declaration of function ‘cmd_ln_parse_file_r’
acmod.c:75: error: ‘acmod_t’ has no member named ‘config’
acmod.c:75: warning: comparison between pointer and integer
acmod.c:81: error: ‘acmod_t’ has no member named ‘config’
acmod.c:81: warning: assignment makes pointer from integer without a cast
acmod.c:86: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:86: warning: implicit declaration of function ‘bin_mdef_read’
acmod.c:86: error: ‘acmod_t’ has no member named ‘config’
acmod.c:92: error: ‘acmod_t’ has no member named ‘config’
acmod.c:92: warning: assignment makes pointer from integer without a cast
acmod.c:96: error: ‘acmod_t’ has no member named ‘tmat’
acmod.c:96: error: ‘acmod_t’ has no member named ‘lmath’
acmod.c:97: warning: implicit declaration of function ‘cmd_ln_float32_r’
acmod.c:97: error: ‘acmod_t’ has no member named ‘config’
acmod.c:98: error: incompatible type for argument 2 of ‘tmat_init’
acmod.c:98: error: too many arguments to function ‘tmat_init’
acmod.c:98: warning: statement with no effect
acmod.c:101: error: ‘acmod_t’ has no member named ‘config’
acmod.c:101: warning: comparison between pointer and integer
acmod.c:102: error: ‘acmod_t’ has no member named ‘config’
acmod.c:102: warning: comparison between pointer and integer
acmod.c:103: error: ‘acmod_t’ has no member named ‘config’
acmod.c:103: warning: comparison between pointer and integer
acmod.c:109: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:110: warning: implicit declaration of function ‘s2_semi_mgau_init’
acmod.c:110: error: ‘acmod_t’ has no member named ‘config’
acmod.c:110: error: ‘acmod_t’ has no member named ‘lmath’
acmod.c:110: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:110: warning: statement with no effect
acmod.c:111: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:112: error: ‘acmod_t’ has no member named ‘config’
acmod.c:112: warning: initialization makes pointer from integer without a cast
acmod.c:114: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:115: warning: implicit declaration of function ‘cmd_ln_int32_r’
acmod.c:115: error: ‘acmod_t’ has no member named ‘config’
acmod.c:116: error: ‘acmod_t’ has no member named ‘config’
acmod.c:116: warning: passing argument 1 of ‘s2_semi_mgau_load_kdtree’ from incompatible pointer type
acmod.c:117: error: ‘acmod_t’ has no member named ‘frame_eval’
acmod.c:117: warning: statement with no effect
acmod.c:118: error: ‘acmod_t’ has no member named ‘mgau_free’
acmod.c:118: warning: statement with no effect
acmod.c:122: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:123: warning: implicit declaration of function ‘ms_mgau_init’
acmod.c:123: error: ‘acmod_t’ has no member named ‘config’
acmod.c:123: error: ‘acmod_t’ has no member named ‘lmath’
acmod.c:123: warning: statement with no effect
acmod.c:124: error: ‘acmod_t’ has no member named ‘frame_eval’
acmod.c:124: warning: statement with no effect
acmod.c:125: error: ‘acmod_t’ has no member named ‘mgau_free’
acmod.c:125: warning: statement with no effect
acmod.c: In function ‘acmod_init_feat’:
acmod.c:134: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:135: error: ‘acmod_t’ has no member named ‘config’
acmod.c:136: error: ‘acmod_t’ has no member named ‘config’
acmod.c:136: warning: passing argument 1 of ‘cmn_type_from_str’ makes pointer from integer without a cast
acmod.c:137: warning: implicit declaration of function ‘cmd_ln_boolean_r’
acmod.c:137: error: ‘acmod_t’ has no member named ‘config’
acmod.c:138: error: ‘acmod_t’ has no member named ‘config’
acmod.c:138: warning: passing argument 1 of ‘agc_type_from_str’ makes pointer from integer without a cast
acmod.c:139: error: ‘acmod_t’ has no member named ‘config’
acmod.c:139: warning: passing argument 1 of ‘feat_init’ makes pointer from integer without a cast
acmod.c:139: warning: statement with no effect
acmod.c:140: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:143: error: ‘acmod_t’ has no member named ‘config’
acmod.c:145: error: ‘acmod_t’ has no member named ‘config’
acmod.c:146: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:147: error: ‘acmod_t’ has no member named ‘config’
acmod.c:148: error: ‘acmod_t’ has no member named ‘config’
acmod.c:148: warning: passing argument 1 of ‘feat_read_lda’ from incompatible pointer type
acmod.c:148: warning: passing argument 2 of ‘feat_read_lda’ makes pointer from integer without a cast
acmod.c:152: error: ‘acmod_t’ has no member named ‘config’
acmod.c:155: error: ‘acmod_t’ has no member named ‘config’
acmod.c:156: warning: implicit declaration of function ‘parse_subvecs’
acmod.c:156: error: ‘acmod_t’ has no member named ‘config’
acmod.c:156: warning: assignment makes pointer from integer without a cast
acmod.c:158: warning: implicit declaration of function ‘feat_set_subvecs’
acmod.c:158: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:162: warning: implicit declaration of function ‘cmd_ln_exists_r’
acmod.c:162: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: cast to pointer from integer of different size
acmod.c:163: error: ‘acmod_t’ has no member named ‘config’
acmod.c:163: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:164: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:164: error: ‘arg_t’ has no member named ‘agc_struct’
acmod.c:165: error: ‘acmod_t’ has no member named ‘config’
acmod.c:165: warning: passing argument 1 of ‘agc_set_threshold’ from incompatible pointer type
acmod.c:168: error: ‘acmod_t’ has no member named ‘config’
acmod.c:172: error: ‘acmod_t’ has no member named ‘config’
acmod.c:172: warning: passing argument 1 of ‘ckd_salloc’ makes pointer from integer without a cast
acmod.c:175: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:175: error: ‘arg_t’ has no member named ‘cmn_struct’
acmod.c:175: error: ‘arg_t’ has no member named ‘veclen’
acmod.c:176: warning: comparison between pointer and integer
acmod.c:178: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:178: error: ‘arg_t’ has no member named ‘cmn_struct’
acmod.c:178: error: ‘arg_t’ has no member named ‘cmn_mean’
acmod.c:178: error: assignment of read-only location
acmod.c:178: warning: statement with no effect
acmod.c:182: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:182: error: ‘arg_t’ has no member named ‘cmn_struct’
acmod.c:182: error: ‘arg_t’ has no member named ‘veclen’
acmod.c:182: warning: comparison between pointer and integer
acmod.c:183: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:183: error: ‘arg_t’ has no member named ‘cmn_struct’
acmod.c:183: error: ‘arg_t’ has no member named ‘cmn_mean’
acmod.c:183: error: assignment of read-only location
acmod.c:183: warning: statement with no effect
acmod.c: In function ‘acmod_fe_mismatch’:
acmod.c:194: error: ‘acmod_t’ has no member named ‘config’
acmod.c:194: warning: implicit declaration of function ‘fe_get_output_size’
acmod.c: In function ‘acmod_feat_mismatch’:
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: cast to pointer from integer of different size
acmod.c:205: error: ‘acmod_t’ has no member named ‘config’
acmod.c:205: warning: passing argument 1 of ‘builtin_strcmp’ makes pointer from integer without a cast
acmod.c:208: error: ‘acmod_t’ has no member named ‘config’
acmod.c: At top level:
acmod.c:215: error: expected ‘)’ before ‘’ token
acmod.c: In function ‘acmod_free’:
acmod.c:285: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:285: warning: passing argument 1 of ‘feat_free’ from incompatible pointer type
acmod.c:286: warning: implicit declaration of function ‘fe_free’
acmod.c:286: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:288: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:289: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:290: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:291: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:291: warning: passing argument 1 of ‘feat_array_free’ from incompatible pointer type
acmod.c:293: error: ‘acmod_t’ has no member named ‘senone_scores’
acmod.c:293: warning: passing argument 1 of ‘ckd_free’ discards qualifiers from pointer target type
acmod.c:294: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:294: warning: passing argument 1 of ‘ckd_free’ discards qualifiers from pointer target type
acmod.c:295: error: ‘acmod_t’ has no member named ‘senone_active’
acmod.c:295: warning: passing argument 1 of ‘ckd_free’ discards qualifiers from pointer target type
acmod.c:297: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:298: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:298: warning: passing argument 1 of ‘bin_mdef_free’ from incompatible pointer type
acmod.c:299: error: ‘acmod_t’ has no member named ‘tmat’
acmod.c:300: error: ‘acmod_t’ has no member named ‘tmat’
acmod.c:300: warning: passing argument 1 of ‘tmat_free’ from incompatible pointer type
acmod.c:302: error: ‘acmod_t’ has no member named ‘mgau_free’
acmod.c:303: error: ‘acmod_t’ has no member named ‘mgau_free’
acmod.c:303: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:303: error: called object ‘(const struct arg_t )&<erroneous-expression>’ is not a function
acmod.c:303: warning: statement with no effect
acmod.c: In function ‘acmod_grow_feat_buf’:
acmod.c:313: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:313: warning: passing argument 1 of ‘feat_array_alloc’ from incompatible pointer type
acmod.c:314: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:314: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:315: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:315: error: subscripted value is neither array nor pointer
acmod.c:316: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:317: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:317: error: ‘arg_t’ has no member named ‘out_dim’
acmod.c:318: error: invalid operands to binary
acmod.c:318: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:318: error: invalid type argument of ‘unary ’
acmod.c:318: error: invalid operands to binary
acmod.c:318: warning: passing argument 3 of ‘memcpy’ makes integer from pointer without a cast
acmod.c:320: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:320: warning: passing argument 1 of ‘feat_array_free’ from incompatible pointer type
acmod.c:321: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:321: warning: statement with no effect
acmod.c:322: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:322: warning: statement with no effect
acmod.c: In function ‘acmod_set_grow’:
acmod.c:328: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:328: warning: initialization makes integer from pointer without a cast
acmod.c:329: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:329: warning: statement with no effect
acmod.c:332: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:332: warning: comparison between pointer and integer
acmod.c: In function ‘acmod_start_utt’:
acmod.c:341: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:341: warning: passing argument 1 of ‘fe_start_utt’ from incompatible pointer type
acmod.c:342: error: ‘acmod_t’ has no member named ‘state’
acmod.c:342: warning: statement with no effect
acmod.c:343: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:343: warning: statement with no effect
acmod.c:344: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:344: warning: statement with no effect
acmod.c:345: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:345: warning: statement with no effect
acmod.c:346: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:346: warning: statement with no effect
acmod.c:347: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:347: warning: statement with no effect
acmod.c: In function ‘acmod_end_utt’:
acmod.c:356: error: ‘acmod_t’ has no member named ‘state’
acmod.c:356: warning: statement with no effect
acmod.c:357: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:357: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:360: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:360: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:360: error: invalid operands to binary +
acmod.c:360: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:360: error: invalid operands to binary %
acmod.c:360: warning: assignment makes integer from pointer without a cast
acmod.c:362: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:362: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:362: warning: passing argument 1 of ‘fe_end_utt’ from incompatible pointer type
acmod.c:362: error: incompatible type for argument 2 of ‘fe_end_utt’
acmod.c:363: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:363: warning: statement with no effect
acmod.c: In function ‘acmod_process_full_cep’:
acmod.c:379: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:379: warning: comparison between pointer and integer
acmod.c:380: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:380: warning: passing argument 1 of ‘feat_array_free’ from incompatible pointer type
acmod.c:381: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:381: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:381: warning: passing argument 1 of ‘feat_array_alloc’ from incompatible pointer type
acmod.c:381: warning: statement with no effect
acmod.c:382: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:382: warning: statement with no effect
acmod.c:383: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:383: warning: statement with no effect
acmod.c:384: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:384: warning: statement with no effect
acmod.c:387: warning: implicit declaration of function ‘feat_s2mfc2feat_live’
acmod.c:387: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:388: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:389: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:389: warning: statement with no effect
acmod.c: In function ‘acmod_process_full_raw’:
acmod.c:404: warning: implicit declaration of function ‘fe_process_frames’
acmod.c:404: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:406: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:406: warning: comparison between pointer and integer
acmod.c:407: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:407: warning: passing argument 1 of ‘ckd_free_2d’ from incompatible pointer type
acmod.c:408: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:408: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:408: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:408: error: invalid type argument of ‘unary ’
acmod.c:408: warning: passing argument 3 of ‘ckd_calloc_2d’ makes integer from pointer without a cast
acmod.c:408: warning: statement with no effect
acmod.c:410: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:410: warning: statement with no effect
acmod.c:412: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:412: warning: statement with no effect
acmod.c:413: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:413: warning: statement with no effect
acmod.c:414: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:414: warning: passing argument 1 of ‘fe_start_utt’ from incompatible pointer type
acmod.c:415: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:416: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:418: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:418: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:418: warning: passing argument 1 of ‘fe_end_utt’ from incompatible pointer type
acmod.c:418: error: incompatible type for argument 2 of ‘fe_end_utt’
acmod.c:421: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:421: warning: assignment from incompatible pointer type
acmod.c:423: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:423: warning: statement with no effect
acmod.c: In function ‘acmod_process_mfcbuf’:
acmod.c:436: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:436: warning: assignment makes integer from pointer without a cast
acmod.c:438: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:438: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:439: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:439: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:440: error: ‘acmod_t’ has no member named ‘state’
acmod.c:440: warning: initialization makes integer from pointer without a cast
acmod.c:443: error: ‘acmod_t’ has no member named ‘state’
acmod.c:443: warning: comparison between pointer and integer
acmod.c:444: error: ‘acmod_t’ has no member named ‘state’
acmod.c:444: warning: statement with no effect
acmod.c:445: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:445: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:445: error: invalid operands to binary +
acmod.c:445: warning: assignment from incompatible pointer type
acmod.c:449: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:449: warning: statement with no effect
acmod.c:450: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:450: warning: statement with no effect
acmod.c:451: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:451: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:451: warning: statement with no effect
acmod.c:453: error: ‘acmod_t’ has no member named ‘state’
acmod.c:453: warning: statement with no effect
acmod.c:455: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:455: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:455: error: invalid operands to binary +
acmod.c:455: warning: assignment from incompatible pointer type
acmod.c:457: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:457: warning: statement with no effect
acmod.c:458: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:458: warning: statement with no effect
acmod.c:459: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:459: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:459: warning: statement with no effect
acmod.c: In function ‘acmod_process_raw’:
acmod.c:481: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:481: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:483: error: ‘acmod_t’ has no member named ‘mfc_outidx’
acmod.c:483: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:483: error: invalid operands to binary +
acmod.c:483: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:483: error: invalid operands to binary %
acmod.c:483: warning: assignment makes integer from pointer without a cast
acmod.c:486: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:486: warning: comparison between pointer and integer
acmod.c:487: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:487: warning: initialization makes integer from pointer without a cast
acmod.c:488: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:489: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:491: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:491: warning: statement with no effect
acmod.c:495: error: ‘acmod_t’ has no member named ‘n_mfc_alloc’
acmod.c:495: error: invalid operands to binary %
acmod.c:495: warning: statement with no effect
acmod.c:497: error: ‘acmod_t’ has no member named ‘fe’
acmod.c:498: error: ‘acmod_t’ has no member named ‘mfc_buf’
acmod.c:500: error: ‘acmod_t’ has no member named ‘n_mfc_frame’
acmod.c:500: warning: statement with no effect
acmod.c: In function ‘acmod_process_cep’:
acmod.c:524: error: ‘acmod_t’ has no member named ‘state’
acmod.c:524: warning: comparison between pointer and integer
acmod.c:525: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:525: error: ‘arg_t’ has no member named ‘window_size’
acmod.c:525: warning: assignment makes integer from pointer without a cast
acmod.c:526: error: ‘acmod_t’ has no member named ‘state’
acmod.c:526: warning: comparison between pointer and integer
acmod.c:527: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:527: error: ‘arg_t’ has no member named ‘window_size’
acmod.c:527: error: invalid operands to binary -
acmod.c:527: warning: statement with no effect
acmod.c:530: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:530: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:533: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:533: error: ‘acmod_t’ has no member named ‘state’
acmod.c:533: warning: comparison between pointer and integer
acmod.c:534: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:534: warning: passing argument 2 of ‘acmod_grow_feat_buf’ makes integer from pointer without a cast
acmod.c:536: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:536: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:540: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:542: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:542: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:542: error: invalid operands to binary +
acmod.c:542: warning: assignment makes integer from pointer without a cast
acmod.c:543: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:543: warning: comparison between pointer and integer
acmod.c:544: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:544: error: invalid operands to binary
acmod.c:544: warning: passing argument 2 of ‘acmod_grow_feat_buf’ makes integer from pointer without a cast
acmod.c:547: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:547: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:547: error: invalid operands to binary +
acmod.c:547: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:547: error: invalid operands to binary %
acmod.c:547: warning: assignment makes integer from pointer without a cast
acmod.c:551: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:551: warning: comparison between pointer and integer
acmod.c:552: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:552: warning: initialization makes integer from pointer without a cast
acmod.c:553: error: ‘acmod_t’ has no member named ‘state’
acmod.c:553: warning: initialization makes integer from pointer without a cast
acmod.c:556: error: ‘acmod_t’ has no member named ‘state’
acmod.c:556: warning: comparison between pointer and integer
acmod.c:557: error: ‘acmod_t’ has no member named ‘state’
acmod.c:557: warning: statement with no effect
acmod.c:558: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:560: error: ‘acmod_t’ has no member named ‘state’
acmod.c:560: warning: comparison between pointer and integer
acmod.c:561: error: ‘acmod_t’ has no member named ‘state’
acmod.c:561: warning: comparison between pointer and integer
acmod.c:562: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:566: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:566: warning: statement with no effect
acmod.c:568: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:568: error: invalid operands to binary %
acmod.c:568: warning: statement with no effect
acmod.c:574: error: ‘acmod_t’ has no member named ‘state’
acmod.c:574: warning: statement with no effect
acmod.c:577: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:579: error: ‘acmod_t’ has no member named ‘state’
acmod.c:579: warning: comparison between pointer and integer
acmod.c:580: error: ‘acmod_t’ has no member named ‘state’
acmod.c:580: warning: comparison between pointer and integer
acmod.c:581: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:584: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:584: warning: statement with no effect
acmod.c:588: error: ‘acmod_t’ has no member named ‘state’
acmod.c:588: warning: comparison between pointer and integer
acmod.c:589: error: ‘acmod_t’ has no member named ‘state’
acmod.c:589: warning: statement with no effect
acmod.c: In function ‘acmod_process_feat’:
acmod.c:599: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:599: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:600: error: ‘acmod_t’ has no member named ‘grow_feat’
acmod.c:601: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:601: error: invalid operands to binary
acmod.c:601: warning: passing argument 2 of ‘acmod_grow_feat_buf’ makes integer from pointer without a cast
acmod.c:606: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:606: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:606: error: invalid operands to binary +
acmod.c:606: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:606: error: invalid operands to binary %
acmod.c:606: warning: assignment makes integer from pointer without a cast
acmod.c:607: warning: implicit declaration of function ‘feat_dimension1’
acmod.c:607: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:608: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:608: error: subscripted value is neither array nor pointer
acmod.c:609: warning: implicit declaration of function ‘feat_dimension2’
acmod.c:609: error: ‘acmod_t’ has no member named ‘fcb’
acmod.c:609: warning: passing argument 1 of ‘memcpy’ discards qualifiers from pointer target type
acmod.c:610: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:610: error: lvalue required as increment operand
acmod.c:610: warning: statement with no effect
acmod.c: In function ‘acmod_frame_idx’:
acmod.c:618: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:618: warning: return makes integer from pointer without a cast
acmod.c: In function ‘acmod_rewind’:
acmod.c:625: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:625: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:629: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:629: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:629: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:629: error: invalid operands to binary +
acmod.c:629: warning: statement with no effect
acmod.c:632: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:632: warning: statement with no effect
acmod.c:633: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:633: warning: statement with no effect
acmod.c: In function ‘acmod_score’:
acmod.c:645: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:656: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:656: error: ‘acmod_t’ has no member named ‘n_feat_alloc’
acmod.c:657: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:657: warning: statement with no effect
acmod.c:660: error: ‘acmod_t’ has no member named ‘frame_eval’
acmod.c:660: error: ‘acmod_t’ has no member named ‘mgau’
acmod.c:661: error: ‘acmod_t’ has no member named ‘senone_scores’
acmod.c:662: error: ‘acmod_t’ has no member named ‘senone_active’
acmod.c:663: error: ‘acmod_t’ has no member named ‘n_senone_active’
acmod.c:664: error: ‘acmod_t’ has no member named ‘feat_buf’
acmod.c:664: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:664: error: array subscript is not an integer
acmod.c:665: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:666: error: ‘acmod_t’ has no member named ‘compallsen’
acmod.c:667: error: called object ‘(const struct arg_t )&<erroneous-expression>’ is not a function
acmod.c:667: warning: assignment makes integer from pointer without a cast
acmod.c:669: error: ‘acmod_t’ has no member named ‘feat_outidx’
acmod.c:669: error: lvalue required as increment operand
acmod.c:669: warning: statement with no effect
acmod.c:670: error: ‘acmod_t’ has no member named ‘n_feat_frame’
acmod.c:670: error: lvalue required as decrement operand
acmod.c:670: warning: statement with no effect
acmod.c:672: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:672: warning: assignment makes integer from pointer without a cast
acmod.c:673: error: ‘acmod_t’ has no member named ‘output_frame’
acmod.c:673: error: lvalue required as increment operand
acmod.c:673: warning: statement with no effect
acmod.c:675: error: ‘acmod_t’ has no member named ‘senone_scores’
acmod.c:675: warning: return from incompatible pointer type
acmod.c: In function ‘acmod_clear_active’:
acmod.c:681: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:681: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:681: error: ‘arg_t’ has no member named ‘n_sen’
acmod.c:681: error: invalid operands to binary >>
acmod.c:681: error: invalid operands to binary
acmod.c:681: warning: passing argument 1 of ‘memset’ discards qualifiers from pointer target type
acmod.c:681: warning: passing argument 3 of ‘memset’ makes integer from pointer without a cast
acmod.c:682: error: ‘acmod_t’ has no member named ‘n_senone_active’
acmod.c:682: warning: statement with no effect
acmod.c: In function ‘acmod_activate_hmm’:
acmod.c:701: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:701: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:701: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:701: error: subscripted value is neither array nor pointer
acmod.c:701: error: invalid operands to binary >>
acmod.c:701: error: array subscript is not an integer
acmod.c:701: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:701: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:701: error: subscripted value is neither array nor pointer
acmod.c:701: error: invalid operands to binary &
acmod.c:701: error: invalid operands to binary <<
acmod.c:701: warning: statement with no effect
acmod.c:702: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:702: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:702: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:702: error: subscripted value is neither array nor pointer
acmod.c:702: error: invalid operands to binary >>
acmod.c:702: error: array subscript is not an integer
acmod.c:702: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:702: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:702: error: subscripted value is neither array nor pointer
acmod.c:702: error: invalid operands to binary &
acmod.c:702: error: invalid operands to binary <<
acmod.c:702: warning: statement with no effect
acmod.c:704: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:704: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:704: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:704: error: subscripted value is neither array nor pointer
acmod.c:704: error: invalid operands to binary >>
acmod.c:704: error: array subscript is not an integer
acmod.c:704: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:704: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:704: error: subscripted value is neither array nor pointer
acmod.c:704: error: invalid operands to binary &
acmod.c:704: error: invalid operands to binary <<
acmod.c:704: warning: statement with no effect
acmod.c:705: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:705: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:705: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:705: error: subscripted value is neither array nor pointer
acmod.c:705: error: invalid operands to binary >>
acmod.c:705: error: array subscript is not an integer
acmod.c:705: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:705: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:705: error: subscripted value is neither array nor pointer
acmod.c:705: error: invalid operands to binary &
acmod.c:705: error: invalid operands to binary <<
acmod.c:705: warning: statement with no effect
acmod.c:706: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:706: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:706: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:706: error: subscripted value is neither array nor pointer
acmod.c:706: error: invalid operands to binary >>
acmod.c:706: error: array subscript is not an integer
acmod.c:706: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:706: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:706: error: subscripted value is neither array nor pointer
acmod.c:706: error: invalid operands to binary &
acmod.c:706: error: invalid operands to binary <<
acmod.c:706: warning: statement with no effect
acmod.c:710: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:710: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:710: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:710: error: subscripted value is neither array nor pointer
acmod.c:710: error: invalid operands to binary >>
acmod.c:710: error: array subscript is not an integer
acmod.c:710: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:710: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:710: error: subscripted value is neither array nor pointer
acmod.c:710: error: invalid operands to binary &
acmod.c:710: error: invalid operands to binary <<
acmod.c:710: warning: statement with no effect
acmod.c:717: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:717: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:717: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:717: error: subscripted value is neither array nor pointer
acmod.c:717: error: invalid operands to binary >>
acmod.c:717: error: array subscript is not an integer
acmod.c:717: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:717: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:717: error: subscripted value is neither array nor pointer
acmod.c:717: error: invalid operands to binary &
acmod.c:717: error: invalid operands to binary <<
acmod.c:717: warning: statement with no effect
acmod.c:718: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:718: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:718: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:718: error: subscripted value is neither array nor pointer
acmod.c:718: error: invalid operands to binary >>
acmod.c:718: error: array subscript is not an integer
acmod.c:718: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:718: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:718: error: subscripted value is neither array nor pointer
acmod.c:718: error: invalid operands to binary &
acmod.c:718: error: invalid operands to binary <<
acmod.c:718: warning: statement with no effect
acmod.c:720: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:720: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:720: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:720: error: subscripted value is neither array nor pointer
acmod.c:720: error: invalid operands to binary >>
acmod.c:720: error: array subscript is not an integer
acmod.c:720: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:720: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:720: error: subscripted value is neither array nor pointer
acmod.c:720: error: invalid operands to binary &
acmod.c:720: error: invalid operands to binary <<
acmod.c:720: warning: statement with no effect
acmod.c:721: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:721: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:721: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:721: error: subscripted value is neither array nor pointer
acmod.c:721: error: invalid operands to binary >>
acmod.c:721: error: array subscript is not an integer
acmod.c:721: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:721: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:721: error: subscripted value is neither array nor pointer
acmod.c:721: error: invalid operands to binary &
acmod.c:721: error: invalid operands to binary <<
acmod.c:721: warning: statement with no effect
acmod.c:722: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:722: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:722: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:722: error: subscripted value is neither array nor pointer
acmod.c:722: error: invalid operands to binary >>
acmod.c:722: error: array subscript is not an integer
acmod.c:722: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:722: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:722: error: subscripted value is neither array nor pointer
acmod.c:722: error: invalid operands to binary &
acmod.c:722: error: invalid operands to binary <<
acmod.c:722: warning: statement with no effect
acmod.c:726: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:726: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:726: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:726: error: subscripted value is neither array nor pointer
acmod.c:726: error: invalid operands to binary >>
acmod.c:726: error: array subscript is not an integer
acmod.c:726: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:726: error: ‘arg_t’ has no member named ‘sseq’
acmod.c:726: error: subscripted value is neither array nor pointer
acmod.c:726: error: invalid operands to binary &
acmod.c:726: error: invalid operands to binary <<
acmod.c:726: warning: statement with no effect
acmod.c: In function ‘acmod_flags2list’:
acmod.c:738: error: ‘acmod_t’ has no member named ‘mdef’
acmod.c:738: error: ‘arg_t’ has no member named ‘n_sen’
acmod.c:738: warning: assignment makes integer from pointer without a cast
acmod.c:739: error: ‘acmod_t’ has no member named ‘compallsen’
acmod.c:740: error: ‘acmod_t’ has no member named ‘n_senone_active’
acmod.c:740: warning: statement with no effect
acmod.c:743: error: ‘BITVEC_BITS’ undeclared (first use in this function)
acmod.c:743: error: (Each undeclared identifier is reported only once
acmod.c:743: error: for each function it appears in.)
acmod.c:743: error: invalid operands to binary /
acmod.c:743: warning: assignment makes integer from pointer without a cast
acmod.c:744: error: invalid operands to binary %
acmod.c:744: warning: assignment makes integer from pointer without a cast
acmod.c:746: error: ‘acmod_t’ has no member named ‘senone_active_vec’
acmod.c:746: warning: assignment from incompatible pointer type
acmod.c:749: warning: comparison between pointer and integer
acmod.c:750: error: invalid operands to binary &
acmod.c:751: error: ‘acmod_t’ has no member named ‘senone_active’
acmod.c:751: error: invalid operands to binary
acmod.c:751: error: assignment of read-only location
acmod.c:751: warning: statement with no effect
acmod.c:755: error: invalid operands to binary &
acmod.c:756: error: ‘acmod_t’ has no member named ‘senone_active’
acmod.c:756: error: invalid operands to binary
acmod.c:756: error: assignment of read-only location
acmod.c:756: warning: statement with no effect
acmod.c:758: error: ‘acmod_t’ has no member named ‘n_senone_active’
acmod.c:758: warning: statement with no effect
acmod.c: In function ‘acmod_active_list’:
acmod.c:766: error: ‘acmod_t’ has no member named ‘n_senone_active’
acmod.c:766: warning: assignment makes integer from pointer without a cast
acmod.c:767: error: ‘acmod_t’ has no member named ‘senone_active’
acmod.c:767: warning: return from incompatible pointer type
make[2]: [acmod.lo] Error 1
make[1]: [all-recursive] Error 1
make: *** [all-recursive] Error 1
Thank you for help me!! :)
You need to compile sphinxbase first, then pocketsphinx, then gnome-voice-control.
Such questions are easier to ask on irc. Join #cmusphinx channel on freenode. On ubuntu you can just install applet package and add it to the panel.
http://packages.ubuntu.com/hardy/utils/gnome-voice-control