We want to use the CMU PocketSphinx developer toolkit for a project that we
are working on. We have Microsoft Visual Studio 2010 Ultimate and were
following the steps to install the toolkit but we ran into a wall. When trying
to load the SphinxBase.sln file, our version of Visual Studio says that we
need to convert the file. When we use the wizard to convert, errors come up
and they say that files have failed to load.
We'd like to try to integrate the pocketsphinx into our project but it we know
very little, so we'd like to try to learn.
We have a screenshot of the errors if it'd be more helpful, but basically..
the following files couldn't be converted:
They all say '(unavailable)' next to them in the solution explorer. And in the
conversion report, each of them say the following:
Cannot load the project due to a corrupt project file.
The following error has occurred during XML parsing: File:
C:\Users\Owner\Documents\PocketSphinx\SphinxBase\sphinxbase\win32\.vcproj
Line: 211 Column: 5 Error Message: System error: -2147154677. The file
'C:\Users\Owner\Documents\PocketSphinx\SphinxBase\sphinxbase\win32\.vcproj'
has failed to load.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We want to use the CMU PocketSphinx developer toolkit for a project that we
are working on. We have Microsoft Visual Studio 2010 Ultimate and were
following the steps to install the toolkit but we ran into a wall. When trying
to load the SphinxBase.sln file, our version of Visual Studio says that we
need to convert the file. When we use the wizard to convert, errors come up
and they say that files have failed to load.
We'd like to try to integrate the pocketsphinx into our project but it we know
very little, so we'd like to try to learn.
We have a screenshot of the errors if it'd be more helpful, but basically..
the following files couldn't be converted:
sphinx_cepview
sphinx_fe
sphinx_jsgf2fsg
sphinx_lm_convert
sphinxbase
They all say '(unavailable)' next to them in the solution explorer. And in the
conversion report, each of them say the following:
Cannot load the project due to a corrupt project file.
The following error has occurred during XML parsing: File:
C:\Users\Owner\Documents\PocketSphinx\SphinxBase\sphinxbase\win32\.vcproj
Line: 211 Column: 5 Error Message: System error: -2147154677. The file
'C:\Users\Owner\Documents\PocketSphinx\SphinxBase\sphinxbase\win32\.vcproj'
has failed to load.
Pocketsphinx works with VS2008, it doesn't work with 2010. Please also check
the readme it has some important detail.
I see. Thank you. It said in the tutorial that it works with 2008 or newer,
that's why we tried. But we got 2008 instead.