
Pidgin Plugin: Automatic Change Buddy Ic
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Its aim is to change the buddy icon of the active accounts using images taken from a given directory.
There are dependencies with libgkt2-dev and obviously with pidgin.
Let me know what do you think about it!
M@
meencantaelspam
10 years ago
I was looking this kind of plugin for a long while.
Could you add a compiled - binary version of your plugin? I really apreciate that you give to all the source code, but I am not very capable of compile this code for my own.
By the way, I have tried do a "make" and a lot of error messages appear.
Below is the result of doing make on my pc.
Sorry for my english, it's worst than my programming skills :-p
Best Regards
Sebas
sebas@pc-sebas:~/Downloads/0.6$ make
gcc `pkg-config pidgin --cflags` -fPIC -Wall -Werror -c -o fileList.o fileList.c
Package pidgin was not found in the pkg-config search path.
Perhaps you should add the directory containing `pidgin.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pidgin' found
gcc `pkg-config pidgin --cflags` -fPIC -Wall -Werror -c -o dirScan.o dirScan.c
Package pidgin was not found in the pkg-config search path.
Perhaps you should add the directory containing `pidgin.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pidgin' found
gcc `pkg-config pidgin --cflags` -fPIC -Wall -Werror -c -o actions.o actions.c
Package pidgin was not found in the pkg-config search path.
Perhaps you should add the directory containing `pidgin.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pidgin' found
actions.c:3:18: error: glib.h: No such file or directory
actions.c:5:22: error: gtkutils.h: No such file or directory
actions.c:6:22: error: gtkblist.h: No such file or directory
actions.c:7:26: error: gtkstatusbox.h: No such file or directory
In file included from actions.c:11:
actions.h:2: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘actions_core’
cc1: warnings being treated as errors
actions.c: In function ‘actions_global_var_init’:
actions.c:17: error: implicit declaration of function ‘purple_prefs_get_string’
actions.c:19: error: implicit declaration of function ‘g_build_filename’
actions.c:19: error: implicit declaration of function ‘purple_user_dir’
actions.c:20: error: implicit declaration of function ‘purple_prefs_get_int’
actions.c:23: error: implicit declaration of function ‘purple_prefs_get_bool’
actions.c: At top level:
actions.c:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘actions_core’
make: *** [actions.o] Error 1
Report
auntaunt
12 years ago
Report
iamFIREcracker
12 years ago
fonts: Monospace
gtk-theme: a theme from me not still realeased, one day i gonna think about it
M@
Report