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

Re: gaim encryption fails to compile



On Mon, 2004-11-08 at 20:43 -0800, Rodney D. Myers wrote:
> I've been attempting to configure & compile gaim-encryption.
> 
> So far, this around I can get it configured okay, but it dies with this 
> error message;
> 
> make
> make  all-recursive
> make[1]: Entering directory `/home/rodney/waste/gaim-encryption-2.32'
> Making all in po
> make[2]: Entering directory `/home/rodney/waste/gaim-encryption-2.32/po'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/rodney/waste/gaim-encryption-2.32/po'
> Making all in intl
> make[2]: Entering directory `/home/rodney/waste/gaim-encryption-2.32/intl'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/rodney/waste/gaim-encryption-2.32/intl'
> make[2]: Entering directory `/home/rodney/waste/gaim-encryption-2.32'
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  -DLOCALEDIR=\"/usr/local/share/locale\"      -DLIBDIR=\"/usr/local/lib/gaim/\"       -DDATADIR=\"/usr/local/share\"                                         -I/usr/include/gaim -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include                        -I/usr/include/mozilla/nss -I/usr/include/mozilla/nspr   -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -Wall -g -O2 -c ge_blist.c
> mkdir .libs
>  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib/gaim/\" -DDATADIR=\"/usr/local/share\" -I/usr/include/gaim -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mozilla/nss -I/usr/include/mozilla/nspr -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -c ge_blist.c  -fPIC -DPIC -o .libs/ge_blist.o
> ge_blist.c:1:19: blist.h: No such file or directory
> ge_blist.c:2:19: debug.h: No such file or directory
> ge_blist.c:3:22: gtkutils.h: No such file or directory
> In file included from ge_blist.c:5:
> ge_blist.h:7:23: gtkplugin.h: No such file or directory
> ge_blist.h:8:19: blist.h: No such file or directory
> In file included from ge_blist.c:5:
> ge_blist.h:12: error: parse error before '*' token
> ge_blist.h:14: warning: type defaults to `int' in declaration of `GaimAccount'
> ge_blist.h:14: error: parse error before '*' token
> In file included from ge_blist.c:6:
> state.h:17: warning: type defaults to `int' in declaration of `GaimAccount'
> state.h:17: error: parse error before '*' token
> state.h:18: warning: type defaults to `int' in declaration of `GaimAccount'
> state.h:18: error: parse error before '*' token
> state.h:20: warning: type defaults to `int' in declaration of `GaimAccount'
> state.h:20: error: parse error before '*' token
> state.h:21: warning: type defaults to `int' in declaration of `GaimAccount'
> state.h:21: error: parse error before '*' token
> state.h:24: warning: type defaults to `int' in declaration of `GaimAccount'
> state.h:24: error: parse error before '*' token
> state.h:27: warning: type defaults to `int' in declaration of `GaimAccount'
> state.h:27: error: parse error before '*' token
> state.h:28: warning: type defaults to `int' in declaration of `GaimAccount'
> state.h:28: error: parse error before '*' token
> state.h:31: warning: type defaults to `int' in declaration of `GaimAccount'
> state.h:31: error: parse error before '*' token
> state.h:34: warning: type defaults to `int' in declaration of `GaimAccount'
> state.h:34: error: parse error before '*' token
> ge_blist.c:9: warning: type defaults to `int' in declaration of `GaimAccount'
> ge_blist.c:9: error: parse error before '*' token
> ge_blist.c: In function `GE_get_buddy_default_autoencrypt':
> ge_blist.c:10: error: `GaimBuddy' undeclared (first use in this function)
> ge_blist.c:10: error: (Each undeclared identifier is reported only once
> ge_blist.c:10: error: for each function it appears in.)
> ge_blist.c:10: error: `buddy' undeclared (first use in this function)
> ge_blist.c:13: warning: implicit declaration of function `gaim_debug'
> ge_blist.c:13: error: `GAIM_DEBUG_MISC' undeclared (first use in this function)
> ge_blist.c:14: error: `account' undeclared (first use in this function)
> ge_blist.c:14: error: `buddyname' undeclared (first use in this function)
> ge_blist.c:18: warning: implicit declaration of function `gaim_find_buddy'
> ge_blist.c:18: error: `GaimAccount' undeclared (first use in this function)
> ge_blist.c:18: error: parse error before ')' token
> ge_blist.c:30: warning: implicit declaration of function `gaim_blist_node_get_bool'
> ge_blist.c: At top level:
> ge_blist.c:40: error: parse error before '*' token
> ge_blist.c: In function `buddy_autoencrypt_callback':
> ge_blist.c:43: error: `GAIM_DEBUG_INFO' undeclared (first use in this function)
> ge_blist.c:44: error: `buddy' undeclared (first use in this function)
> ge_blist.c:47: warning: implicit declaration of function `gaim_blist_node_set_bool'
> ge_blist.c: At top level:
> ge_blist.c:51: error: parse error before '*' token
> ge_blist.c: In function `GE_buddy_menu_cb':
> ge_blist.c:52: error: `GaimBlistNodeAction' undeclared (first use in this function)
> ge_blist.c:52: error: `action' undeclared (first use in this function)
> ge_blist.c:53: error: `GaimBuddy' undeclared (first use in this function)
> ge_blist.c:53: error: `buddy' undeclared (first use in this function)
> ge_blist.c:56: warning: implicit declaration of function `GAIM_BLIST_NODE_IS_BUDDY'
> ge_blist.c:56: error: `node' undeclared (first use in this function)
> ge_blist.c:58: error: parse error before ')' token
> ge_blist.c:63: warning: implicit declaration of function `gaim_blist_node_action_new'
> ge_blist.c:69: error: `menu' undeclared (first use in this function)
> make[2]: *** [ge_blist.lo] Error 1
> make[2]: Leaving directory `/home/rodney/waste/gaim-encryption-2.32'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/rodney/waste/gaim-encryption-2.32'
> make: *** [all-recursive-am] Error 2
> 
> Thanks
> 

It looks like you are missing the Gaim sources. Those missing headers
are part of the Gaim API. Make sure you have the sources installed in
all the correct paths (i.e /usr/include/gaim /usr/lib/gaim etc...).


-- 
Eric Gaumer <gaumerel@ecs.fullerton.edu>

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: