Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: installing pidgin plugin....

  1. #11
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: installing pidgin plugin....

    Did you compile pidgin from source or are you just trying to compile the plugin only? By your error message, it states something about missing gtk-2.0 which implies you are missing some dependency libraries. Im just wondering if you re-consult this thread:
    http://ubuntuforums.org/showthread.php?t=975783

    and install the name dependencies mentioned at the top of the thread, if this error disappears?

  2. #12
    Join Date
    Dec 2007
    Location
    cleveland
    Beans
    107
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: installing pidgin plugin....

    Quote Originally Posted by kevdog View Post
    Did you compile pidgin from source or are you just trying to compile the plugin only? By your error message, it states something about missing gtk-2.0 which implies you are missing some dependency libraries. Im just wondering if you re-consult this thread:
    http://ubuntuforums.org/showthread.php?t=975783

    and install the name dependencies mentioned at the top of the thread, if this error disappears?
    I walked through step by step and this is the errors im getting
    Code:
    Fetched 25.6MB in 38s (662kB/s)                                                
    Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libedataserver1.2-dev_2.22.3-0ubuntu2_i386.deb  404 Not Found [IP: 91.189.88.46 80]
    Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libcamel1.2-dev_2.22.3-0ubuntu2_i386.deb  404 Not Found [IP: 91.189.88.46 80]
    Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libebook1.2-dev_2.22.3-0ubuntu2_i386.deb  404 Not Found [IP: 91.189.88.46 80]
    Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libedata-book1.2-dev_2.22.3-0ubuntu2_i386.deb  404 Not Found [IP: 91.189.88.46 80]
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
    E: Failed to process build dependencies
    Code:
    configure: error: The intltool scripts were not found. Please install intltool.
     make
    make: *** No targets specified and no makefile found.  Stop.
    Code:
    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 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
    gcc  -fPIC -c logstatus.c -o logstatus.o   -DHAVE_CONFIG_H
    logstatus.c:18:18: error: glib.h: No such file or directory
    logstatus.c:22:28: error: glib/gi18n-lib.h: No such file or directory
    logstatus.c:24:36: error: libpurple/conversation.h: No such file or directory
    logstatus.c:25:31: error: libpurple/signals.h: No such file or directory
    logstatus.c:27:30: error: libpurple/plugin.h: No such file or directory
    logstatus.c:28:31: error: libpurple/version.h: No such file or directory
    logstatus.c:33: error: expected ‘)’ before ‘*’ token
    logstatus.c:66: error: expected ‘)’ before ‘*’ token
    logstatus.c:105: error: expected ‘)’ before ‘*’ token
    logstatus.c:114: error: expected ‘)’ before ‘*’ token
    logstatus.c:125: error: expected ‘)’ before ‘*’ token
    logstatus.c:131: error: expected ‘)’ before ‘*’ token
    logstatus.c:137: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘plugin_load’
    logstatus.c:152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘prefs_info’
    logstatus.c:165: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘info’
    logstatus.c:202: error: expected ‘)’ before ‘*’ token
    logstatus.c: In function ‘PURPLE_INIT_PLUGIN’:
    logstatus.c:207: error: expected ‘{’ at end of input
    make: *** [logstatus.o] Error 1

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •