| ||||||||
Astucien | Bonjour à tous,
pouvez-vous m'indiquer quelle est la dernière version de Gaim à installer en ta.gz
ce qui permet de l'installer indifféremment sur des distro différentes
je suis sous suse 9.1
Merci
| |||||||
Publicité | ||||||||
| ||||||||
![]() ![]() | Salut
Apparemment, c'est la version 1.2.1.
Le tar.gz est téléchargeable [url="http://prdownloads.sourceforge.net/gaim/gaim-1.2.1.tar.gz?download"]ici[/url]
Pour ceux qui sont sous Mdk 10.1, gaim 1.2.1 est installable directement avec le gestionnaire de logiciels après mise à jour des médias.
Amicalement, Modifié par Mimile le 17/04/2005 18:00 | |||||||
Astucien | Merci Mimile,
j'ai bien téléchargé le paquet et l'ai décompressé maintenant je ne trouve pas de script d'installation automatique comme pour le tar.gz de firefox par exemple
quel est l'action à fair ensuite ?
je suis bloqué
qu'elles sont les exigences de cette application en ce qui concerne les dépendances qui doivent être installées avant elle ? | |||||||
Astucien |
| |||||||
Petit astucien | il te manque le compilateur, programme essentiel pour installer un logiciel à partir des sources. | |||||||
![]() ![]() | Salut,
Il te faut installer le compilateur gcc (ou gcc++) qui doit se trouver dans les paquetages fournis avec ta distribution.
Amicalement, | |||||||
Astucien | j'ai installé par yast "GCC" et "make" the GNU make Command et ai réussi à compiler l'install
voici la suite :
jean@linux:/opt/gaim-1.2.0> make
make: *** No targets specified and no makefile found. Stop.
su pwd
linux:/opt/gaim-1.2.0 # make install
make: *** No rule to make target `install'. Stop.
Où est la faute ? Avez-vous une idée ? Merci
je ferai un tuto dès que j'aurais fini | |||||||
Astucien |
| |||||||
Astucien |
hops | |||||||
![]() ![]() | T'aurais pas oublier la phase ./configure avant le make ? Modifié par Mimile le 18/04/2005 17:11 | |||||||
Astucien | ben non, la voilà :
j'installe le paquet gaim 1.2.1 et quand je fais ./configure j'ai le résultat suivant :
jean@linux:~/Desktop/gaim-1.2.1> ls
ABOUT-NLS configure.ac hacking plugins
acinclude.m4 copying install po
aclocal.m4 COPYRIGHT install-sh PROGRAMMING_NOTES
authors depcomp intl readme
ChangeLog doc licq2gaim.pl README.mingw
ChangeLog.win32 Doxyfile.in ltmain.sh setup-gettext
compile gaim2blt.pl Makefile.am sounds
config.guess gaim.apspec.in Makefile.in src
config.h gaim.desktop Makefile.mingw version
config.h.in gaim-installer.nsi missing VERSION.in
config.h.mingw gaim.pc.in mkinstalldirs
config.sub gaim.spec news
configure gaim.spec.in pixmaps
jean@linux:~/Desktop/gaim-1.2.1> ./configure
configure: loading cache /dev/null
./configure: line 1: ./configure:: No such file or directory
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /usr/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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) 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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ranlib... (cached) ranlib
checking for library containing strerror... none required
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for shared library run path origin... ./config.rpath: ./config.rpath: No such file or directory
done
checking for ptrdiff_t... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... 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 for locale.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for strftime... yes
checking for strdup... (cached) yes
checking for strstr... yes
checking for atexit... yes
checking for getopt_long... yes
checking for inet_aton... yes
checking for gethostent in -lnsl... yes
checking for socket... yes
checking for getaddrinfo... yes
checking for socklen_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for pkg-config... no
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking for pkg-config... (cached) no
checking for GLIB - version >= 2.0.0... no
*** A new enough version of pkg-config was not found.
*** See http://www.freedesktop.org/software/pkgconfig/
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
jean@linux:~/Desktop/gaim-1.2.1>
je crois qu'il me manque encore quelque chose ...
mais je ne comprends pas tout ...
| |||||||
Petit astucien | [code]checking for pkg-config... no
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking for pkg-config... (cached) no
checking for GLIB - version >= 2.0.0... no
*** A new enough version of pkg-config was not found.
*** See http://www.freedesktop.org/software/pkgconfig/
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.[/code]
Ici ça te dit ce qu'il te manque.
Si j'ai bien compris, il faut pkg_config, une version récente de Glib (supérieure à 2.0)
Ca te donne les adresses pour trouver les sources des choses manquantes (vérifie d'abord s'il n'existe pas les rpm) | |||||||
Astucien | euh...il ne vaut pas meiux être "root", pour faire ce genre d'opérations...[confus] | |||||||
Petit astucien | Pour faire ./configure et make il n'y a pas besoin d'être en root, c'est quand on fait make install qu'il faut être en root parce que ça écrit dans des répertoires auxquels l'utilisateur n'a pas les droits et ça permet de rendre le programme accessible à tous les utilisateurs (et pas seulement celui qui fait le make | |||||||
Astucien | Que veut dire exactement ces lignes du compte-rendu ?
checking for pkg-config... no
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config. | |||||||
Petit astucien | A priori il faut un truc qui s'appelle pkg_config. Soit il existe sur ton installation et le programme qui sert à établir les règles de compilation ne le trouve pas et donc il faut lui donner le chemin au travers d'une option quand tu lances configure soit il n'est pas présent et il faut l'installer | |||||||
![]() ![]() | Salut,
Je ne connais rien à Suze, mais si j'ai bien compris Yast est un genre d'installateur automatique de logiciels (style urpmi sous Mdk).
N'est-il pas possible d'installer gaim avec Yast ?
| |||||||
Astucien | est-ce que URPMI installe les packages comme gaim-2.2.1.tar.gz ?
Ou est-ce qu'il n'installe que les rpm ?
j'ai un PC sous Mandrake 9.1 et il me semble que URPMI n'installe que les RPM
dites-moi si je me trompe ...
J'ai téléchargé pkgconfig-0.17.1.tar.gz
et je vais essayer de l'installer mais c'est la première fois que j'installe une application en xxx.tar.gz
c'est pour ça qu'il me faut quelques conseils
sinon il me faudra trouver un rpm de Gaim pour la suse 9.1 que j'utilise...
merci de vos réponses Modifié par jrev le 20/04/2005 06:29 | |||||||
Astucien | Pour conclure ce thread, on peut dire qu'il est déconseillé aux débutants d'installer une version récente d'une application sur un OS ancien qui reconnait bien les éléments matériels d'un PC particulier.
Aussi bien les applications en *.tar.gz que celles en *.rpm risquent de poser des problèmes de dépendences insolubles à celui-ci
Moralité : utilisez les applications qui sont fournies avec la version de la distribution qui vous convient en priorité et changez cette version si votre PC accepte ce changement
Exemple :
mon Compaq Armada 100 S qui est sous Mandriva 9.1 n'accepte pas l'installation de la version 10.0
C'est une donnée dont il faut tenir compte
| |||||||
![]() ![]() | Salut Jrev,
A ma connaissance urpmi n'installe que les *.rpm
J'ai trouvé le Gaim*.rpm de ma version de Mandrake (10.1) et ça a été un jeu d'enfant de désinstaller l'ancienne version pour la remplacer par la nouvelle, urpmi se chargeant d'installer les paquetages accessoires nécessaires.
Les puristes compilateurs intégristes [clindoeil] diront que c'est une solution de facilité mais enfin bon, la fin justifie les moyens non ? [img]http://yelims2.free.fr/Fete/Danseurvert.gif[/img]
Amicalement, | |||||||
Astucien | Bien joué mimile... | |||||||
|
Les bons plans du moment PC Astuces | Tous les Bons Plans | |||||||||||||||
|