LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: yunfan

Eva 0.1.1 希望大家帮忙测试

[复制链接]
发表于 2004-11-18 19:20:48 | 显示全部楼层
哦,sorry,忘了应该用 gmake,我在 FreeBSD 下试验,qt-3.3.3,KDE-3.3.0
新的错误:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_THREAD_SAFE   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common  -c -o syssetting.o `test -f 'syssetting.cpp' || echo './'`syssetting.cpp
syssetting.cpp: In member function `bool SysSetting::loadSetting()':
syssetting.cpp:121: error: no match for 'operator>>' in 'stream >> (Q_UINT32)((SysSetting*)this)->SysSetting::lastIndex'
/usr/X11R6/include/qdatastream.h:72: note: candidates are: QDataStream& QDataStream:perator>>(Q_INT8&)
/usr/X11R6/include/qdatastream.h:156: note:                 QDataStream& QDataStream:perator>>(Q_UINT8&)
/usr/X11R6/include/qdatastream.h:74: note:                 QDataStream& QDataStream:perator>>(Q_INT16&)
/usr/X11R6/include/qdatastream.h:159: note:                 QDataStream& QDataStream:perator>>(Q_UINT16&)
/usr/X11R6/include/qdatastream.h:76: note:                 QDataStream& QDataStream:perator>>(Q_INT32&)
/usr/X11R6/include/qdatastream.h:162: note:                 QDataStream& QDataStream:perator>>(Q_UINT32&)
/usr/X11R6/include/qdatastream.h:78: note:                 QDataStream& QDataStream:perator>>(Q_INT64&)
/usr/X11R6/include/qdatastream.h:165: note:                 QDataStream& QDataStream:perator>>(Q_UINT64&)
/usr/X11R6/include/qdatastream.h:81: note:                 QDataStream& QDataStream:perator>>(Q_LONG&)
/usr/X11R6/include/qdatastream.h:169: note:                 QDataStream& QDataStream:perator>>(Q_ULONG&)
/usr/X11R6/include/qdatastream.h:85: note:                 QDataStream& QDataStream::operator>>(float&)
/usr/X11R6/include/qdatastream.h:86: note:                 QDataStream& QDataStream::operator>>(double&)
/usr/X11R6/include/qdatastream.h:87: note:                 QDataStream& QDataStream::operator>>(char*&)
/usr/X11R6/include/qcstring.h:133: note:                 QDataStream& operator>>(QDataStream&, QByteArray&)
/usr/X11R6/include/qcstring.h:241: note:                 QDataStream& operator>>(QDataStream&, QCString&)
/usr/X11R6/include/qstring.h:826: note:                 QDataStream& operator>>(QDataStream&, QString&)
/usr/X11R6/include/qpoint.h:101: note:                 QDataStream& operator>>(QDataStream&, QPoint&)
/usr/X11R6/include/qsize.h:109: note:                 QDataStream& operator>>(QDataStream&, QSize&)
/usr/X11R6/include/qrect.h:160: note:                 QDataStream& operator>>(QDataStream&, QRect&)
/usr/X11R6/include/qregion.h:170: note:                 QDataStream& operator>>(QDataStream&, QRegion&)
/usr/X11R6/include/qtextstream.h:299: note:                 QTextStream& operator>>(QTextStream&, QTextStream&(*)(QTextStream&))
/usr/X11R6/include/qglist.h:204: note:                 QDataStream& operator>>(QDataStream&, QGList&)
/usr/X11R6/include/qstringlist.h:98: note:                 QDataStream& operator>>(QDataStream&, QStringList&)
/usr/X11R6/include/qcolor.h:223: note:                 QDataStream& operator>>(QDataStream&, QColor&)
/usr/X11R6/include/qbrush.h:88: note:                 QDataStream& operator>>(QDataStream&, QBrush&)
/usr/X11R6/include/qpalette.h:179: note:                 QDataStream& operator>>(QDataStream&, QColorGroup&)
/usr/X11R6/include/qpalette.h:182: note:                 QDataStream& operator>>(QDataStream&, QPalette&)
/usr/X11R6/include/qfont.h:363: note:                 QDataStream& operator>>(QDataStream&, QFont&)
/usr/X11R6/include/qdatetime.h:242: note:                 QDataStream& operator>>(QDataStream&, QDate&)
/usr/X11R6/include/qdatetime.h:244: note:                 QDataStream& operator>>(QDataStream&, QTime&)
/usr/X11R6/include/qdatetime.h:246: note:                 QDataStream& operator>>(QDataStream&, QDateTime&)
gmake[2]: *** [syssetting.o] ´íÎó 1
gmake[2]: Leaving directory `/home/gavin/download/eva-0.1.1/src'
gmake[1]: *** [all-recursive] ´íÎó 1
gmake[1]: Leaving directory `/home/gavin/download/eva-0.1.1'
gmake: *** [all] ´íÎó 2
 楼主| 发表于 2004-11-18 19:49:09 | 显示全部楼层
好的,我知道了
syssetting.cpp 的 121行
stream>>(Q_UINT32)lastIndex;

你手动把它改成
stream>>lastIndex;

然后编译
试一下, 有结果,能否告知一下,谢谢了!!!
发表于 2004-11-18 20:12:27 | 显示全部楼层
无法下载阿老弟!
 楼主| 发表于 2004-11-18 20:14:26 | 显示全部楼层
我已经更新了程序并已经上传,
http://www.linuxfans.org/nuke/mo ... eninfo&did=2999
有点对不住大家了, 希望大家重新下载测试,或者按上面说的办法更改syssetting.cpp的121行

Gavin_tju, yugilq 谢!
 楼主| 发表于 2004-11-18 20:16:23 | 显示全部楼层
最初由 wzs 发表
无法下载阿老弟!


呵呵,刚刚传完,你现在试一下
 楼主| 发表于 2004-11-18 20:25:04 | 显示全部楼层
又改了一下,正在传。
刚才忘记删我自己的聊天记录了
Sorry。
发表于 2004-11-18 20:28:34 | 显示全部楼层
编译正常了,不过不能聊天,没反应
终端有如下提示消息,估计我有3条消息,是不是就没了?……
Got a unknown message, message code:30.  Sorry, i don't know how to deal with it
Got a unknown message, message code:65.  Sorry, i don't know how to deal with it
Got a unknown message, message code:30.  Sorry, i don't know how to deal with it
friend list saved successfully
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
Got a cluster msg( QUN in Chinese), ignore it at the moment
empty friend list
friend list saved successfully
发表于 2004-11-18 20:29:44 | 显示全部楼层
正在编译!等待结果!呵呵
发表于 2004-11-18 20:35:04 | 显示全部楼层
估计是因为头像不能显示,呵呵。
图片都是 null。当有人上线时,右下角弹出提示,点击可以聊天,正常,不过 History 里面是乱码。
发表于 2004-11-18 20:36:19 | 显示全部楼层
sent successfully
kdecore (KAccel): WARNING: kde_g_bKillAccelOverride set, but received an event other than AccelOverride.
kdecore (KAccel): WARNING: kde_g_bKillAccelOverride set, but received an event other than AccelOverride.
kdecore (KAccel): WARNING: kde_g_bKillAccelOverride set, but received an event other than AccelOverride.
kdecore (KAccel): WARNING: kde_g_bKillAccelOverride set, but received an event other than AccelOverride.
sent successfully
Got a normal msg, sender:55451647
contents: ?÷

sent time: ? 11 18 20:33:36 2004
kdecore (KAccel): WARNING: kde_g_bKillAccelOverride set, but received an event other than AccelOverride.
Got a normal msg, sender:55451647
contents: ????32CF590BD125261D1EFA3BB154F9506600.GIFD#32
sent time: ? 11 18 20:33:50 2004
kdecore (KAccel): WARNING: kde_g_bKillAccelOverride set, but received an event other than AccelOverride.
kdecore (KAccel): WARNING: kde_g_bKillAccelOverride set, but received an event other than AccelOverride.
sent successfully
kdecore (KAccel): WARNING: kde_g_bKillAccelOverride set, but received an event other than AccelOverride.
kdecore (KAccel): WARNING: kde_g_bKillAccelOverride set, but received an event other than AccelOverride.
sent successfully
Got a normal msg, sender:55451647
contents: ??????????

friend list saved successfully
QImage::smoothScale: Image is a null image
friend list saved successfully
QImage::smoothScale: Image is a null image
QImage::smoothScale: Image is a null image
friend list saved successfully
QImage::smoothScale: Image is a null image
QImage::smoothScale: Image is a null image
QImage::smoothScale: Image is a null image
friend list saved successfully
QImage::smoothScale: Image is a null image
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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