Page 13 of 17 FirstFirst ... 31112131415 ... LastLast
Results 121 to 130 of 170

Thread: Howto compile Pidgin IM

  1. #121
    Join Date
    Aug 2005
    Location
    Guayaquil, Ecuador
    Beans
    240

    Exclamation Re: Howto compile Pidgin IM

    Due to doing a fresh install of Feisty on one of my computers, I compiled Pidgin from very scratch... Here are the packages needed:
    • libglib2.0-dev
    • libgtk2.0-dev
    • libxml2-dev
    • libnss-dev
    • gettext
    • html2text
    Optional, for documentation, you may install
    • doxygen
    • graphviz
    with all the dependencies met, extract the source code, configure, make, make install:
    Code:
    $ ./configure
    $ make
    $ sudo make install
    Cheers!
    Last edited by Elrohir; May 17th, 2007 at 06:39 AM.
    David Barrera - http://dbarrerap.wordpress.com
    --
    "Have your friends close, keep your enemies closer."

  2. #122
    Join Date
    May 2007
    Beans
    5

    Re: Howto compile Pidgin IM

    After doing

    Code:
    make
    I get this

    Code:
    make[3]: Leaving directory `/home/bryan/Desktop/pidgin/pidgin'
    make[2]: Leaving directory `/home/bryan/Desktop/pidgin/pidgin'
    Making all in m4macros
    make[2]: Entering directory `/home/bryan/Desktop/pidgin/m4macros'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/bryan/Desktop/pidgin/m4macros'
    Making all in po
    make[2]: Entering directory `/home/bryan/Desktop/pidgin/po'
    file=`echo af | sed 's,.*/,,'`.gmo \
              && rm -f $file &&  -o $file af.po
    /bin/sh: -o: not found
    make[2]: *** [af.gmo] Error 127
    make[2]: Leaving directory `/home/bryan/Desktop/pidgin/po'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/bryan/Desktop/pidgin'
    make: *** [all] Error 2
    Any idea?

  3. #123
    Join Date
    Aug 2005
    Location
    Guayaquil, Ecuador
    Beans
    240

    Re: Howto compile Pidgin IM

    Quote Originally Posted by bryan1 View Post
    After doing

    Code:
    make
    I get this

    Code:
    make[3]: Leaving directory `/home/bryan/Desktop/pidgin/pidgin'
    make[2]: Leaving directory `/home/bryan/Desktop/pidgin/pidgin'
    Making all in m4macros
    make[2]: Entering directory `/home/bryan/Desktop/pidgin/m4macros'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/bryan/Desktop/pidgin/m4macros'
    Making all in po
    make[2]: Entering directory `/home/bryan/Desktop/pidgin/po'
    file=`echo af | sed 's,.*/,,'`.gmo \
              && rm -f $file &&  -o $file af.po
    /bin/sh: -o: not found
    make[2]: *** [af.gmo] Error 127
    make[2]: Leaving directory `/home/bryan/Desktop/pidgin/po'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/bryan/Desktop/pidgin'
    make: *** [all] Error 2
    Any idea?
    do you have the gettext and html2text packages installed? if they are, run
    Code:
    $ ./configure && make
    David Barrera - http://dbarrerap.wordpress.com
    --
    "Have your friends close, keep your enemies closer."

  4. #124
    Join Date
    May 2007
    Beans
    5

    Re: Howto compile Pidgin IM

    Thanks for the help! doing "make" seems to be working right now

    then I tried

    Code:
    make install
    and got this

    Code:
    bryan@laptop:~/Desktop/pidgin$ make install
    Making install in libpurple
    make[1]: Entering directory `/home/bryan/Desktop/pidgin/libpurple'
    make  install-recursive
    make[2]: Entering directory `/home/bryan/Desktop/pidgin/libpurple'
    Making install in gconf
    make[3]: Entering directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[4]: Entering directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[4]: Nothing to be done for `install-exec-am'.
    GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults /usr/bin/gconftool-2 --makefile-install-rule purple.schemas 2>&1 | \
                    grep -v "^WARNING: failed to install schema" | grep -v "^Attached schema" 1>&2
    Resolved address "xml:merged:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 0
    None of the resolved addresses are writable; saving configuration settings will not be possible
    test -z "/usr/local/etc/gconf/schemas" || mkdir -p -- "/usr/local/etc/gconf/schemas"
    mkdir: cannot create directory `/usr/local/etc/gconf': Permission denied
    make[4]: *** [install-schemaDATA] Error 1
    make[4]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[3]: *** [install-am] Error 2
    make[3]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[2]: *** [install-recursive] Error 1
    make[2]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple'
    make[1]: *** [install] Error 2
    make[1]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple'
    make: *** [install-recursive] Error 1
    bryan@laptop:~/Desktop/pidgin$
    what is it this time haha

  5. #125
    Join Date
    Jun 2005
    Beans
    173

    Re: Howto compile Pidgin IM

    Quote Originally Posted by bryan1 View Post
    Thanks for the help! doing "make" seems to be working right now

    then I tried

    Code:
    make install
    and got this

    Code:
    bryan@laptop:~/Desktop/pidgin$ make install
    Making install in libpurple
    make[1]: Entering directory `/home/bryan/Desktop/pidgin/libpurple'
    make  install-recursive
    make[2]: Entering directory `/home/bryan/Desktop/pidgin/libpurple'
    Making install in gconf
    make[3]: Entering directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[4]: Entering directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[4]: Nothing to be done for `install-exec-am'.
    GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults /usr/bin/gconftool-2 --makefile-install-rule purple.schemas 2>&1 | \
                    grep -v "^WARNING: failed to install schema" | grep -v "^Attached schema" 1>&2
    Resolved address "xml:merged:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 0
    None of the resolved addresses are writable; saving configuration settings will not be possible
    test -z "/usr/local/etc/gconf/schemas" || mkdir -p -- "/usr/local/etc/gconf/schemas"
    mkdir: cannot create directory `/usr/local/etc/gconf': Permission denied
    make[4]: *** [install-schemaDATA] Error 1
    make[4]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[3]: *** [install-am] Error 2
    make[3]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[2]: *** [install-recursive] Error 1
    make[2]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple'
    make[1]: *** [install] Error 2
    make[1]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple'
    make: *** [install-recursive] Error 1
    bryan@laptop:~/Desktop/pidgin$
    what is it this time haha
    Try
    Code:
    sudo make install

  6. #126
    Join Date
    Aug 2005
    Location
    Guayaquil, Ecuador
    Beans
    240

    Re: Howto compile Pidgin IM

    Quote Originally Posted by bryan1 View Post
    Thanks for the help! doing "make" seems to be working right now

    then I tried

    Code:
    make install
    and got this

    Code:
    bryan@laptop:~/Desktop/pidgin$ make install
    Making install in libpurple
    make[1]: Entering directory `/home/bryan/Desktop/pidgin/libpurple'
    make  install-recursive
    make[2]: Entering directory `/home/bryan/Desktop/pidgin/libpurple'
    Making install in gconf
    make[3]: Entering directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[4]: Entering directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[4]: Nothing to be done for `install-exec-am'.
    GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults /usr/bin/gconftool-2 --makefile-install-rule purple.schemas 2>&1 | \
                    grep -v "^WARNING: failed to install schema" | grep -v "^Attached schema" 1>&2
    Resolved address "xml:merged:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 0
    None of the resolved addresses are writable; saving configuration settings will not be possible
    test -z "/usr/local/etc/gconf/schemas" || mkdir -p -- "/usr/local/etc/gconf/schemas"
    mkdir: cannot create directory `/usr/local/etc/gconf': Permission denied
    make[4]: *** [install-schemaDATA] Error 1
    make[4]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[3]: *** [install-am] Error 2
    make[3]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple/gconf'
    make[2]: *** [install-recursive] Error 1
    make[2]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple'
    make[1]: *** [install] Error 2
    make[1]: Leaving directory `/home/bryan/Desktop/pidgin/libpurple'
    make: *** [install-recursive] Error 1
    bryan@laptop:~/Desktop/pidgin$
    what is it this time haha
    For installing Pidgin (make install) you need root permission, thus you install with this command
    Code:
    sudo make install
    David Barrera - http://dbarrerap.wordpress.com
    --
    "Have your friends close, keep your enemies closer."

  7. #127
    Join Date
    May 2007
    Beans
    5

    Re: Howto compile Pidgin IM

    It worked, thanks!

  8. #128
    Join Date
    May 2007
    Beans
    5

    Re: Howto compile Pidgin IM

    Sorry for double post but where are those pidgin icons in? It didn't make desktop launcher so I had to make it myself and can't find pidgin icons

  9. #129
    Join Date
    Jun 2005
    Beans
    173

    Re: Howto compile Pidgin IM

    Quote Originally Posted by bryan1 View Post
    Sorry for double post but where are those pidgin icons in? It didn't make desktop launcher so I had to make it myself and can't find pidgin icons
    Code:
    locate pidgin.png
    Mine are here:

    /usr/share/icons/hicolor/48x48/apps/pidgin.png
    /usr/share/icons/hicolor/32x32/apps/pidgin.png
    /usr/share/icons/hicolor/24x24/apps/pidgin.png
    /usr/share/icons/hicolor/16x16/apps/pidgin.png

  10. #130
    Join Date
    Dec 2005
    Beans
    733
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Howto compile Pidgin IM

    I compiled Pidgin with no problems and it basicly works , however i am unable to get the links posted in IM chat to open with firefox by clicking on them like it worked in gaim or any of the new email notifications except msn to work when you select Open Mail.

    Anyone know what the problem could be ?

Page 13 of 17 FirstFirst ... 31112131415 ... LastLast

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
  •