GMLive发布0.11版

仅仅用于软件推荐,不适合发求软件或软件使用问题方面的贴子
tongttt
帖子: 444
注册时间: 2007-11-27 22:20

#31

帖子 tongttt »

好东西,支持一下。 :D
头像
tiancaiamao
帖子: 149
注册时间: 2007-11-06 22:58
来自: 武汉

#32

帖子 tiancaiamao »

xihe 写了:回楼上的楼上,你是不是64位系统。64位系统上确实有这个问题,我们已经修正,新下载最新svn版本。
另回23楼,你说的那个重新播放也修正了.
给个下载地址啊!
头像
zebrattt
帖子: 629
注册时间: 2007-11-12 14:27
来自: 地球的角落

#33

帖子 zebrattt »

不能用啊 一个频道都不能放 偶用deb包装的

自己手动建了个 ~/.ulive/prog.lst 然后才能看到nslive的频道列表


一堆的错误 比如:

gmlive
--16:44:35-- http://www.sopcast.com/gchlxml
=> `/home/junwang/.gmlive/sopcast.lst'
Resolving www.sopcast.com... buf is /home/junwang/.gmlive/bookmark.lst
file error
set embed 1
202.71.98.177
Connecting to www.sopcast.com|202.71.98.177|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 134,257 (131K) [text/xml]

100%[====================================>] 134,257 80.68K/s

16:44:38 (80.64 KB/s) - `/home/junwang/.gmlive/sopcast.lst' saved [134257/134257]

7328
Can not open config file
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
nslive exit
Can not open config file
7347
nslive exit
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
connect error: Connection refused
connect error: Connection refused
Failed, exiting.
connect error: Connection refused
File not found: '127.0.0.1:9000'
Failed to open http://127.0.0.1:9000.
Can not open config file
7365
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Read failed.
nslive exit
Can not open config file
7381
nslive exit
Can not open config file
7392
read: Connection reset by peer
Failed, exiting.
Read failed.
File not found: '127.0.0.1:9000'
Failed to open http://127.0.0.1:9000.
nslive exit
mms exit
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
read error:: Operation now in progress
pre-header read failed
Failed, exiting.
connect error: Connection refused
File not found: '221.2.138.93/fenghuang '
Failed to open mmst://221.2.138.93/fenghuang .
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
read error:: Operation now in progress
pre-header read failed
Failed, exiting.
scutxd
帖子: 13
注册时间: 2007-12-10 14:28
来自: Sichuan University China
联系:

#34

帖子 scutxd »

啊,太好了,终于有这样一款软件出来了。
yxm0513
帖子: 6
注册时间: 2007-07-16 15:20

#35

帖子 yxm0513 »

ubuntu deb不行,有依赖问题。编译出错
/usr/include/sigc++-2.0/sigc++/visit_each.h:88: no match for call to `(const sigc::internal::slot_do_bind) (const sigc::pointer_functor4<const Glib::ustring &,const Glib::ustring &,int,const Glib::RefPtr<Gtk::TreeModel> &,void> *)'
/usr/include/sigc++-2.0/sigc++/functors/slot_base.h:148: candidates are: void sigc::internal::slot_do_bind::operator ()(const sigc::trackable *) const
make[2]: *** [main.o] 错误 1
make[2]: Leaving directory `/home/simon/Desktop/gmlive-0.11/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/simon/Desktop/gmlive-0.11'
make: *** [all] 错误 2
gzkdzzy
帖子: 63
注册时间: 2007-12-17 10:02

#36

帖子 gzkdzzy »

用了快一周了,感觉不错。
当初编译时,主要也是intltool的依赖问题,安装了好几个版本的intltool也不管用。后来也是象15楼的那样把几个缺少的文件复制到源目录,configure通过,但make报错。终端输出好像是说intltool-merge.in文件的第96行"@INTLTOOL_ICONV@"未定义,试着把intltool-merge.in文件的第96行
原文是my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "@INTLTOOL_ICONV@";
改为my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} ;
重新编译通过。
但我不知道这样修改后程序运行有没有潜在问题,有没有别的好一些的办法?
头像
yangjinchao
帖子: 119
注册时间: 2006-04-18 21:08
联系:

qq模拟不能成功

#37

帖子 yangjinchao »

dqq模拟不能成功
附件
javaqq.gif
fengjl026
帖子: 77
注册时间: 2007-10-20 22:18

#38

帖子 fengjl026 »

intltool的问题,可以运行autogen.sh解决。却libgtkmm-2.4的问题直接安装,官方源里面有
头像
wjs272
帖子: 775
注册时间: 2007-04-17 13:32
来自: 上海理工大学
联系:

#39

帖子 wjs272 »

tiancaiamao 写了:
xihe 写了:回楼上的楼上,你是不是64位系统。64位系统上确实有这个问题,我们已经修正,新下载最新svn版本。
另回23楼,你说的那个重新播放也修正了.
给个下载地址啊!
下载地址在哪里?
附件
gmlive.gif
头像
wjs272
帖子: 775
注册时间: 2007-04-17 13:32
来自: 上海理工大学
联系:

#40

帖子 wjs272 »

shen
帖子: 15
注册时间: 2007-07-21 12:46

#41

帖子 shen »

bjsm 写了:configure: error: Your intltool is too old. You need intltool 0.35.0 or later



(正在读取数据库 ... 系统当前总共安装有 92287 个文件和目录。)
正在解压缩 intltool (从 .../intltool_0.36.2-0ubuntu1_all.deb) ...
正在设置 intltool (0.36.2-0ubuntu1) ...

我的INTLTOOL版本明明是0.36.他为什么还说我的版本太旧,要>=0.35

搞不懂.软件秀逗了.
虽然我的回答很晚了,但我还是说下吧


不是./configure
是 ./autogen.sh
回复