From: Kirill K. <kir...@sm...> - 2015-05-19 00:55:09
|
I have collected all my source changes into 4 separate commits in my git fork. Please review the changes at the following links: The first change is trivial, but is necessary for the whole rig to work properly. EOL conventions are hard to fix later and cause the most confusion in version control. https://github.com/kaldi-asr/kaldi/commit/bba053 Compatibility changes for Windows cl (VS2013) and icl (Intel XE 2015 Update 3) https://github.com/kaldi-asr/kaldi/commit/1cc30d This is a change to fix the apparent MSVC bug with namespace resolution in template expansion https://github.com/kaldi-asr/kaldi/commit/f0f9e7 And the last deals with proper I/O binarization under Windows, and Cygwin path conversions. The change depends on the 2nd from top above. https://github.com/kaldi-asr/kaldi/commit/5d2cc3 There are also changes to openfst files and headers, but I do not know how to deal with them: - Check in the patches to be applied on top of existing patches? - Provide pre-build binaries? - Check in complete sources as part of kaldi repo? And there are build scripts, coming soon. Thanks, -kkm |