commit 2691fa97bd7b9c377d9b77c442f6517185df7efb
parent 0418285c5357b11a375e1e9148766f3c1472020a
Author: umhau <umhau@users.noreply.github.com>
Date: Fri, 9 Dec 2016 17:26:13 -0500
something changed and a library wasn't compiling
This file: /sphinxtrain/../sphinxbase/src/libsphinxbase/libsphinxbase.la
And this error:
configure: error: SphinxBase libraries were not found in /home/pi/tools/sphinxtrain/../sphinxbase.
Use the --with-sphinxbase-build option to `configure' to specify the build directory for SphinxBase. Run ./configure --help for more information.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/installdependencies.sh b/installdependencies.sh
@@ -102,7 +102,7 @@ if [ ! -d $installation_directory/sphinxbase/ ]; then
git clone https://github.com/cmusphinx/sphinxbase.git
cd ./sphinxbase
./autogen.sh
- ./configure
+ ./configure --with-sphinxbase-build
make -j $CORES
make -j $CORES check
sudo make -j $CORES install