I am trying to compile SphinxTrain from trunk on Win7 with MSVS 2008 and have
error messages about includes from sphinxbase.
Previously I have successfully compiled from trunk sphinxbase, sphinx3 and
pocketsphinx. The directory layout is correct. MS solution files from
sphinxbase, sphinx3 and pocketsphinx have been opened by VS without problems,
but by the opening of the SphinxTrain solution file, VS reported about old
format and suggested to convert it. The conversion was successfull. I have
found that .vcproj files in sphinx3 and pocketsphinx have references to
sphinxbase includes in AdditionalIncludesDirectories variable, perhaps .vcproj
don't have this. I have tried to add these references manually, and managed to
compile 6 .vcproj from 36.
The first fatal message what I had is:
fatal error C1083: Cannot open source file:
'........\src\libs\libcommon\ckd_alloc.c': No such file or directory
I think, MS solution file and project files are not uptodated in SphinxTrain
trunk...
P.S. On linux I have successfully compiled latest SphinxTrain from trunk.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to compile SphinxTrain from trunk on Win7 with MSVS 2008 and have
error messages about includes from sphinxbase.
Previously I have successfully compiled from trunk sphinxbase, sphinx3 and
pocketsphinx. The directory layout is correct. MS solution files from
sphinxbase, sphinx3 and pocketsphinx have been opened by VS without problems,
but by the opening of the SphinxTrain solution file, VS reported about old
format and suggested to convert it. The conversion was successfull. I have
found that .vcproj files in sphinx3 and pocketsphinx have references to
sphinxbase includes in AdditionalIncludesDirectories variable, perhaps .vcproj
don't have this. I have tried to add these references manually, and managed to
compile 6 .vcproj from 36.
The first fatal message what I had is:
fatal error C1083: Cannot open source file:
'........\src\libs\libcommon\ckd_alloc.c': No such file or directory
I think, MS solution file and project files are not uptodated in SphinxTrain
trunk...
P.S. On linux I have successfully compiled latest SphinxTrain from trunk.
Yes, help to update them is appreciated
This file is not needed anymore and was removed. You can remove it from the
project.