kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
13.95k stars 5.29k forks source link

Patch sctk for macOS picky compiler #4912

Closed pguyot closed 2 months ago

pguyot commented 2 months ago

sctk has two minor issues that compilers on recent versions of macOS choke on.

  1. It lacks an include to unistd.h to use unlink and getpid
  2. it doesn't define the prototype for TEXT_set_lang_prof

This fix patches sctk before it is compiled. Tested on ubuntu 20.04, ubuntu 22.04, macOS 12, macOS 13 and macOS 14 (using GitHub actions)