You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KALDI_ROOT=/home/zhuan/kaldi_kws/kaldi/ make depend
Makefile:74: warning: overriding recipe for target clean' /home/zhuan/kaldi_kws/kaldi/src/makefiles/default_rules.mk:70: warning: ignoring old recipe for target clean'
Makefile:78: warning: overriding recipe for target depend' /home/zhuan/kaldi_kws/kaldi/src/makefiles/default_rules.mk:118: warning: ignoring old recipe for target depend'
glib-genmarshal --header --prefix=kaldi_marshal kaldimarshal.list > kaldimarshal.h.tmp
INFO: Reading kaldimarshal.list...
mv kaldimarshal.h.tmp kaldimarshal.h
echo "#include "glib-object.h"" >> kaldimarshal.c.tmp
echo "#include "kaldimarshal.h"" >> kaldimarshal.c.tmp
glib-genmarshal --body --prefix=kaldi_marshal kaldimarshal.list >> kaldimarshal.c.tmp
INFO: Reading kaldimarshal.list...
mv kaldimarshal.c.tmp kaldimarshal.cc
Package gstreamer-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing gstreamer-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-1.0' found Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package jansson was not found in the pkg-config search path.
Perhaps you should add the directory containing `jansson.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jansson' found
g++ -M -std=c++11 -I.. -isystem /home/zhuan/kaldi_kws/kaldi/tools/openfst/include -O1 -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/zhuan/kaldi_kws/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr/local/cuda/include -I/home/zhuan/kaldi_kws/kaldi/src *.cc > .depend.mk
In file included from gst-audio-source.cc:22:0:
./gst-audio-source.h:24:21: fatal error: gst/gst.h: No such file or directory
#include <gst/gst.h>
^
compilation terminated.
gstkaldinnet2onlinedecoder.cc:47:21: fatal error: gst/gst.h: No such file or directory
#include <gst/gst.h>
^
compilation terminated.
kaldimarshal.cc:1:25: fatal error: glib-object.h: No such file or directory
#include "glib-object.h"
^
compilation terminated.
make: [depend] Error 1 (ignored)
anyone has come up with this problem? leave you comments, thank you
The text was updated successfully, but these errors were encountered:
KALDI_ROOT=/home/zhuan/kaldi_kws/kaldi/ make depend
Makefile:74: warning: overriding recipe for target
clean' /home/zhuan/kaldi_kws/kaldi/src/makefiles/default_rules.mk:70: warning: ignoring old recipe for target
clean'Makefile:78: warning: overriding recipe for target
depend' /home/zhuan/kaldi_kws/kaldi/src/makefiles/default_rules.mk:118: warning: ignoring old recipe for target
depend'glib-genmarshal --header --prefix=kaldi_marshal kaldimarshal.list > kaldimarshal.h.tmp
INFO: Reading kaldimarshal.list...
mv kaldimarshal.h.tmp kaldimarshal.h
echo "#include "glib-object.h"" >> kaldimarshal.c.tmp
echo "#include "kaldimarshal.h"" >> kaldimarshal.c.tmp
glib-genmarshal --body --prefix=kaldi_marshal kaldimarshal.list >> kaldimarshal.c.tmp
INFO: Reading kaldimarshal.list...
mv kaldimarshal.c.tmp kaldimarshal.cc
Package gstreamer-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing
gstreamer-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-1.0' found Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing
glib-2.0.pc'to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package jansson was not found in the pkg-config search path.
Perhaps you should add the directory containing `jansson.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jansson' found
g++ -M -std=c++11 -I.. -isystem /home/zhuan/kaldi_kws/kaldi/tools/openfst/include -O1 -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/zhuan/kaldi_kws/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr/local/cuda/include -I/home/zhuan/kaldi_kws/kaldi/src *.cc > .depend.mk
In file included from gst-audio-source.cc:22:0:
./gst-audio-source.h:24:21: fatal error: gst/gst.h: No such file or directory
#include <gst/gst.h>
^
compilation terminated.
gstkaldinnet2onlinedecoder.cc:47:21: fatal error: gst/gst.h: No such file or directory
#include <gst/gst.h>
^
compilation terminated.
kaldimarshal.cc:1:25: fatal error: glib-object.h: No such file or directory
#include "glib-object.h"
^
compilation terminated.
make: [depend] Error 1 (ignored)
anyone has come up with this problem? leave you comments, thank you
The text was updated successfully, but these errors were encountered: