I downloaded the sphinxtrain from github in order to create my acoustic model because the map_adapt wasn't working with the older version of sphinxtrain. When I type $make, to install it, i get this error that it has an undefined reference to 'bio_fwrite_1d':
In function 's3map_write':/home/jenni/Downloads/sphinxtrain-master/src/libs/libio/s3map_io.c:152: undefined reference to 'bio_fwrite_1d'
Am I missing something? I've already installed the lastest sphinxbase.
Last edit: June 2015-07-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This error means you did not install sphinxbase properly. Maybe you did not install the version you compiled or you have older conflicting installation. You can find details about sphinxbase version used in the build log.
You need basic Linux expertise to solve this problem.
Alternatively you can provide more information to get help - build log, configure log, details about your OS and where and how did you install sphinxbase.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, you were correct. I was installing and uninstalling the older sphinxbase version previously and may have not uninstalled it properly when I re-installed the newer version of sphinxbase. I attempted to install it on a different computer that didn't have sphinxbase previously on it and it worked fine there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded the sphinxtrain from github in order to create my acoustic model because the map_adapt wasn't working with the older version of sphinxtrain. When I type $make, to install it, i get this error that it has an undefined reference to 'bio_fwrite_1d':
In function 's3map_write':/home/jenni/Downloads/sphinxtrain-master/src/libs/libio/s3map_io.c:152: undefined reference to 'bio_fwrite_1d'
Am I missing something? I've already installed the lastest sphinxbase.
Last edit: June 2015-07-14
This error means you did not install sphinxbase properly. Maybe you did not install the version you compiled or you have older conflicting installation. You can find details about sphinxbase version used in the build log.
You need basic Linux expertise to solve this problem.
Alternatively you can provide more information to get help - build log, configure log, details about your OS and where and how did you install sphinxbase.
Yes, you were correct. I was installing and uninstalling the older sphinxbase version previously and may have not uninstalled it properly when I re-installed the newer version of sphinxbase. I attempted to install it on a different computer that didn't have sphinxbase previously on it and it worked fine there.