小编Rus*_*lia的帖子

如何让 Nautilus 脚本运行 Nautilus?

如何让 Nautilus-scripts ( Terminal here, Root Nautilus, Root Gedit) 在 Ubuntu 13.04 上工作?

我将这些脚本复制到.gnome2/nautilus-scripts文件夹,但它似乎不再起作用

nautilus nautilus-script nautilus-extensions

13
推荐指数
2
解决办法
1万
查看次数

编译包时出错:“配置:错误:没有 gstreamer-1.0 >= 1.0.0”

我正在尝试编译一个需要 gstreamer-1.0 >= 1.0.3 的包。我想我的系统上安装了较旧的版本。所以我下载并编译了 gstreamer-1.0.4,它安装在 /usr/local/lib/gstreamer-1.0 中。

在我这样做之后,我再次尝试编译包,但它仍然给出与我没有 "gstreamer-1.0 >= 1.0.3" 相同的错误。

我也尝试导出路径

“导出 LD_LIBRARY_PATH=/usr/local/lib/gstreamer-1.0”

“whereis gstreamer-1.0”输出

gstreamer-1:/usr/lib64/gstreamer-1.0 /usr/local/lib/gstreamer-1.0 /usr/libexec/gstreamer-1.0 /usr/share/gstreamer-1.0

实际错误信息

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking …
Run Code Online (Sandbox Code Playgroud)

package-management compiling install-from-source

13
推荐指数
1
解决办法
4万
查看次数