[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

trying to create openq plugin for gaim from source but can't do 'make'



I'm trying to create openq plugin for gaim from source. i can do the 
configure, but when i do 'make' i get:


kloro@debian:~/zips/openq/openq-0.3.2$ make
make  all-recursive
make[1]: Entering directory `/home/kloro/zips/openq/openq-0.3.2'
Making all in intl
make[2]: Entering directory `/home/kloro/zips/openq/openq-0.3.2/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/kloro/zips/openq/openq-0.3.2/intl'
Making all in nsis
make[2]: Entering directory `/home/kloro/zips/openq/openq-0.3.2/nsis'
Making all in translations
make[3]: Entering directory 
`/home/kloro/zips/openq/openq-0.3.2/nsis/translations'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory 
`/home/kloro/zips/openq/openq-0.3.2/nsis/translations'
make[3]: Entering directory `/home/kloro/zips/openq/openq-0.3.2/nsis'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/kloro/zips/openq/openq-0.3.2/nsis'
make[2]: Leaving directory `/home/kloro/zips/openq/openq-0.3.2/nsis'
Making all in po
make[2]: Entering directory `/home/kloro/zips/openq/openq-0.3.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/kloro/zips/openq/openq-0.3.2/po'
Making all in src
make[2]: Entering directory `/home/kloro/zips/openq/openq-0.3.2/src'
source='buddy_info.c' object='buddy_info.lo' libtool=yes \
        depfile='.deps/buddy_info.Plo' tmpdepfile='.deps/buddy_info.TPlo' \
        depmode=gcc3 /bin/sh ../depcomp \
        /bin/sh ../libtool --silent --mode=compile 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/local/include/cairo -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -I/usr/include/gaim -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/local/include/cairo -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/gaim -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/gaim/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DGAIM_PLUGINS -Wall -g -O2 -Wall -g3 -c -o 
buddy_info.lo `test -f 'buddy_info.c' || echo './'`buddy_info.c
buddy_info.c:25:47: error: internal.h: No such file or directory
In file included from buddy_opt.h:31,
                 from buddy_info.h:30,
                 from buddy_info.c:31:
qq.h:71: error: field 'dest_sin' has incomplete type
buddy_info.c: In function 'qq_send_packet_get_info':
buddy_info.c:66: warning: implicit declaration of function 'strlen'
buddy_info.c:66: warning: incompatible implicit declaration of built-in 
function 'strlen'
buddy_info.c:66: warning: pointer targets in passing argument 6 
of 'qq_send_cmd' differ in signedness
buddy_info.c: In function 'qq_send_packet_modify_info':
buddy_info.c:111: warning: implicit declaration of function 'memmove'
buddy_info.c:111: warning: incompatible implicit declaration of built-in 
function 'memmove'
buddy_info.c:113: warning: incompatible implicit declaration of built-in 
function 'strlen'
buddy_info.c:116: warning: pointer targets in passing argument 3 
of 'create_packet_data' differ in signedness
buddy_info.c:118: warning: pointer targets in passing argument 3 
of 'create_packet_data' differ in signedness
buddy_info.c:124: warning: pointer targets in passing argument 3 
of 'create_packet_data' differ in signedness
buddy_info.c: In function 'qq_process_modify_info_reply':
buddy_info.c:148: warning: pointer targets in passing argument 1 of 'atoi' 
differ in signedness
buddy_info.c:150: warning: implicit declaration of function '_'
buddy_info.c:150: warning: passing argument 4 of 'gaim_notify_message' makes 
pointer from integer without a cast
make[2]: *** [buddy_info.lo] Error 1
make[2]: Leaving directory `/home/kloro/zips/openq/openq-0.3.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kloro/zips/openq/openq-0.3.2'
make: *** [all] Error 2
kloro@debian:~/zips/openq/openq-0.3.2$

any ideas most welcome.

tom arnall
arcata



Reply to: