|

楼主 |
发表于 2008-10-26 21:22:08
|
显示全部楼层
Hi all
banshee1.3.3刚发布,还没有出现fedora可以用的rpm,我打算自己编译,但是出现一下错误:
When I run './configure', error messages came out:
- checking for GST... configure: error: Package requirements (gstreamer-0.10 >= 0.10.3
- gstreamer-base-0.10 >= 0.10.3
- gstreamer-plugins-base-0.10 >= 0.10.3
- gstreamer-controller-0.10 >= 0.10.3
- gstreamer-dataprotocol-0.10 >= 0.10.3) were not met:
- No package 'gstreamer-0.10' found
- No package 'gstreamer-base-0.10' found
- No package 'gstreamer-plugins-base-0.10' found
- No package 'gstreamer-controller-0.10' found
- No package 'gstreamer-dataprotocol-0.10' found
- Consider adjusting the PKG_CONFIG_PATH environment variable if you
- installed software in a non-standard prefix.
- Alternatively, you may set the environment variables GST_CFLAGS
- and GST_LIBS to avoid the need to call pkg-config.
- See the pkg-config man page for more details.
复制代码
我已经装了fedora的gstreamer这个包,里面包含了gstreamer-dataprotocol-0.10,但是banshee貌似按照suse的习惯,需要找到gstreamer-0.10这个包。在这种情况下,怎么能让这个source的编译过程知道我已经装了的gstreamer包就是需要的gstreamer-0.10呢。 |
|