ciscosurfer
January 25th, 2007, 06:45 PM
I'm having some trouble getting some modules to compile. I am running Gaim beta 6 and would like to add these modules (http://svana.org/kleptog/gaim/index.html) to the mix (view the page with Google cache if the site is down).
I'm getting pkg-config errors, relating to my path. Hopefully someone can make some sense of this. And I've already tried looking for gaim2.pcmake
gcc -O2 -g -Wall `pkg-config --cflags glib-2.0 gaim2` -DPLUGIN_VERSION=0.5 -DPRIVATE_TZLIB -DCUSTOM_GTK -c -o buddyedit.o buddyedit.c
Package gaim2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gaim2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gaim2' found
buddyedit.c:30:18: error: glib.h: No such file or directory
buddyedit.c:33:20: error: notify.h: No such file or directory
buddyedit.c:34:20: error: plugin.h: No such file or directory
buddyedit.c:35:18: error: util.h: No such file or directory
buddyedit.c:36:21: error: version.h: No such file or directory
buddyedit.c:38:61: error: debug.h: No such file or directory
buddyedit.c:39:53: error: request.h: No such file or directory
buddyedit.c:41: error: expected =, ,, ;, asm or __attribute__ before * token
buddyedit.c:44: error: expected ) before * token
buddyedit.c:213: error: expected =, ,, ;, asm or __attribute__ before * token
buddyedit.c:216: error: expected =, ,, ;, asm or __attribute__ before buddyedit_account_filter_func
buddyedit.c:229: error: expected ) before * token
buddyedit.c:337: error: expected ) before * token
buddyedit.c:368: error: expected =, ,, ;, asm or __attribute__ before plugin_load
buddyedit.c:392: error: expected =, ,, ;, asm or __attribute__ before info
buddyedit.c:423: error: expected ) before * token
buddyedit.c:427: warning: data definition has no type or storage class
buddyedit.c:427: warning: type defaults to int in declaration of GAIM_INIT_PLUGIN
buddyedit.c:427: warning: parameter names (without types) in function declaration
make: *** [buddyedit.o] Error 1
I'm getting pkg-config errors, relating to my path. Hopefully someone can make some sense of this. And I've already tried looking for gaim2.pcmake
gcc -O2 -g -Wall `pkg-config --cflags glib-2.0 gaim2` -DPLUGIN_VERSION=0.5 -DPRIVATE_TZLIB -DCUSTOM_GTK -c -o buddyedit.o buddyedit.c
Package gaim2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gaim2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gaim2' found
buddyedit.c:30:18: error: glib.h: No such file or directory
buddyedit.c:33:20: error: notify.h: No such file or directory
buddyedit.c:34:20: error: plugin.h: No such file or directory
buddyedit.c:35:18: error: util.h: No such file or directory
buddyedit.c:36:21: error: version.h: No such file or directory
buddyedit.c:38:61: error: debug.h: No such file or directory
buddyedit.c:39:53: error: request.h: No such file or directory
buddyedit.c:41: error: expected =, ,, ;, asm or __attribute__ before * token
buddyedit.c:44: error: expected ) before * token
buddyedit.c:213: error: expected =, ,, ;, asm or __attribute__ before * token
buddyedit.c:216: error: expected =, ,, ;, asm or __attribute__ before buddyedit_account_filter_func
buddyedit.c:229: error: expected ) before * token
buddyedit.c:337: error: expected ) before * token
buddyedit.c:368: error: expected =, ,, ;, asm or __attribute__ before plugin_load
buddyedit.c:392: error: expected =, ,, ;, asm or __attribute__ before info
buddyedit.c:423: error: expected ) before * token
buddyedit.c:427: warning: data definition has no type or storage class
buddyedit.c:427: warning: type defaults to int in declaration of GAIM_INIT_PLUGIN
buddyedit.c:427: warning: parameter names (without types) in function declaration
make: *** [buddyedit.o] Error 1