The current SphinxBase 0.2 distrib zip seems to have the Win32 project compile option -DHAVE_CONFIG_H, but there is no "config.h" to be found. Builds fail with "config.h" not found.
With a bit of investigating, I disabled HAVE_CONFIG_H in all the sub projects and then it compiles.
This glitch in the distrib would be a speed-hump for any Windows-based folks wanting to get involved (like me!)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, thanks a bunch for the quick reply.
I just followed the link to 0.2 from the PocketSphinx page...
I should have looked at the available downloads more carefully.
Will carry on.
Cheers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yup, that's why there is SphinxBase 0.2.1. The real solution is to add include/win32 to the preprocessor include path - there is a config.h specifically for win32 that lives in there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The current SphinxBase 0.2 distrib zip seems to have the Win32 project compile option -DHAVE_CONFIG_H, but there is no "config.h" to be found. Builds fail with "config.h" not found.
With a bit of investigating, I disabled HAVE_CONFIG_H in all the sub projects and then it compiles.
This glitch in the distrib would be a speed-hump for any Windows-based folks wanting to get involved (like me!)
OK, thanks a bunch for the quick reply.
I just followed the link to 0.2 from the PocketSphinx page...
I should have looked at the available downloads more carefully.
Will carry on.
Cheers.
Yup, that's why there is SphinxBase 0.2.1. The real solution is to add include/win32 to the preprocessor include path - there is a config.h specifically for win32 that lives in there.