-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Had some initial problems compiling, but after installing the following two libs it finally compiled:
libglib2.0-dev
libpurple-dev
However, there were some warnings; compilation output is appended. I'm able to load the plugin, but a short while after turning it on in Pidgin, I start getting the following error in repeated pop-up windows:
"MSN Error: Friendly name changes too rapidly"
These keep appearing, and it does not appear like my currently playing song is being shown on either protocol out of ICQ, MSN and Gtalk. When turning off the plugin, the errors cease.
Using Ubuntu 8.10 64-bit version.
*** compilation output:
user@machine:~/Downloads/pilt-spotify-b3069c7cfa4002990da623135d5ff4b454d67e00$ make
cc -g -Wall -Wextra -Wno-long-long -pedantic -std=c99 -fPIC -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -lX11 -c -o spotify_util.o spotify_util.c
cc -g -Wall -Wextra -Wno-long-long -pedantic -std=c99 -fPIC -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -lX11 spotify_util_test.c spotify_util.o -o spotify_util_test
spotify_util_test.c:16: warning: unused parameter ‘argc’
spotify_util_test.c:16: warning: unused parameter ‘argv’
cc -g -Wall -Wextra -Wno-long-long -pedantic -std=c99 -fPIC -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -lX11 spotify_playing.c spotify_util.o -o spotify_playing
spotify_playing.c:6: warning: unused parameter ‘argc’
spotify_playing.c:6: warning: unused parameter ‘argv’
cc -shared pidgin_plugin.c spotify_util.o -g -Wall -Wextra -Wno-long-long -pedantic -std=c99 -fPIC -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -lX11 -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lpurple -lglib-2.0 -o spotify_playing.so
pidgin_plugin.c:98: warning: unused parameter ‘plugin’
pidgin_plugin.c:143: warning: unused parameter ‘plugin’