Skip to main content

ibpocketsphx

Making all in src
make[1]: Entering directory '/home/qspitzer/Downloads/pocketsphinx/src'
Making all in libpocketsphinx
make[2]: Entering directory '/home/qspitzer/Downloads/pocketsphinx/src/libpocketsphinx'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include   -I/home/qspitzer/Downloads/pocketsphinx/../sphinxbase-5prealpha/include -I/home/qspitzer/Downloads/pocketsphinx/../sphinxbase-5prealpha/include/sphinxbase -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -g -O2 -Wall -MT acmod.lo -MD -MP -MF .deps/acmod.Tpo -c -o acmod.lo acmod.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I/home/qspitzer/Downloads/pocketsphinx/../sphinxbase-5prealpha/include -I/home/qspitzer/Downloads/pocketsphinx/../sphinxbase-5prealpha/include/sphinxbase -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -g -O2 -Wall -MT acmod.lo -MD -MP -MF .deps/acmod.Tpo -c acmod.c  -fPIC -DPIC -o .libs/acmod.o
acmod.c: In function 'acmod_read_scores':
acmod.c:1037:56: error: macro "E_DEBUG" passed 3 arguments, but takes just 2
             acmod->senscr_frame, acmod->n_senone_active);
                                                        ^
acmod.c:1036:5: error: 'E_DEBUG' undeclared (first use in this function); did you mean 'ERR_DEBUG'?
     E_DEBUG("Frame %d has %d active states\n",
     ^~~~~~~
     ERR_DEBUG
acmod.c:1036:5: note: each undeclared identifier is reported only once for each function it appears in
acmod.c: In function 'acmod_score':
acmod.c:1161:39: error: macro "E_DEBUG" passed 3 arguments, but takes just 2
                 acmod->n_senone_active);
                                       ^
acmod.c:1160:9: error: 'E_DEBUG' undeclared (first use in this function); did you mean 'ERR_DEBUG'?
         E_DEBUG("Frame %d has %d active states\n", frame_idx,
         ^~~~~~~
         ERR_DEBUG
acmod.c: In function 'acmod_flags2list':
acmod.c:1303:56: error: macro "E_DEBUG" passed 3 arguments, but takes just 2
             acmod->n_senone_active, acmod->output_frame);
                                                        ^
acmod.c:1302:5: error: 'E_DEBUG' undeclared (first use in this function); did you mean 'ERR_DEBUG'?
     E_DEBUG("acmod_flags2list: %d active in frame %d\n",
     ^~~~~~~
     ERR_DEBUG
Makefile:558: recipe for target 'acmod.lo' failed
make[2]: *** [acmod.lo] Error 1
make[2]: Leaving directory '/home/qspitzer/Downloads/pocketsphinx/src/libpocketsphinx'
Makefile:382: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/qspitzer/Downloads/pocketsphinx/src'
Makefile:477: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1