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

Workaround for macOS bug with strdup (fixes #4855) #4911

Closed pguyot closed 2 months ago

pguyot commented 2 months ago

There is a bug with macOS where strdup is not defined if _XOPEN_SOURCE is defined to be 500. This breaks macOS builds (see #4855)

The proposed workaround patches the files that do not compile on Darwin.