Configuring ...
Backing up kaldi.mk to kaldi.mk.bak ...
Checking compiler g++ ...
Checking OpenFst library in /home/wahunter/kaldi2/tools/openfst ...
Doing OS specific configurations ...
On Linux: Checking for linear algebra header files ...
Using ATLAS as the linear algebra library.
Atlas found in /usr/lib64/atlas
Validating presence of ATLAS libs in /usr/lib64/atlas
Could not find any libraries /usr/lib64/atlas/liblapack /usr/lib64/atlas/liblapack_atlas /usr/lib64/atlas/libclapack that seem to be an ATLAS CLAPACK library.
Validating presence of ATLAS libs in /usr/lib64/atlas
Could not find any libraries /usr/lib64/atlas/liblapack /usr/lib64/atlas/liblapack_atlas /usr/lib64/atlas/libclapack that seem to be an ATLAS CLAPACK library.
exp-test.cc:22:24: fatal error: base/timer.h: No such file or directory
#include "base/timer.h"
^
compilation terminated
If I change "base/timer" to "../base/timer" the code compiles correctly. This occurs with nearly every header file within this package. If there a better solution to this?
Running on an RHEL server where I don't have sudo access.
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If I change "base/timer" to "../base/timer" the code compiles correctly. If I change include "base/timer.h" to include "../base/timer.h" the code compiles correctly.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
CXXFLAGS = -std=c++11 -I.. ....
and other stuff after that.
Check that that is there, and try to cd to probe/ and do
make -f Makefile.slow_expf
and see if it works.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
$ make -f Makefile.slow_expf
g++ -O0 exp-test.cc -o exp-test
exp-test.cc:22:24: fatal error: base/timer.h: No such file or directory
#include "base/timer.h"
^
compilation terminated.
make: *** [exp-test] Error 1all:
include ../kaldi.mk
CXXFLAGS += -O0
BINFILES = exp-test
include ../makefiles/default_rules.mk# This file was generated using the following command:
# ./configure
CONFIGURE_VERSION := 6
# Toolchain configuration
CXX = g++
AR = ar
AS = as
RANLIB = ranlib
# Base configuration
DOUBLE_PRECISION = 0
OPENFSTINC = /home/wahunter/kaldi2/tools/openfst/include
OPENFSTLIBS = /home/wahunter/kaldi2/tools/openfst/lib/libfst.so
OPENFSTLDFLAGS = -Wl,-rpath=/home/wahunter/kaldi2/tools/openfst/lib
# Environment configuration