分页: 4 / 6

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-05-04 16:48
ccbeing
好像很有趣

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-05-05 14:52
laputa
gmyqq 更新了!换了新界面!

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-05-06 6:39
xrb2007
看不到,不会用。

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-05-06 22:52
小乌班
:em06 我是懒人,64位的系统,直接上QQ官网下个tar.gz包解压运行QQ就行了 ,搞得这样麻烦。

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-05-16 19:04
pengdong17
编译不成功``` :em06

pengdong@pengdong-laptop:~/download/myqq3.13$ make -C src -flinux.mak clean all
make:进入目录'/home/pengdong/download/myqq3.13/src'
rm -f *.o
rm -f ../myqq
gcc -c -Werror -o qqsocket.o qqsocket.c
gcc -c -Werror -o qqcrypt.o qqcrypt.c
gcc -c -Werror -o md5.o md5.c
gcc -c -Werror -o debug.o debug.c
gcc -c -Werror -o qqclient.o qqclient.c
gcc -c -Werror -o memory.o memory.c
gcc -c -Werror -o config.o config.c
gcc -c -Werror -o packetmgr.o packetmgr.c
gcc -c -Werror -o qqpacket.o qqpacket.c
gcc -c -Werror -o prot_login.o prot_login.c
gcc -c -Werror -o protocol.o protocol.c
gcc -c -Werror -o prot_misc.o prot_misc.c
gcc -c -Werror -o prot_im.o prot_im.c
gcc -c -Werror -o prot_user.o prot_user.c
gcc -c -Werror -o list.o list.c
gcc -c -Werror -o buddy.o buddy.c
gcc -c -Werror -o group.o group.c
gcc -c -Werror -o qun.o qun.c
gcc -c -Werror -o prot_group.o prot_group.c
gcc -c -Werror -o prot_qun.o prot_qun.c
gcc -c -Werror -o prot_buddy.o prot_buddy.c
gcc -c -Werror -o loop.o loop.c
gcc -c -Werror -o utf8.o utf8.c
gcc -c -Werror -o myqq.o myqq.c
cc1: warnings being treated as errors
myqq.c: 在函数‘setcolor’中:
myqq.c:164: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c: 在函数‘buddy_msg_callback’中:
myqq.c:474: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:482: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c: 在函数‘qun_msg_callback’中:
myqq.c:515: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:525: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c: 在函数‘main’中:
myqq.c:639: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:677: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:683: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:687: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:722: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:751: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:758: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:763: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:776: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:782: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:807: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:809: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:817: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:819: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:831: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:834: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:843: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:846: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:863: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
make: *** [myqq.o] 错误 1
make:离开目录“/home/pengdong/download/myqq3.13/src”

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-05-16 20:07
laputa
去http://code.google.com/p/gmyqq查看最新更新。

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-05-17 23:58
Emie_Yu
貌似好麻烦~

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-05-18 22:13
大宝
编译不成功~ :em20

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-05-20 8:07
mickeywaley
may@may-desktop:~/桌面/myqq3.13$ make -C src -flinux.mak clean all
make:进入目录'/home/may/桌面/myqq3.13/src'
rm -f *.o
rm -f ../myqq
gcc -c -Wall -Werror -o qqsocket.o qqsocket.c
gcc -c -Wall -Werror -o qqcrypt.o qqcrypt.c
gcc -c -Wall -Werror -o md5.o md5.c
gcc -c -Wall -Werror -o debug.o debug.c
gcc -c -Wall -Werror -o qqclient.o qqclient.c
gcc -c -Wall -Werror -o memory.o memory.c
gcc -c -Wall -Werror -o config.o config.c
gcc -c -Wall -Werror -o packetmgr.o packetmgr.c
gcc -c -Wall -Werror -o qqpacket.o qqpacket.c
gcc -c -Wall -Werror -o prot_login.o prot_login.c
gcc -c -Wall -Werror -o protocol.o protocol.c
gcc -c -Wall -Werror -o prot_misc.o prot_misc.c
gcc -c -Wall -Werror -o prot_im.o prot_im.c
gcc -c -Wall -Werror -o prot_user.o prot_user.c
gcc -c -Wall -Werror -o list.o list.c
gcc -c -Wall -Werror -o buddy.o buddy.c
gcc -c -Wall -Werror -o group.o group.c
gcc -c -Wall -Werror -o qun.o qun.c
gcc -c -Wall -Werror -o prot_group.o prot_group.c
gcc -c -Wall -Werror -o prot_qun.o prot_qun.c
gcc -c -Wall -Werror -o prot_buddy.o prot_buddy.c
gcc -c -Wall -Werror -o loop.o loop.c
gcc -c -Wall -Werror -o utf8.o utf8.c
gcc -c -Wall -Werror -o myqq.o myqq.c
cc1: warnings being treated as errors
myqq.c: In function ‘setcolor’:
myqq.c:164: error: format not a string literal and no format arguments
myqq.c: In function ‘buddy_msg_callback’:
myqq.c:474: error: format not a string literal and no format arguments
myqq.c:482: error: format not a string literal and no format arguments
myqq.c: In function ‘qun_msg_callback’:
myqq.c:515: error: format not a string literal and no format arguments
myqq.c:525: error: format not a string literal and no format arguments
myqq.c: In function ‘main’:
myqq.c:639: error: format not a string literal and no format arguments
myqq.c:677: error: format not a string literal and no format arguments
myqq.c:683: error: format not a string literal and no format arguments
myqq.c:687: error: format not a string literal and no format arguments
myqq.c:722: error: format not a string literal and no format arguments
myqq.c:751: error: format not a string literal and no format arguments
myqq.c:758: error: format not a string literal and no format arguments
myqq.c:763: error: format not a string literal and no format arguments
myqq.c:776: error: format not a string literal and no format arguments
myqq.c:782: error: format not a string literal and no format arguments
myqq.c:807: error: format not a string literal and no format arguments
myqq.c:809: error: format not a string literal and no format arguments
myqq.c:817: error: format not a string literal and no format arguments
myqq.c:819: error: format not a string literal and no format arguments
myqq.c:831: error: format not a string literal and no format arguments
myqq.c:834: error: format not a string literal and no format arguments
myqq.c:843: error: format not a string literal and no format arguments
myqq.c:846: error: format not a string literal and no format arguments
myqq.c:863: error: format not a string literal and no format arguments
make: *** [myqq.o] 错误 1
make:离开目录“/home/may/桌面/myqq3.13/src”
may@may-desktop:~/桌面/myqq3.13$

还是没成功 有人成功编译出来的没

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-05-20 13:30
laputa
mickeywaley 写了:may@may-desktop:~/桌面/myqq3.13$ make -C src -flinux.mak clean all
make:进入目录'/home/may/桌面/myqq3.13/src'
rm -f *.o
rm -f ../myqq
gcc -c -Wall -Werror -o qqsocket.o qqsocket.c
gcc -c -Wall -Werror -o qqcrypt.o qqcrypt.c
gcc -c -Wall -Werror -o md5.o md5.c
gcc -c -Wall -Werror -o debug.o debug.c
gcc -c -Wall -Werror -o qqclient.o qqclient.c
gcc -c -Wall -Werror -o memory.o memory.c
gcc -c -Wall -Werror -o config.o config.c
gcc -c -Wall -Werror -o packetmgr.o packetmgr.c
gcc -c -Wall -Werror -o qqpacket.o qqpacket.c
gcc -c -Wall -Werror -o prot_login.o prot_login.c
gcc -c -Wall -Werror -o protocol.o protocol.c
gcc -c -Wall -Werror -o prot_misc.o prot_misc.c
gcc -c -Wall -Werror -o prot_im.o prot_im.c
gcc -c -Wall -Werror -o prot_user.o prot_user.c
gcc -c -Wall -Werror -o list.o list.c
gcc -c -Wall -Werror -o buddy.o buddy.c
gcc -c -Wall -Werror -o group.o group.c
gcc -c -Wall -Werror -o qun.o qun.c
gcc -c -Wall -Werror -o prot_group.o prot_group.c
gcc -c -Wall -Werror -o prot_qun.o prot_qun.c
gcc -c -Wall -Werror -o prot_buddy.o prot_buddy.c
gcc -c -Wall -Werror -o loop.o loop.c
gcc -c -Wall -Werror -o utf8.o utf8.c
gcc -c -Wall -Werror -o myqq.o myqq.c
cc1: warnings being treated as errors
myqq.c: In function ‘setcolor’:
myqq.c:164: error: format not a string literal and no format arguments
myqq.c: In function ‘buddy_msg_callback’:
myqq.c:474: error: format not a string literal and no format arguments
myqq.c:482: error: format not a string literal and no format arguments
myqq.c: In function ‘qun_msg_callback’:
myqq.c:515: error: format not a string literal and no format arguments
myqq.c:525: error: format not a string literal and no format arguments
myqq.c: In function ‘main’:
myqq.c:639: error: format not a string literal and no format arguments
myqq.c:677: error: format not a string literal and no format arguments
myqq.c:683: error: format not a string literal and no format arguments
myqq.c:687: error: format not a string literal and no format arguments
myqq.c:722: error: format not a string literal and no format arguments
myqq.c:751: error: format not a string literal and no format arguments
myqq.c:758: error: format not a string literal and no format arguments
myqq.c:763: error: format not a string literal and no format arguments
myqq.c:776: error: format not a string literal and no format arguments
myqq.c:782: error: format not a string literal and no format arguments
myqq.c:807: error: format not a string literal and no format arguments
myqq.c:809: error: format not a string literal and no format arguments
myqq.c:817: error: format not a string literal and no format arguments
myqq.c:819: error: format not a string literal and no format arguments
myqq.c:831: error: format not a string literal and no format arguments
myqq.c:834: error: format not a string literal and no format arguments
myqq.c:843: error: format not a string literal and no format arguments
myqq.c:846: error: format not a string literal and no format arguments
myqq.c:863: error: format not a string literal and no format arguments
make: *** [myqq.o] 错误 1
make:离开目录“/home/may/桌面/myqq3.13/src”
may@may-desktop:~/桌面/myqq3.13$

还是没成功 有人成功编译出来的没

去http://code.google.com/p/gmyqq查看最新更新。

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-06-23 22:00
wenjianhn
mark :em11

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-06-26 20:42
一秒搞定
飘过..... :em11

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-09-13 11:20
wangyikai1201
呵呵 我也不会弄 :em06

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-09-13 18:13
xrb2007
浪费表情。

Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)

发表于 : 2009-09-16 22:39
zh133929
rm -f *.o
rm -f ../myqq
gcc -c -Wall -Werror -o qqsocket.o qqsocket.c
gcc -c -Wall -Werror -o qqcrypt.o qqcrypt.c
gcc -c -Wall -Werror -o md5.o md5.c
gcc -c -Wall -Werror -o debug.o debug.c
gcc -c -Wall -Werror -o qqclient.o qqclient.c
gcc -c -Wall -Werror -o memory.o memory.c
gcc -c -Wall -Werror -o config.o config.c
gcc -c -Wall -Werror -o packetmgr.o packetmgr.c
gcc -c -Wall -Werror -o qqpacket.o qqpacket.c
gcc -c -Wall -Werror -o prot_login.o prot_login.c
gcc -c -Wall -Werror -o protocol.o protocol.c
gcc -c -Wall -Werror -o prot_misc.o prot_misc.c
gcc -c -Wall -Werror -o prot_im.o prot_im.c
gcc -c -Wall -Werror -o prot_user.o prot_user.c
gcc -c -Wall -Werror -o list.o list.c
gcc -c -Wall -Werror -o buddy.o buddy.c
gcc -c -Wall -Werror -o group.o group.c
gcc -c -Wall -Werror -o qun.o qun.c
gcc -c -Wall -Werror -o prot_group.o prot_group.c
gcc -c -Wall -Werror -o prot_qun.o prot_qun.c
gcc -c -Wall -Werror -o prot_buddy.o prot_buddy.c
gcc -c -Wall -Werror -o loop.o loop.c
gcc -c -Wall -Werror -o utf8.o utf8.c
gcc -c -Wall -Werror -o myqq.o myqq.c
cc1: warnings being treated as errors
myqq.c: 在函数‘setcolor’中:
myqq.c:164: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c: 在函数‘buddy_msg_callback’中:
myqq.c:474: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:482: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c: 在函数‘qun_msg_callback’中:
myqq.c:515: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:525: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c: 在函数‘main’中:
myqq.c:639: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:677: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:683: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:687: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:722: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:751: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:758: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:763: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:776: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:782: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:807: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:809: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:817: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:819: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:831: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:834: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:843: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:846: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
myqq.c:863: 错误: 格式字符串不是一个字面字符串而且没有待格式化的实参
make: *** [myqq.o] 错误 1

新手不懂