Re: Terminal QQ : MyQQ3.1 (修正Linux下的编译问题)
发表于 : 2009-05-04 16:48
好像很有趣
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$
还是没成功 有人成功编译出来的没