fineday009 / libqq-pidgin

Automatically exported from code.google.com/p/libqq-pidgin
0 stars 0 forks source link

make error #223

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
CentOS 5.7
libpurple-2.7.9-0.el5
libpurple-devel-2.7.9-0.el5

Make error

if /bin/sh ./libtool --tag=CC --mode=compile gcc 
-DPACKAGE_NAME=\"libqq-pidgin\" -DPACKAGE_TARNAME=\"libqq-pidgin\" 
-DPACKAGE_VERSION=\"0.71\" -DPACKAGE_STRING=\"libqq-pidgin\ 0.71\" 
-DPACKAGE_BUGREPORT=\"http://code.google.com/p/libqq-pidgin/issues/list\" 
-DPACKAGE=\"libqq-pidgin\" -DVERSION=\"0.71\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I.  
-DQQ_BUDDY_ICON_DIR=\"/usr/share/pixmaps/purple/buddy_icons/qq\"  
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libpurple 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DPURPLE_PLUGINS 
-I./libpurple -I./libpurple   -g -O2 -MT buddy_info.lo -MD -MP -MF 
".deps/buddy_info.Tpo" -c -o buddy_info.lo buddy_info.c; \
    then mv -f ".deps/buddy_info.Tpo" ".deps/buddy_info.Plo"; else rm -f ".deps/buddy_info.Tpo"; exit 1; fi
mkdir .libs
 gcc -DPACKAGE_NAME=\"libqq-pidgin\" -DPACKAGE_TARNAME=\"libqq-pidgin\" -DPACKAGE_VERSION=\"0.71\" "-DPACKAGE_STRING=\"libqq-pidgin 0.71\"" -DPACKAGE_BUGREPORT=\"http://code.google.com/p/libqq-pidgin/issues/list\" -DPACKAGE=\"libqq-pidgin\" -DVERSION=\"0.71\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -DQQ_BUDDY_ICON_DIR=\"/usr/share/pixmaps/purple/buddy_icons/qq\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DPURPLE_PLUGINS -I./libpurple -I./libpurple -g -O2 -MT buddy_info.lo -MD -MP -MF .deps/buddy_info.Tpo -c buddy_info.c  -fPIC -DPIC -o .libs/buddy_info.o
In file included from buddy_info.h:31,
                 from buddy_info.c:33:
buddy_opt.h:86: error: expected declaration specifiers or '...' before 
'guintptr'
In file included from buddy_info.c:38:
qq_network.h:42: error: expected declaration specifiers or '...' before 
'guintptr'
qq_network.h:50: error: expected declaration specifiers or '...' before 
'guintptr'
buddy_info.c: In function 'info_display_only':
buddy_info.c:214: warning: assignment discards qualifiers from pointer target 
type
buddy_info.c:250: warning: comparison is always false due to limited range of 
data type
buddy_info.c: In function 'qq_request_get_buddy_info':
buddy_info.c:311: error: too many arguments to function 'qq_send_cmd_mess'
buddy_info.c: In function 'info_modify_ok_cb':
buddy_info.c:424: warning: assignment discards qualifiers from pointer target 
type
buddy_info.c:459: warning: assignment discards qualifiers from pointer target 
type
buddy_info.c: In function 'qq_request_get_buddies_level':
buddy_info.c:976: error: too many arguments to function 'qq_send_cmd_mess'
buddy_info.c: In function 'qq_request_get_buddies_sign':
buddy_info.c:1068: error: too many arguments to function 'qq_send_cmd_mess'
buddy_info.c: In function 'qq_process_get_buddies_sign':
buddy_info.c:1094: warning: passing argument 3 of 'g_utf8_validate' from 
incompatible pointer type
buddy_info.c:1110:2: warning: no newline at end of file
make: *** [buddy_info.lo] 错误 1

Original issue reported on code.google.com by ils...@gmail.com on 20 Dec 2011 at 9:32