Page 4 of 4 FirstFirst ... 234
Results 31 to 35 of 35

Thread: (64-bit) Build the latest of Pidgin

  1. #31
    Join Date
    Dec 2007
    Beans
    61

    Re: (64-bit) Build the latest of Pidgin

    Hi .configure is going ok but after I type make I get the error:

    then mv -f ".deps/debug-glue.Tpo" ".deps/debug-glue.Plo"; else rm -f ".deps/debug-glue.Tpo"; exit 1; fi
    debug-glue.c: In function ‘purple_debug_glue’:
    debug-glue.c:12: error: format not a string literal and no format arguments
    make[6]: *** [debug-glue.lo] Error 1

    make[6]: Leaving directory `/home/john/Desktop/pidgin/pidgin-2.5.4/libpurple/plugins/mono/loader'
    make[5]: *** [all-recursive] Error 1
    make[5]: Leaving directory `/home/john/Desktop/pidgin/pidgin-2.5.4/libpurple/plugins/mono'
    make[4]: *** [all-recursive] Error 1
    make[4]: Leaving directory `/home/john/Desktop/pidgin/pidgin-2.5.4/libpurple/plugins'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/john/Desktop/pidgin/pidgin-2.5.4/libpurple'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/john/Desktop/pidgin/pidgin-2.5.4/libpurple'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/john/Desktop/pidgin/pidgin-2.5.4'

  2. #32
    Join Date
    Feb 2008
    Beans
    Hidden!
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: (64-bit) Build the latest of Pidgin

    Is guification unable to handle transparency? All the themes I've seen are a bit uninspiring but when I change the opacity of the theme image it causes corruption in the display

  3. #33
    Join Date
    Feb 2009
    Beans
    5

    Re: (64-bit) Build the latest of Pidgin

    Code:
    root@bodysoda:~/Desktop/pidgin-2.5.4$ ./configure
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking target system type... x86_64-unknown-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking for sed... /bin/sed
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking whether gcc and cc understand -c and -o together... yes
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether NLS is requested... yes
    checking for intltool-update... no
    checking for intltool-merge... no
    checking for intltool-extract... no
    configure: error: The intltool scripts were not found. Please install intltool.
    I get error message.
    any help

  4. #34
    Join Date
    Nov 2006
    Location
    India
    Beans
    22
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: (64-bit) Build the latest of Pidgin

    apt-get install intltool

  5. #35
    Join Date
    Feb 2009
    Location
    Montréal, Québec, Canada
    Beans
    2
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: (64-bit) Build the latest of Pidgin

    Quote Originally Posted by Artificial Intelligence View Post

    Before Installation

    First thing you need is to enable all the sources in your repository. You can do that by; System tab ---> Administration ---> Software Sources.
    You also need to enable medibuntu which you can find here; http://www.medibuntu.org/

    When that is done, open the terminal (Applications tab ---> Accessories ---> Terminal ).
    To build Pidgin from the source the right tools, libs and headers is needed, also the old pidgin needs to be uninstall, type this in the terminal;

    Code:
    sudo aptitude update && sudo aptitude safe-upgrade
    sudo aptitude remove pidgin pidgin-data
    sudo aptitude install build-essential linux-headers-`uname -r` checkinstall
    sudo aptitude install libexpat1-dev libintl-perl gettext bcp libx11-dev libgcrypt11-dev libgtk2.0-dev libxss-dev libsm-dev libstartup-notification0-dev libgtkspell-dev libsqlite3-dev libecal1.2-dev libncursesw5-dev libgconf2-dev libgstreamer0.10-dev libmeanwhile-dev libavahi-client-dev libavahi-glib-dev libavahi-compat-howl-dev libsilc-1.1-2-dev libgadu-dev libperl-dev libgnutls-dev doxygen xsltproc tcl8.4-dev tk8.4-dev check libnss3-dev dot2tex libecal1.2-dev libedata-book1.2-dev flex libnm-glib-dev libmng-dev mono mono-mcs libmono-dev libsasl2-dev libzephyr-dev libkrb5-dev
    Done. Now you're ready to compile Pidgin and its plugins.
    thanks for your instructions!
    just a quick question. after having done this stage I realized that my diskspace decreased by 6 Gb. I am not sure that it worth leaving it as is. So, please tell me how I can remove all this cool stuff from my ubuntu 8.04.

Page 4 of 4 FirstFirst ... 234

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
  •