VoxForge
Hi,
I was trying to build pocketsphinx0.6 for windows Mobile(5 or 6) with VS2008.
I chose the 'batch build' all to compile sphinxbase,win32 succeed , but there came some problems when Mobile 5.0:
../../include\err.h(65) : fatal error C1083: ......:“errno.h”: No such file or directory
ngram_model.c
here is the code
#ifndef _WIN32_WCE
#include <errno.h>
#endif
looks like _WIN32_WCE was not defined ,should it be ?
I found some similar question here
https://sourceforge.net/projects/cmusphinx/forums/forum/5471/topic/2346334
https://sourceforge.net/projects/cmusphinx/forums/forum/5471/topic/3753389
but I didn't find much helpful solution.
any suggestion would be greatly appreciated.
Thank
--- (Edited on 8/9/2010 11:38 pm [GMT-0500] by lengb) ---
>pocketsphinx building problem with VS2008 for WMobile
Best to ask these types of questions on the SPhinx Forum.
--- (Edited on 8/22/2010 12:32 am [GMT-0400] by kmaclean) ---