LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 823|回复: 9

装XMMS插件时的问题!

[复制链接]
发表于 2004-7-3 12:46:54 | 显示全部楼层 |阅读模式
昨天在装XMMS插件时遇到下面的问题
*** The xmms-config script installed by XMMS could not be found.
*** If XMMS was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XMMS_CONFIG environment variable to the
*** full path to xmms-config.
configure: error: *** XMMS >= 1.2.3 not installed - please install first ***
不知道这是什么意思啊?我该怎么办呢?
发表于 2004-7-3 13:02:08 | 显示全部楼层
源代码包?
./configure --help
看看有什么关于xmms路径的参数
 楼主| 发表于 2004-7-3 13:05:01 | 显示全部楼层
是源代码包,XMMS我昨天新装的1.2.10版
发表于 2004-7-3 13:10:55 | 显示全部楼层
xmms也是源码包?
你看看插件的./configure --help里边有没有--with-xmms-prefix或者类似的指出xmms安装路径的选项
 楼主| 发表于 2004-7-3 13:23:34 | 显示全部楼层
不,我昨天装的XMMS是rpm格式的,如果正如你说的HELP中有--with-xmms-prefix或者类似的指出xmms安装路径的选项,那我该怎么办啊?
 楼主| 发表于 2004-7-3 13:35:05 | 显示全部楼层

INSTALL中是这么写的

Ok, the basic problem with this is that avifile itself uses a plugin system.
So when you use avifile itself as a plugin avifile won't be able to load
it's pugins due to linking errors.
The solution for this is to link xmms with -laviplay and -lstdc++.
Just add "-laviplay -lstdc++" to xmms_LDADD in <xmms-source>/xmms/Makefile.am,
recompile and you are set.
After that do the normal ./configure && make && make install in avi4xmms.
发表于 2004-7-3 13:44:14 | 显示全部楼层
在插件的目录里
./configure --with-xmms-prefix=/usr (或者/usr/local)
再加上其它你想要的参数
 楼主| 发表于 2004-7-3 13:47:09 | 显示全部楼层
我是新手,怎么加参数啊?加什么参数啊?
发表于 2004-7-3 13:58:59 | 显示全部楼层
./configure --help
都有什么?
发表于 2009-3-7 17:56:59 | 显示全部楼层
Post by macarthor;724256
在插件的目录里
./configure --with-xmms-prefix=/usr (或者/usr/local)
再加上其它你想要的参数



这位兄台,说得很正确呀
例如: 我的XMMS安装目录在/usr/local/xmms/
则安装时: ./configure --with-xmms-prefix=/usr/local/xmms
就可以了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表