Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Gstreamer 无法为Kurento编译错误生成gst-plugins-bad1.5_Gstreamer_Kurento - Fatal编程技术网

Gstreamer 无法为Kurento编译错误生成gst-plugins-bad1.5

Gstreamer 无法为Kurento编译错误生成gst-plugins-bad1.5,gstreamer,kurento,Gstreamer,Kurento,我正在尝试构建gst插件,这对Kuranto项目不利。 我已从下载,但在构建时出现以下错误: usr/lib/i386-linux-gnu/libc_nonshared.a(stack_chk_fail_local.oS): In function `__stack_chk_fail_local': (.text+0x10): undefined reference to `__stack_chk_fail' collect2: error: ld returned 1 exit status

我正在尝试构建gst插件,这对Kuranto项目不利。 我已从下载,但在构建时出现以下错误:

usr/lib/i386-linux-gnu/libc_nonshared.a(stack_chk_fail_local.oS): In function `__stack_chk_fail_local':
(.text+0x10): undefined reference to `__stack_chk_fail'
collect2: error: ld returned 1 exit status
make[4]: *** [libgstmodplug.la] Error 1
正如我在谷歌看到的,在链接时输入
-fno-stack-protector
可以解决这个问题。但是我该怎么做呢?还是有其他方法来构建插件


谢谢。

一个想法是将该选项添加到您的
CFLAGS
环境变量中。我尝试过-不起作用(一个想法是将该选项添加到您的
CFLAGS
环境变量中。我尝试过-不起作用(