Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make depend rise up "gst/gst.h: No such file or directory" #1

Open
zhuanaa opened this issue Nov 6, 2018 · 0 comments
Open

make depend rise up "gst/gst.h: No such file or directory" #1

zhuanaa opened this issue Nov 6, 2018 · 0 comments

Comments

@zhuanaa
Copy link

zhuanaa commented Nov 6, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant