【发布时间】:2020-07-14 13:30:00
【问题描述】:
我在 ./install-script 之后所做的所有事情,但是当我运行 ./gstreamer-plugin-install-script 时,这会在我遵循的错误指南下方显示 https://diycode.cc/projects/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp kinesis-video-gstreamer-plugin/tst/gstkvstest.cpp:1:10:致命错误:gstkvssink.h:没有这样的文件或目录
include "gstkvssink.h" //先导入这个,不然会在Mac上造成编译错误
^~~~~~~~~~~~~~ 编译终止。 CMakeFiles/gstkvsplugintest.dir/build.make:62:目标的配方'CMakeFiles/gstkvsplugintest.dir/home/saeed/amazon-kinesis-video-streams-producer-sdk-cpp/kinesis-video-gstreamer-plugin/tst/ gstkvstest.cpp.o' 失败 make[3]: * [CMakeFiles/gstkvsplugintest.dir/home/saeed/amazon-kinesis-video-streams-producer-sdk-cpp/kinesis-video-gstreamer-plugin/tst/gstkvstest.cpp.o]错误 1 CMakeFiles/Makefile2:67:目标“CMakeFiles/gstkvsplugintest.dir/all”的配方失败 make[2]: [CMakeFiles/gstkvsplugintest.dir/all] 错误 2 CMakeFiles/Makefile2:74:目标“CMakeFiles/gstkvsplugintest.dir/rule”的配方失败 make[1]: [CMakeFiles/gstkvsplugintest.dir/rule] 错误 2 Makefile:118: 目标“gstkvsplugintest”的配方失败 make: * [gstkvsplugintest] 错误 2
【问题讨论】: