EionRobb / pidgin-juice

Automatically exported from code.google.com/p/pidgin-juice
0 stars 0 forks source link

compile #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is the "make" output

"danilo@kronos:~/pidgin-juice-read-only/plugin$ make
i686-pc-linux-gnu-gcc -I/usr/include/libpurple -I/usr/local/include/libpurple 
-DPURPLE_PLUGINS -DENABLE_NLS -DHAVE_ZLIB -Wall -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include -I. -g -O2 -pipe 
pidgin_juice.c -o pidgin_juice.so -shared -fPIC -DPIC
In file included from pidgin_juice.c:65:
get_buddylist.c: In function ‘juice_GET_buddylist’:
get_buddylist.c:156: warning: passing argument 1 of ‘g_free’ discards 
qualifiers from pointer target type
/usr/include/glib-2.0/glib/gmem.h:52: note: expected ‘gpointer’ but 
argument is of type ‘const gchar *’
get_buddylist.c:68: warning: unused variable ‘display_name_tmp’
pidgin_juice.c: At top level:
get_events.c:440: warning: ‘channel_hung_up’ defined but not used
danilo@kronos:~/pidgin-juice-read-only/plugin$"

and 404 - Not Found is what I get when I connect to the webserver!

1) How can I fix?
2) does pidgin juice work on finch without X ???

Original issue reported on code.google.com by danilobu...@gmail.com on 23 Nov 2010 at 10:25

GoogleCodeExporter commented 8 years ago
Got it working on Linux. Yay.

For the 404 error you have to place web UI files ("juice" directory) in a 
proper directory. For me the plugin was looking for them in a temporary desktop 
folder but after recompiling from other place it's ~./juice now which is fine 
for me.

Run Finch/Pidgin debug window, refresh the page and you'll see where the 
"juice" directory supposed to be.

Original comment by totaliza...@gmail.com on 23 Feb 2012 at 1:46