Pidgin.tar.bz2 (instalação) (?)

1. Pidgin.tar.bz2 (instalação) (?)

Rafael
Infunix

(usa openSUSE)

Enviado em 04/07/2012 - 23:25h

Olá a todos.
Preciso de ajuda, quero instalar a nova versão do Pidgin porém na hora de executar o comando make ele retorna a seguinte mensagem:

make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.

Obrigado pela atenção.


  


2. Re: Pidgin.tar.bz2 (instalação) (?)

João Paulo
Impetto

(usa Debian)

Enviado em 04/07/2012 - 23:28h

Tente isto:

./configure && make && sudo make install


3. Re: Pidgin.tar.bz2 (instalação) (?)

Bruno
BrunoTecnico

(usa Sabayon)

Enviado em 04/07/2012 - 23:34h

# Confira dentro da pasta, se existe o arquivo "configure".

Como citado acima, o primeiro comando é o:
./configure


./configure
make
make install



4. Re: Pidgin.tar.bz2 (instalação) (?)

Rafael
Infunix

(usa openSUSE)

Enviado em 05/07/2012 - 00:37h

Executei o comando ./configure && make && sudo make install. Resultado:

configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking host 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 a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /usr/bin/sed
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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... no
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/x86_64-suse-linux/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 pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether __SUNPRO_C is declared... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of time_t... 8
checking whether byte ordering is bigendian... no
checking return type of signal handlers... void
checking for strftime... yes
checking for strdup... yes
checking for strstr... yes
checking for atexit... yes
checking for setlocale... yes
checking for getopt_long... yes
checking for inet_aton... yes
checking for __res_query in -lresolv... yes
checking for gethostent in -lnsl... yes
checking for socket... yes
checking for getaddrinfo... yes
checking for inet_ntop... yes
checking for getifaddrs... yes
checking for socklen_t... yes
checking for struct sockaddr.sa_len... no
checking whether IPV6_V6ONLY is declared... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for library containing ceil... -lm
checking for fileno()... yes
checking for the %z format string in strftime()... yes
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.

O que eu faço?


5. Re: Pidgin.tar.bz2 (instalação) (?)

João Paulo
Impetto

(usa Debian)

Enviado em 05/07/2012 - 00:48h

zypper in intltool

e depois

./configure && make && sudo make install


6. Ler é uma boa ideia!

Josue de Jesus Santos
JJSantos

(usa Gentoo)

Enviado em 05/07/2012 - 00:49h

Pra começar:

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.


Dá uma lida na mensagem, que nela já está resposta.



7. Re: Pidgin.tar.bz2 (instalação) (?)

Josue de Jesus Santos
JJSantos

(usa Gentoo)

Enviado em 05/07/2012 - 00:51h

jpgnulinux escreveu:

apt-get install intltool

e depois

./configure && make && sudo make install


O apt que eu saiba é dá familia dos Debians, e não novel, suse, rpm.


8. Re: Pidgin.tar.bz2 (instalação) (?)

João Paulo
Impetto

(usa Debian)

Enviado em 05/07/2012 - 00:54h

Josue A. Santos escreveu:

jpgnulinux escreveu:

apt-get install intltool

e depois

./configure && make && sudo make install


O apt que eu saiba é dá familia dos Debians, e não novel, suse, rpm.


Eu sei meu caro já estava editando a mensagem




9. Re: Pidgin.tar.bz2 (instalação) (?)

Rafael
Infunix

(usa openSUSE)

Enviado em 05/07/2012 - 01:25h

Consegui ir adiante, mas agora surgiu outro erro:

configure: error:

You must have GLib 2.16.0 or newer development headers installed to build.

If you have these installed already you may need to install pkg-config so
I can find them.




10. Re: Pidgin.tar.bz2 (instalação) (?)

João Paulo
Impetto

(usa Debian)

Enviado em 05/07/2012 - 01:46h

Infunix escreveu:

Consegui ir adiante, mas agora surgiu outro erro:

configure: error:

You must have GLib 2.16.0 or newer development headers installed to build.

If you have these installed already you may need to install pkg-config so
I can find them.



Você está com a Glib instalado? se não tiver instale a 2.16.0 ou superior, se já tiver a Glib no sistema tente instalar o pkg-config.


11. Re: Pidgin.tar.bz2 (instalação) (?)

Rafael
Infunix

(usa openSUSE)

Enviado em 05/07/2012 - 11:31h

jpgnulinux escreveu:


Você está com a Glib instalado? se não tiver instale a 2.16.0 ou superior, se já tiver a Glib no sistema tente instalar o pkg-config.



O pkg-config já está instalado. Sobre o Glib, o que eu encontrei instalado foram esses pacotes: glib2-tools
libpackagekit-glib2-14.

e as opções referentes ao Glib que não estão instaladas são essas:
glib2-devel
glib2-devel-static
glib2-lang
glib2-tools-32bit
libntrack-glib2
libpackagekit-glib2-14-32bit
libpackagekit-glib2-devel
libpackagekit-glib2-devel-32bit
libsofia-sip-ua-glib3




12. Re: Pidgin.tar.bz2 (instalação) (?)

Rafael
Infunix

(usa openSUSE)

Enviado em 05/07/2012 - 14:45h

Up



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts