Προς το περιεχόμενο

pidgin plugins


ALdaperan

Προτεινόμενες αναρτήσεις

Δημοσ.

γεια σας προσπαθώ να βάλω τα παρακάτω plugin αλλα δεν πολυκαταλαβαινω τι πρεπει να κανω για να εγκατασταθουν:http://code.google.com/p/pidgin-personalbar/wiki/PluginGet

http://code.google.com/p/pidgin-paintboard/

 

μηπως μπορείτε να με βοηθήσετε? :-)

 

ευχαριστω εκ των προτερων :-)

Δημοσ.

Από το λινκ σου:

 

If the source code is available, you will most likely notice a new folder in your home directory labeled pidgin-personalbar. Open a terminal and navigate through the folders into the new pidgin-personalbar folder. When there, type make and wait for everything to compile. If the make exits with zero, you have compiled succesfully.

 

You will then notice that a new pidgin-personalbar.so file is in the same folder. Now, proceed and move this file to the plugins folder inside .purple (at home). If there is no such folder, you will have to create it.

 

To see the plugin working, you will have to enable it in the plugins section of pidgin. You may have to restart pidgin if the plugin is not yet listed.

 

Δηλαδή αφού κάνεις make (χτίσιμο), αντιγράφεις αρχείο .so που θα δημιουργηθεί στον κρυφό φάκελο του pidgin.

Δημοσ.

Σε ποιά διανομή προσπαθείς να κάνεις την εγκατάσταση γιατί στο ubuntu έχει πάρα πολλά plugin για το pidgin που θα τα βρεις μέσω synaptic.

Δημοσ.

σε ubuntu προσπαθω!! βασικα θέλω αυτα τα δυο plugins συγκεκριμενα δηλαδη ενα για να στελνεις μηνυμα χειρογραφα (σαν ζωγραφικη που εχει και το windows live) και αλλο ενα toolbar για να αλλαζω τη κατασταση μου η να γραφω ενα pm

 

εδωσα την εντολη make αλλα δε κανει τιποτα

 

μηπως μπορειτε αναλυτικα να μου πειτε τι εντολες πρεπει να δωσω?

 

ευχαριστω εκ των προτερων και συγνωμη αν κουραζω :-)

Δημοσ.
σε ubuntu προσπαθω!! βασικα θέλω αυτα τα δυο plugins συγκεκριμενα δηλαδη ενα για να στελνεις μηνυμα χειρογραφα (σαν ζωγραφικη που εχει και το windows live) και αλλο ενα toolbar για να αλλαζω τη κατασταση μου η να γραφω ενα pm

 

εδωσα την εντολη make αλλα δε κανει τιποτα

 

μηπως μπορειτε αναλυτικα να μου πειτε τι εντολες πρεπει να δωσω?

 

ευχαριστω εκ των προτερων και συγνωμη αν κουραζω :-)

 

Καταρχάς αν δώσεις οποιαδηποτε εντολή στο τερματικό, κάποιο μήνυμα θα πάρες.

Το γράφεις εδώ για να ξέρουμε τι να σου πούμε.

 

Λοιπόν.

1. Αποσυμπιέζεις το αρχείο με τον πηγαίο κώδικα σε φάκελο μέσα στο /home σου.

2. Ανοίγεις ένα τερματικό μέσα σε αυτόν τον φάκελο (είτε κλασσικά με "cd ~/όνομα φακέλου" είτε με το open terminal here του gnome.

3.Δίνεις την εντολή make. Θα ξεκινήσει η διαδικασία του compile. Αν υπάρξει σφάλμα θα σταματήσει. Αν πετύχει, πάλι θα σταματήσει αλλά με μηδενικό error code.

Δημοσ.

δινω make και παιρνω

 

>[CC] personalbar.o
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
Package purple was not found in the pkg-config search path.
Perhaps you should add the directory containing `purple.pc'
to the PKG_CONFIG_PATH environment variable
No package 'purple' found
Package gobject-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gobject-2.0' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
personalbar.c:31:18: warning: glib.h: No such file or directory
personalbar.c:32:21: warning: gmodule.h: No such file or directory
personalbar.c:34:20: error: plugin.h: No such file or directory
personalbar.c:35:21: error: signals.h: No such file or directory
personalbar.c:36:21: error: version.h: No such file or directory
personalbar.c:38:22: error: gtkblist.h: No such file or directory
personalbar.c:39:26: error: gtkstatusbox.h: No such file or directory
personalbar.c:40:23: error: gtkplugin.h: No such file or directory
personalbar.c:41:22: error: gtkprefs.h: No such file or directory
personalbar.c:42:18: error: prpl.h: No such file or directory
personalbar.c:43:21: error: request.h: No such file or directory
personalbar.c:44:19: error: debug.h: No such file or directory
personalbar.c:45:22: error: gtkutils.h: No such file or directory
personalbar.c:82: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
personalbar.c:91: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
personalbar.c:98: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
personalbar.c:104: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
personalbar.c:110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
personalbar.c:118: warning: type defaults to ‘int’ in declaration of ‘gchar’
personalbar.c:118: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
personalbar.c:151: error: expected ‘)’ before ‘*’ token
personalbar.c:208: error: expected ‘)’ before ‘*’ token
personalbar.c:253: error: expected ‘)’ before ‘*’ token
personalbar.c:303: error: expected ‘)’ before ‘*’ token
personalbar.c:352: error: expected ‘)’ before ‘*’ token
personalbar.c:390: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘on_display_name_focus_cb’
personalbar.c:412: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘on_display_name_hover_cb’
personalbar.c:435: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘on_personal_msg_hover_cb’
personalbar.c:457: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘on_status_button_clicked_cb’
personalbar.c:465: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘on_dn_box_focus_cb’
personalbar.c: In function ‘update_psm_label’:
personalbar.c:477: error: ‘PidginBuddyList’ undeclared (first use in this function)
personalbar.c:477: error: (Each undeclared identifier is reported only once
personalbar.c:477: error: for each function it appears in.)
personalbar.c:477: error: ‘gtkblist’ undeclared (first use in this function)
personalbar.c:477: warning: implicit declaration of function ‘PIDGIN_BLIST’
personalbar.c:477: warning: implicit declaration of function ‘purple_get_blist’
personalbar.c:478: error: ‘GtkLabel’ undeclared (first use in this function)
personalbar.c:478: error: ‘psm_label’ undeclared (first use in this function)
personalbar.c:478: warning: implicit declaration of function ‘get_pm_label’
personalbar.c:478: warning: implicit declaration of function ‘get_pb_widget’
personalbar.c:479: warning: implicit declaration of function ‘g_markup_printf_escaped’
personalbar.c:479: warning: assignment makes pointer from integer without a cast
personalbar.c:480: warning: implicit declaration of function ‘gtk_label_set_markup’
personalbar.c:480: warning: implicit declaration of function ‘GTK_LABEL’
personalbar.c:481:22: error: missing binary operator before token "("
personalbar.c:484: warning: implicit declaration of function ‘gtk_widget_set_tooltip_text’
personalbar.c:484: warning: implicit declaration of function ‘GTK_WIDGET’
personalbar.c: At top level:
personalbar.c:489: error: expected ‘)’ before ‘*’ token
personalbar.c:527: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘on_personal_msg_focus_cb’
personalbar.c:544: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘on_personal_entry_focus_out_cb’
personalbar.c:562: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘on_personal_entry_key_press_cb’
personalbar.c: In function ‘get_statusbox_text’:
personalbar.c:583: error: ‘PidginStatusBox’ undeclared (first use in this function)
personalbar.c:583: error: ‘statusbox’ undeclared (first use in this function)
personalbar.c:584: error: ‘GtkTextBuffer’ undeclared (first use in this function)
personalbar.c:584: error: ‘buffer’ undeclared (first use in this function)
personalbar.c:585: error: ‘GtkTextIter’ undeclared (first use in this function)
personalbar.c:585: error: expected ‘;’ before ‘start’
personalbar.c:589: warning: implicit declaration of function ‘purple_debug_info’
personalbar.c:590: warning: implicit declaration of function ‘PIDGIN_STATUS_BOX’
personalbar.c:590: warning: implicit declaration of function ‘pidgin_blist_get_default_gtk_blist’
personalbar.c:590: error: invalid type argument of ‘->’ (have ‘int’)
personalbar.c:591: warning: implicit declaration of function ‘GTK_IMHTML’
personalbar.c:592: warning: implicit declaration of function ‘gtk_text_buffer_get_char_count’
personalbar.c:596: warning: implicit declaration of function ‘gtk_text_buffer_get_iter_at_offset’
personalbar.c:596: error: ‘start’ undeclared (first use in this function)
personalbar.c:597: error: ‘end’ undeclared (first use in this function)
personalbar.c:598: warning: implicit declaration of function ‘gtk_text_buffer_get_text’
personalbar.c:598: error: ‘FALSE’ undeclared (first use in this function)
personalbar.c: At top level:
personalbar.c:606: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘status_box_visible’
personalbar.c:617: error: expected ‘)’ before ‘*’ token
personalbar.c:807:22: error: missing binary operator before token "("
personalbar.c: In function ‘check_personal_msg’:
personalbar.c:868: error: ‘PidginStatusBox’ undeclared (first use in this function)
personalbar.c:868: error: ‘statusbox’ undeclared (first use in this function)
personalbar.c:869: error: ‘GtkTextBuffer’ undeclared (first use in this function)
personalbar.c:869: error: ‘buffer’ undeclared (first use in this function)
personalbar.c:870: error: ‘GtkTextIter’ undeclared (first use in this function)
personalbar.c:870: error: expected ‘;’ before ‘start’
personalbar.c:875: error: invalid type argument of ‘->’ (have ‘int’)
personalbar.c:881: warning: implicit declaration of function ‘gtk_text_buffer_get_start_iter’
personalbar.c:881: error: ‘start’ undeclared (first use in this function)
personalbar.c:882: warning: implicit declaration of function ‘gtk_text_buffer_get_end_iter’
personalbar.c:882: error: ‘end’ undeclared (first use in this function)
personalbar.c:883: error: ‘FALSE’ undeclared (first use in this function)
personalbar.c:885: warning: implicit declaration of function ‘purple_prefs_set_string’
personalbar.c:890: warning: implicit declaration of function ‘purple_prefs_get_string’
personalbar.c:890: warning: assignment makes pointer from integer without a cast
personalbar.c: In function ‘num_accounts_signed_in’:
personalbar.c:908: error: ‘GList’ undeclared (first use in this function)
personalbar.c:908: error: ‘l’ undeclared (first use in this function)
personalbar.c:909: error: ‘PurpleAccount’ undeclared (first use in this function)
personalbar.c:909: error: ‘account’ undeclared (first use in this function)
personalbar.c:912: error: ‘conn_list’ undeclared (first use in this function)
personalbar.c:912: warning: implicit declaration of function ‘purple_accounts_get_all_active’
personalbar.c:916: warning: implicit declaration of function ‘purple_account_get_protocol_id’
personalbar.c:917: warning: implicit declaration of function ‘purple_account_is_connected’
personalbar.c: At top level:
personalbar.c:928: error: expected ‘)’ before ‘*’ token
personalbar.c:970: error: expected ‘)’ before ‘*’ token
personalbar.c:1000: error: expected ‘)’ before ‘*’ token
personalbar.c:1007: error: expected ‘)’ before ‘*’ token
personalbar.c:1087: error: expected ‘)’ before ‘*’ token
personalbar.c:1122: error: expected ‘)’ before ‘*’ token
personalbar.c:1132: error: expected declaration specifiers or ‘...’ before ‘PurplePrefType’
personalbar.c:1132: error: expected declaration specifiers or ‘...’ before ‘gpointer’
personalbar.c:1132: error: expected declaration specifiers or ‘...’ before ‘gpointer’
personalbar.c: In function ‘pref_status_bar_cb’:
personalbar.c:1133: error: ‘PurpleBuddyList’ undeclared (first use in this function)
personalbar.c:1133: error: ‘blist’ undeclared (first use in this function)
personalbar.c:1134: error: ‘PidginBuddyList’ undeclared (first use in this function)
personalbar.c:1134: error: ‘gtkblist’ undeclared (first use in this function)
personalbar.c:1136: warning: implicit declaration of function ‘purple_prefs_get_bool’
personalbar.c:1136: warning: implicit declaration of function ‘status_box_visible’
personalbar.c:1137: warning: implicit declaration of function ‘gtk_widget_hide’
personalbar.c:1140: warning: implicit declaration of function ‘gtk_widget_show’
personalbar.c: At top level:
personalbar.c:1145: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘plugin_load’
personalbar.c:1219: error: expected ‘)’ before ‘*’ token
personalbar.c:1230: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘plugin_unload’
personalbar.c:1244: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
personalbar.c:1255: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ui_info’
personalbar.c:1261: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘info’
personalbar.c:1289: error: expected ‘)’ before ‘*’ token
personalbar.c:1299: warning: return type defaults to ‘int’
personalbar.c: In function ‘PURPLE_INIT_PLUGIN’:
personalbar.c:1299: error: expected ‘{’ at end of input
make: *** [personalbar.o] Error 1

Δημοσ.

ALdaperan, πρέπει να εγκαταστήσεις το πακέτο pidgin-dev πριν προσπαθήσεις να κάνεις compile κάτι για το pidgin.

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...