Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. swig -I.. -I../../../sphinxbase/swig -I../include -I../../sphinxbase/include
  2. -csharp
  3. -dllimport "libpocketsphinxwrap.so"
  4. -namespace "Pocketsphinx" -o sphinxbase.c
  5. -outdir gen ../../../sphinxbase/swig/sphinxbase.i
  6. process_begin: CreateProcess(NULL, swig -I.. -I../../../sphinxbase/swig -I../include -I../../sphinxbase/include -csharp -dllimport libpocketsphinxwrap.so -namespace Pocketsphinx -o sphinxbase.c -outdir gen ../../../sphinxbase/swig/sphinxbase.i, ...) failed.
  7. make (e=2): The system cannot find the file specified.
  8. make: *** [makefile:7: pocketsphinx.c] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement