Advertisement
qspitzer

pocketsphinx make

Jul 5th, 2018
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. Making all in src
  2. make[1]: Entering directory '/home/qspitzer/Downloads/pocketsphinx/src'
  3. Making all in libpocketsphinx
  4. make[2]: Entering directory '/home/qspitzer/Downloads/pocketsphinx/src/libpocketsphinx'
  5. /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
  6. 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
  7. acmod.c: In function ‘acmod_read_scores’:
  8. acmod.c:1037:56: error: macro "E_DEBUG" passed 3 arguments, but takes just 2
  9. acmod->senscr_frame, acmod->n_senone_active);
  10. ^
  11. acmod.c:1036:5: error: ‘E_DEBUG’ undeclared (first use in this function); did you mean ‘ERR_DEBUG’?
  12. E_DEBUG("Frame %d has %d active states\n",
  13. ^~~~~~~
  14. ERR_DEBUG
  15. acmod.c:1036:5: note: each undeclared identifier is reported only once for each function it appears in
  16. acmod.c: In function ‘acmod_score’:
  17. acmod.c:1161:39: error: macro "E_DEBUG" passed 3 arguments, but takes just 2
  18. acmod->n_senone_active);
  19. ^
  20. acmod.c:1160:9: error: ‘E_DEBUG’ undeclared (first use in this function); did you mean ‘ERR_DEBUG’?
  21. E_DEBUG("Frame %d has %d active states\n", frame_idx,
  22. ^~~~~~~
  23. ERR_DEBUG
  24. acmod.c: In function ‘acmod_flags2list’:
  25. acmod.c:1303:56: error: macro "E_DEBUG" passed 3 arguments, but takes just 2
  26. acmod->n_senone_active, acmod->output_frame);
  27. ^
  28. acmod.c:1302:5: error: ‘E_DEBUG’ undeclared (first use in this function); did you mean ‘ERR_DEBUG’?
  29. E_DEBUG("acmod_flags2list: %d active in frame %d\n",
  30. ^~~~~~~
  31. ERR_DEBUG
  32. Makefile:558: recipe for target 'acmod.lo' failed
  33. make[2]: *** [acmod.lo] Error 1
  34. make[2]: Leaving directory '/home/qspitzer/Downloads/pocketsphinx/src/libpocketsphinx'
  35. Makefile:382: recipe for target 'all-recursive' failed
  36. make[1]: *** [all-recursive] Error 1
  37. make[1]: Leaving directory '/home/qspitzer/Downloads/pocketsphinx/src'
  38. Makefile:477: recipe for target 'all-recursive' failed
  39. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement