freeman 发表于 2003-10-16 16:49:36

LinQ 2.0.4发布!

大家可以到http://cosoft.org.cn/projects/myicq去下载。这个版本已经相对比较稳定了。

用缺省的服务器地址就可以登录!
另外,公社也正在架设linq server,相信过两天大家就可以在公社登录了

附件是在Windows下面的截图

ajinn 发表于 2003-10-16 21:36:36

linux版不及gaim-myicq,期待改进

sjinny 发表于 2003-10-16 22:35:29

软件的内核和界面是分离的吗?

Veldrin 发表于 2003-10-16 23:53:45

没有linux版的client?

freeman 发表于 2003-10-17 12:27:31

不如gaim-myicq??不会吧

gogotrain 发表于 2003-10-17 15:42:31

我是新手,我把文件解开包后接下来该如何打开软件如何使用呀?还请您多费心给我解答。

freeman 发表于 2003-10-17 18:01:08

./linqt

yyy300 发表于 2003-10-17 18:14:51

用户名允许什么? 汉字,数字,字母还是混合都可以啊?

readme怎么都是英文?

freeman 发表于 2003-10-17 18:47:06

用户名允许什么? 汉字,数字,字母还是混合都可以啊?

readme怎么都是英文?为了想国际化方向发展,只能用英文写README
用户名可以是以下字符: A-Za-z0-9.-_,其他字符你也输入不进去 8)

cfchio 发表于 2003-10-17 20:40:42

想問問windows client是用什麼庫寫的?

ftyh 发表于 2003-10-18 12:52:50

不能使用,还要说什么库文件缺少了。
./linqt: error while loading shared libraries: libdb_cxx-4.0.so: cannot open shared object file: No such file or directory
这个是缺少什么文件呢?

ajinn 发表于 2003-10-18 20:42:44

不如gaim-myicq??不会吧

窗管gnome下的试用感觉,

ftyh 发表于 2003-10-18 22:34:22

现在已经可以使用到了申请到了一个号码了,但是到了完成之后,程序就没见了。
没有什么界面出来。
linqt: relocation error: linqt: undefined symbol: _ZN2Db4openEPKcS1_6DBTYPEji

我装的DB是db4.1.25,我将libdb_cxx-4.0.so指向了libdb_cxx-4.1.25了。这样可以出现申请号码界面,号码也申请到了。但是完成之后没有了动静了。
第二次使用的时候将用户名输入,也连上了网络之后也已经提示将好友资料下到了本地了,然后完成之后也没有了动静了。程序就出现了上面的那个错误了。
每次都是这样了。怎么办呢?

freeman 发表于 2003-10-19 11:21:28

是因为db的版本不兼容造成的,你得重新编译LinQ了,编译之前把DB_OLD从linqt.pro中去掉。编译步骤:

qmake linqt.pro
make

ftyh 发表于 2003-10-19 17:29:13

g++ -c -pipe -w -O2 -D_REENTRANT-D_KDE -DQT_DLL -DLINQ_DIR=\".\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/opt/qt/mkspecs/default -I. -I. -I../../liblinq -I../../liblinq/p2p -I../../liblinq/proxy -I/usr/include/kde -I/opt/qt/include -o contactlistnode.o contactlistnode.cpp
In file included from contactlistview.h:19,
               from contactlistnode.cpp:13:
eventdispatcher.h:15:29: sessionlistener.h: No such file or directory
In file included from contactlistview.h:19,
               from contactlistnode.cpp:13:
eventdispatcher.h:52: error: 'uint32' is used as a type, but is not defined as
   a type.
eventdispatcher.h:57: error: 'uint32' is used as a type, but is not defined as
   a type.
eventdispatcher.h:61: error: 'uint8' is used as a type, but is not defined as a
   type.
eventdispatcher.h:66: error: 'uint8' is used as a type, but is not defined as a
   type.
eventdispatcher.h:70: error: syntax error before `*' token
In file included from contactlistnode.cpp:13:
contactlistview.h:113: error: type specifier omitted for parameter `
   CONTACT_INFO'
contactlistview.h:113: error: parse error before `&' token
contactlistview.h:128: error: `ICQ_MSG' was not declared in this scope
contactlistview.h:128: error: `msg' was not declared in this scope
contactlistview.h:128: error: invalid data member initialization
contactlistview.h:128: error: (use `=' to initialize static data members)
contactlistview.h:128: error: variable or field `onMessage' declared void
contactlistview.h:128: error: declaration of `int ContactListView::onMessage'
contactlistview.h:127: error: conflicts with previous declaration `void
   ContactListView::onMessage(const char*)'
contactlistview.h:131: error: `CONTACT_INFO' was not declared in this scope
contactlistview.h:131: error: `info' was not declared in this scope
contactlistview.h:131: error: invalid data member initialization
contactlistview.h:131: error: variable or field `onContactInfo' declared void
make: *** Error 1
#
按照你的步骤将linqt.pro中的DB_OLD去掉,然后进行编译,出现了以上的错误,不知何解。
我的是glibc-2.3.2+gcc-3.3.1+qt-3.2.1+kernel-2.6.0-test8
不知道是哪里有问题呢?
页: [1] 2
查看完整版本: LinQ 2.0.4发布!