QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: 小锁

欢迎大家来测试歌词秀(Xlyrics)

[复制链接]
发表于 2006-9-21 17:51:56 | 显示全部楼层
终于得以一睹xlyrics的芳容了,各位,尽请期待新版本!
当然,amarok用户也有新选择
小锁兄,打个广告没关系吧
回复

使用道具 举报

发表于 2006-12-20 16:00:06 | 显示全部楼层
[quote:808200c4f9="寒水远山"]./configure成功了 但是make提示失败
make[3]: Entering directory `/home/hsys/xlyrics-0.4.6/src/plugins'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../..      -c lyrics_amarok.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wp,-MD,.deps/lyrics_amarok.pp -c lyrics_amarok.cpp  -fPIC -DPIC -o .libs/lyrics_amarok.o
lyrics_amarok.cpp:2:18: error: kapp.h: No such file or directory
lyrics_amarok.cpp:3:24: error: dcopclient.h: No such file or directory
lyrics_amarok.cpp:9: error: expected initializer before '*' token
lyrics_amarok.cpp:16: error: 'DCOPClient' was not declared in this scope
lyrics_amarok.cpp:16: error: 'dcop' was not declared in this scope
lyrics_amarok.cpp:16: error: 'QString' was not declared in this scope
lyrics_amarok.cpp:16: error: initializer expression list treated as compound expression
。。。。。。。。。。。。。。。。。。
make[3]: *** [lyrics_amarok.lo] 错误 1
make[3]: Leaving directory `/home/hsys/xlyrics-0.4.6/src/plugins'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/hsys/xlyrics-0.4.6/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/hsys/xlyrics-0.4.6'
make: *** [all-recursive-am] 错误 2


可是我明明有kapp.h和dcopclient.h在/usr/include/kde下面阿   这个是为什么``? [/quote]

感觉对amarok的插件编译比较郁闷啊
搞定了kde的头文件
qt的头文件找不到
小锁兄能不能重写一下Makefile啊?
我用debian sid
装了开发包了
但死活编译不了
跟上面的差不多,就是头文件的问题
回复

使用道具 举报

发表于 2006-12-24 09:34:08 | 显示全部楼层
[quote:16ea0fe2e8="linuxcpp"][quote:16ea0fe2e8="寒水远山"]./configure成功了 但是make提示失败
make[3]: Entering directory `/home/hsys/xlyrics-0.4.6/src/plugins'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../..      -c lyrics_amarok.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wp,-MD,.deps/lyrics_amarok.pp -c lyrics_amarok.cpp  -fPIC -DPIC -o .libs/lyrics_amarok.o
lyrics_amarok.cpp:2:18: error: kapp.h: No such file or directory
lyrics_amarok.cpp:3:24: error: dcopclient.h: No such file or directory
lyrics_amarok.cpp:9: error: expected initializer before '*' token
lyrics_amarok.cpp:16: error: 'DCOPClient' was not declared in this scope
lyrics_amarok.cpp:16: error: 'dcop' was not declared in this scope
lyrics_amarok.cpp:16: error: 'QString' was not declared in this scope
lyrics_amarok.cpp:16: error: initializer expression list treated as compound expression
。。。。。。。。。。。。。。。。。。
make[3]: *** [lyrics_amarok.lo] 错误 1
make[3]: Leaving directory `/home/hsys/xlyrics-0.4.6/src/plugins'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/hsys/xlyrics-0.4.6/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/hsys/xlyrics-0.4.6'
make: *** [all-recursive-am] 错误 2


可是我明明有kapp.h和dcopclient.h在/usr/include/kde下面阿   这个是为什么``? [/quote]

感觉对amarok的插件编译比较郁闷啊
搞定了kde的头文件
qt的头文件找不到
小锁兄能不能重写一下Makefile啊?
我用debian sid
装了开发包了
但死活编译不了
跟上面的差不多,就是头文件的问题[/quote]
我最后用了最无奈的方法```在CFLAGS CPPFLAGS里面加上-I/usr/include/kde -I/usr/include/qt  重新configure可以了```
回复

使用道具 举报

发表于 2007-3-22 23:43:32 | 显示全部楼层
支持背景透明了!Smile
需要xorg>=6.8.0
设置:
xorg.conf
加入
代码:

Section "Extensions"
        Option "Composite"      "Enable"
EndSection

如果是nvidia的显卡最好在device字段加上
代码:

Option      "AllowGLXWithComposite" "true"
Option      "RenderAccel"  "true"

到http://freedesktop.org/Software/xapps下载xcompgre,安装
重启x window,在终端输入xcompgre,打开xlyrics,哈哈,怎么样?
可以透明了吧!
回复

使用道具 举报

发表于 2007-9-17 08:08:33 | 显示全部楼层
原帖由 寒水远山 于 2006-12-24 09:34 发表
[quote:16ea0fe2e8="linuxcpp"][quote:16ea0fe2e8="寒水远山"]./configure成功了 但是make提示失败
make[3]: Entering directory `/home/hsys/xlyrics-0.4.6/src/plugins'
/bin/sh ../../libtool --mode=comp ...

3Q!


modify
/down/xlyrics-0.4.6/src/plugins/Makefile

line:220

CPPFLAGS = -I/usr/include/kde -I/usr/include/qt3
回复

使用道具 举报

发表于 2007-9-17 08:33:16 | 显示全部楼层
已经有更新了
www.sanfanling.cn看看
回复

使用道具 举报

发表于 2007-9-17 21:45:59 | 显示全部楼层

可以寻找指定目录的歌词吗

还有不知ml2.0可否安装
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-4-26 10:42 , Processed in 0.121791 second(s), 13 queries .

© 2021 Powered by Discuz! X3.5.

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