Hello vivek.
Thank you very much for your answer.
Many source files were compiled.
But there is link error yet.
libsphinx2ad project contains mulaw_base.c but actually mulaw_base.c doesn't exist.
how can solve it?
I would be greatful if you gave me even a little advise.
thank you.
--------------------Configuration: libsphinx2ad - Win32 Debug--------------------
Compiling...
cont_ad_base.c
mulaw_base.c
fatal error C1083: Cannot open source file: 'D:\sphinx2-0.3\src\libsphinx2ad\mulaw_base.c': No such file or directory
play_win32.c
d:\sphinx2-0.3\src\libsphinx2ad\play_win32.c(184) : warning C4133: 'function' : incompatible types - from 'struct waveformat_tag *' to 'const struct tWAVEFORMATEX *'
rec_win32.c
d:\sphinx2-0.3\src\libsphinx2ad\rec_win32.c(191) : warning C4133: 'function' : incompatible types - from 'struct waveformat_tag *' to 'const struct tWAVEFORMATEX *'
Error executing cl.exe.
libsphinx2ad-debug.lib - 1 error(s), 2 warning(s)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-10-11
Delete the mulaw_base.c file from ur workspace
It should work. Its not there in the actual source.
Vivek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello vivek.
Thank you very much for your answer.
Many source files were compiled.
But there is link error yet.
libsphinx2ad project contains mulaw_base.c but actually mulaw_base.c doesn't exist.
how can solve it?
I would be greatful if you gave me even a little advise.
thank you.
--------------------Configuration: libsphinx2ad - Win32 Debug--------------------
Compiling...
cont_ad_base.c
mulaw_base.c
fatal error C1083: Cannot open source file: 'D:\sphinx2-0.3\src\libsphinx2ad\mulaw_base.c': No such file or directory
play_win32.c
d:\sphinx2-0.3\src\libsphinx2ad\play_win32.c(184) : warning C4133: 'function' : incompatible types - from 'struct waveformat_tag *' to 'const struct tWAVEFORMATEX *'
rec_win32.c
d:\sphinx2-0.3\src\libsphinx2ad\rec_win32.c(191) : warning C4133: 'function' : incompatible types - from 'struct waveformat_tag *' to 'const struct tWAVEFORMATEX *'
Error executing cl.exe.
libsphinx2ad-debug.lib - 1 error(s), 2 warning(s)
Delete the mulaw_base.c file from ur workspace
It should work. Its not there in the actual source.
Vivek
mulaw_base.c is in sphinx2-0.4, which has just been released.