cmusphinx / sphinxtrain

Acoustic model trainer for CMU Sphinx
Other
178 stars 112 forks source link

error when executing the autogen in ubuntu #44

Closed LakshithaSLT closed 1 year ago

LakshithaSLT commented 1 year ago
./configure: line 14407: syntax error near unexpected token `use_lapack=true'
./configure: line 14407: `use_lapack=true'

I have tried to figure out the issue by spending many times but without any success.

sdulyq commented 1 year ago

yes I meet the same problem, do you solve it?

sdulyq commented 1 year ago

I have solved it! Just delete the two lines in configure.ac

 use_lapack=true
use_internal_lapack=false
dhdaines commented 1 year ago

Yuck! Autotools is bad. We use CMake now, so you shouldn't have this problem anymore.