LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: Jockey

编译kmess失败,“died running emake, kde_src_compile:make”

[复制链接]
发表于 2004-11-19 00:06:56 | 显示全部楼层
你emerge的kmess是1.3版本的?
emerge kdebase,是肯定没有kdepim和kdenetwork的。
你把编译是出现的第一个错误地方往下贴出来。
怀疑是其它的地方出问题了。
发表于 2004-11-19 15:06:02 | 显示全部楼层
我的错误是出在 kmess-1.3/kmess/network/msnconnection.cpp这个文件中
MsnConnection::MsnConnection(QString identifier)这个constructor没有初始化kStringHandler,所以在第46行加上kStringHandler_(),加完后就像这样

     38 MsnConnection::MsnConnection(QString identifier)
     39  : currentAccount_(0),
     40    ack_(0),
     41    identifier_(identifier),
     42    initialized_(false),
     43    missedPings_(0),
     44    sendPings_(false),
     45    writeLocked_(false),
     46    kStringHandler_()
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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