Forum Linux.mandriva aide désespérer

Posté par  .
Étiquettes : aucune
0
20
mar.
2006
Bonjour à tous,

Je vous écris car je n'arrive pas à installer le moindre programme j'ai essayé plusieurs gestionnaire de téléchargement mais il y a toujours un soucis soit lors de la compilation ou différente erreur.

J'ai pris la boite à 90¤ pensant que c'est la même chose que la version orange et que par la suite je serais content d' en avoir un peut plus, de plus que j'aurais moins de soucis.
Hors lors de l'installation il y a des pactages qui ne veulent pas s'installer et ma carte graphique gforce fx 5200 tourne en 24 bit.

Moi je souhaitais remplacer win, surfer faire quelque page html mais j'ai pas encore réussi à utilisé la fonction blank sur les liens dans nvu,je suis content de open office, k3b ne veux pas graver de multisetion avec mon graveur dvd plextor 750a (pourtant bien capable).

j'aurais aimer trouver et installer des équivalant de flashget, dreamever, et un petit prog cao dao pour mes plan perso car je fais des meubles.

et m'initier à la programmation.

Bref, voilà deux mois que je tente ma chance avec mandriva mais là je crois qu'il vaut mieux que je lance un sos avant d'abandonner.

Merci pour les future réponses.
  • # support

    Posté par  (site web personnel) . Évalué à 4.

    si tu as pris un pack à 90 euros tu dois avoir du support (sinon c'est une arnaque sans nom), le mieux est que tu les contactes. les références du support doivent etre dans la boite surement.
    • [^] # Re: support

      Posté par  (site web personnel) . Évalué à 3.

      Tout à fait d'accord. Alors on va quand même reprendre du début.

      Hors lors de l'installation il y a des pactages qui ne veulent pas s'installer et ma carte graphique gforce fx 5200 tourne en 24 bit.
      Des noms de packages ? Contacte le support à ce sujet, sinon il y a aussi http://www.mandrivaexpert.com/

      Moi je souhaitais remplacer win, surfer faire quelque page html mais j'ai pas encore réussi à utilisé la fonction blank sur les liens dans nvu,je suis content de open office, k3b ne veux pas graver de multisetion avec mon graveur dvd plextor 750a (pourtant bien capable).

      N|Vu:
      http://www.framasoft.net/article2656.html
      http://www.framasoft.net/article3980.html
      http://www.framasoft.net/article3200.html

      Pour K3b, connais pas ce matos, donc vois avec le support ou donne des précisions.

      Pour un remplaçant à flashget, j'utilise l'extension DownloadThemAll (DTA) de Firefox : http://downthemall.mozdev.org/

      Pour Dreamweaver, tu as donc N|Vu, mais aussi quanta et screem je crois qui sont quasiment installés de base.

      En CAO - DAO, je connais pas trop... P'tet Blender, mais je suis pas sûr.
      Regardes des équivalences ici: http://lea-linux.org/cached/index/Intro-equivalents.html
      et là: http://minilien.com/?EqiZ9dQJFC (merci le cache google)

      Ensuite j'ai l'impression que tu ne sais pas installer une appli... on ne compile pas par plaisir, on essaie d'abord d'utiliser les packages faits pour sa distribution. En l'occurence, je te conseille de lire la documentation officielle à ce sujet (c'est pas long, tu verras):
      http://doc.mandrivalinux.com/MandrakeLinux/101/fr/Starter.ht(...)

      Ensuite, si effectivement tu souhaites compiler des logiciels, tu vas avoir besoin d'installer les packages de développement. ce sera par exemple bidule-devel. Ils contient les fichiers d'entête qui permettent de "lier" ton programme à d'autres programmes existants. Par exemple un programme qui utilise la bibliothèque libpng pour gérer le format PNG, aura besoin du package devel correspondant. On appelle ça une "dépendance": X a besoin de Y pour fonctionner. Le ./configure que tu exécutes vérifie que tu as tout ce qu'il faut au niveau des dépendances pour "compiler" (fabriquer ton programme").

      Exemple: installer une dépendance manquante sur la libpng:
      - pour savoir le nom des packages qui contiennent dans leur nom "libpng":
      urpmq --fuzzy libpng
      - Tu y trouves ton package devel correspondant, et tu l'installes:
      urpmi libpng-devel
      Sinon tu peux faire tout ça en mode graphique avec l'installateur, si tu veux pas t'embêter.

      Mais le plus simple c'est de passer par l'interface graphique pour installer un max de trux de la catégorie "développement", que tu as dû sauter à l'installation. Pour programmer en C, installe task-c-devel et task-c++-devel pour le C++ : ce sont des meta package (en gros un faux package: il a juste des dépendances sur d'autres pour installer plus simplement un gros ensemble de packages sans avoir à tous les nommer).

      A partir de là tu devrais avoir tout ce qui te manque pour débuter en programmation. Sauf les connaissances ;-) alors te décourage pas, le chemin est long...
      • [^] # Re: support

        Posté par  . Évalué à 1.

        bonjour,

        Merci, je vais creuser.

        Il est vrai que mon gros point faible et l'installation d'un fichier autre que .rpm car ceux ci s'installe tout seul, double clic et pour ce qui est des pacquetage j'arrive à installer avec le gestionnaire rpmdrake mais que ce qui est sur le cd.

        Pour ce qui est de la programmation je pense que mon plus gros probléme ne va pas être d' apprendre un language mais de comprendre pourquoi quand et commant utilisé et déclarer les librairies.

        J'avais par le passer lu plusieur livre mais aucun ne commançais réelement par le commencement soit les premiére lignes.

        mais bon chaque chose en sont temps d'abord j' install ensuite j'apprends.

        Tous les grands voyages ont commencés par des petit pas, lol.
        • [^] # Re: support

          Posté par  (site web personnel) . Évalué à 3.

          Si je t'assure, d'après tes méconnaissances des termes techiniques, c'est le langage mais surtout la chaine de compilation (GCC, automake/autoconf) qui vont te poser problèmes. Pars d'un exemple simple avec un pov' ficher, les "hello world" de base quoi. Tu verras un peu mieux après.
  • # Quelques pistes

    Posté par  (site web personnel) . Évalué à 3.

    Salut, voila quelques liens de guides d'equivalences logiciels win <=> linux, peut etre y trouvera tu des logiciels interessant.

    http://www.linux-nantes.fr.eu.org/DOC/liste-equivalences-log(...)
    http://www.om-conseil.com/sections.php?op=viewarticle&ar(...)
    http://www.idealx.com/content/view/22/28/lang,fr/

    Apres je ne connais pas mandriva, la seule piste que je peut de donner c'est urpmi qui est le gestionaire de package et easyurpmi

    http://qa.mandriva.com/twiki/bin/view/Main/UrpmiResources
    http://www.bxlug.be/articles/170
    http://easyurpmi.zarb.org/

    Voila, en esperant que cela t'aide
    • [^] # Re: Quelques pistes

      Posté par  . Évalué à 1.

      Bonjour, Je te remerci Calim' Héros le site des équivalants est diversifier il faudra que je l'explore plus en profondeur. J'ai lancé urpmi --auto-select en tant que root ' su ' et aparament il va me remetre les drivers de la carte graphique à jour. pour ce qui est des easy urpmi j'avais déja effectuer cette opération par le passé en espérent mettre à jours les bibliothèques mal ou pas installer mais sans sucés. Il y a des conseil qui me semble pas mal du tout sur olivier. Dans la boite pour info, j'ai bien eu de la doc: un guide de démarage 300 pages un manuel de référence 200 pages contrairement à ce que l'on met sur divers site qu'il fait 300 pages. mais je n'ai apris que l'on pouvait passer en root qu'avec le livre débuter sous linux avex mandriva, 520 pages. Moi je fait juste: ./configure make su ********* make install j'ai essayer de trouver un programme simple pour voir si au moi la manoeuvre est bonne. Htt semblais simple d'installation mais sans sucès. A oui je tape tout ça dans konqueror fenêtre afficher un emulateur de terminal. Je viens d'essayer d'installer aria-1.0.0 et il ne prend pas le make [link@localhost ~]$ cd '/home/link/Nouveau dossier/aria-1.0.0' [link@localhost aria-1.0.0]$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets ${MAKE}... (cached) yes checking for g++... g++ checking for C++ compiler default output... 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 g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for gcc... gcc 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 library containing strerror... none required checking for inline... inline checking for a BSD-compatible install... /usr/bin/install -c checking whether to enable maintainer-specific portions of Makefiles... no checking whether libstdc++ is installed... yes checking whether zlib is installed... yes checking for main in -lssl... yes checking for main in -lcrypto... yes checking for inet_aton in -lresolv... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking long int timezone... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working alloca.h... yes checking for alloca... yes checking for pid_t... yes checking for unistd.h... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for working malloc... yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for working strtod... yes checking for gethostbyname... yes checking for gettimeofday... yes checking for getwd... yes checking for inet_ntoa... yes checking for mempcpy... yes checking for memset... yes checking for mkdir... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for strncasecmp... yes checking for strtol... yes checking for strtoul... yes checking endianess... little checking for byte typedef... no checking for ushort typedef... yes checking for ulong typedef... yes checking for u32 typedef... no checking for unsigned short... yes checking size of unsigned short... 2 checking for unsigned int... yes checking size of unsigned int... 4 checking for unsigned long... yes checking size of unsigned long... 4 checking for getaddrinfo... yes checking for getnameinfo... yes checking for freeaddrinfo... yes checking for ranlib... ranlib checking for an ANSI C-conforming const... yes checking for off_t... yes checking for size_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 for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for strchr... yes checking for strcasecmp... yes checking for strdup... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for stpcpy... yes checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for gettext in libc... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... cs de es fr hu it pl ru ja zh_TW checking for glib-config... no checking for GLIB - version >= 1.2.6... no *** The glib-config script installed by GLIB could not be found *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GLIB_CONFIG environment variable to the *** full path to glib-config. configure: error: *** GLIB >= 1.2.6 not installed - please install first *** [link@localhost aria-1.0.0]$ make make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt. [link@localhost aria-1.0.0]$ Merci pour votre rapidité de réponse et si vous avez un peut de temps pour m'aider à installer mon premier programme ça serais super, mais je ne voudrais pas trop vous embêter. Merci encore.
    • [^] # Re: Quelques pistes

      Posté par  . Évalué à 3.

      Bonjour,

      Je te remerci Calim' Héros le site des équivalants est diversifier il faudra que je l'explore plus en profondeur.

      J'ai lancé urpmi --auto-select en tant que root ' su ' et aparament il va me remetre les drivers de la carte graphique à jour.

      pour ce qui est des easy urpmi j'avais déja effectuer cette opération par le passé en espérent mettre à jours les bibliothèques mal ou pas installer mais sans sucés.

      Il y a des conseil qui me semble pas mal du tout sur olivier.

      Dans la boite pour info, j'ai bien eu de la doc:

      un guide de démarage 300 pages
      un manuel de référence 200 pages contrairement à ce que l'on met sur divers site qu'il fait 300 pages.

      mais je n'ai apris que l'on pouvait passer en root qu'avec le livre débuter sous linux avex mandriva, 520 pages.

      Moi je fait juste:

      ./configure
      make
      su
      *********
      make install

      j'ai essayer de trouver un programme simple pour voir si au moi la manoeuvre est bonne.
      Htt semblais simple d'installation mais sans sucès.

      A oui je tape tout ça dans konqueror fenêtre afficher un emulateur de terminal.

      Je viens d'essayer d'installer aria-1.0.0
      et il ne prend pas le make

      [link@localhost ~]$ cd '/home/link/Nouveau dossier/aria-1.0.0'
      [link@localhost aria-1.0.0]$ ./configure
      checking for a BSD-compatible install... /usr/bin/install -c
      checking whether build environment is sane... yes
      checking whether make sets ${MAKE}... yes
      checking for working aclocal... found
      checking for working autoconf... found
      checking for working automake... found
      checking for working autoheader... found
      checking for working makeinfo... found
      checking build system type... i686-pc-linux-gnu
      checking host system type... i686-pc-linux-gnu
      checking whether make sets ${MAKE}... (cached) yes
      checking for g++... g++
      checking for C++ compiler default output... 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 g++ accepts -g... yes
      checking how to run the C++ preprocessor... g++ -E
      checking for gcc... gcc
      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 library containing strerror... none required
      checking for inline... inline
      checking for a BSD-compatible install... /usr/bin/install -c
      checking whether to enable maintainer-specific portions of Makefiles... no
      checking whether libstdc++ is installed... yes
      checking whether zlib is installed... yes
      checking for main in -lssl... yes
      checking for main in -lcrypto... yes
      checking for inet_aton in -lresolv... yes
      checking for dirent.h that defines DIR... yes
      checking for library containing opendir... none required
      checking how to run the C preprocessor... gcc -E
      checking for egrep... grep -E
      checking for ANSI C header files... yes
      checking for sys/wait.h that is POSIX.1 compatible... yes
      checking whether time.h and sys/time.h may both be included... 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 arpa/inet.h usability... yes
      checking arpa/inet.h presence... yes
      checking for arpa/inet.h... yes
      checking errno.h usability... yes
      checking errno.h presence... yes
      checking for errno.h... yes
      checking fcntl.h usability... yes
      checking fcntl.h presence... yes
      checking for fcntl.h... yes
      checking netdb.h usability... yes
      checking netdb.h presence... yes
      checking for netdb.h... yes
      checking netinet/in.h usability... yes
      checking netinet/in.h presence... yes
      checking for netinet/in.h... yes
      checking sys/param.h usability... yes
      checking sys/param.h presence... yes
      checking for sys/param.h... yes
      checking sys/socket.h usability... yes
      checking sys/socket.h presence... yes
      checking for sys/socket.h... yes
      checking sys/time.h usability... yes
      checking sys/time.h presence... yes
      checking for sys/time.h... yes
      checking long int timezone... yes
      checking whether struct tm is in sys/time.h or time.h... time.h
      checking for working alloca.h... yes
      checking for alloca... yes
      checking for pid_t... yes
      checking for unistd.h... (cached) yes
      checking vfork.h usability... no
      checking vfork.h presence... no
      checking for vfork.h... no
      checking for fork... yes
      checking for vfork... yes
      checking for working fork... yes
      checking for working vfork... (cached) yes
      checking for stdlib.h... (cached) yes
      checking for working malloc... yes
      checking for sys/time.h... (cached) yes
      checking for unistd.h... (cached) yes
      checking for alarm... yes
      checking for working mktime... yes
      checking for stdlib.h... (cached) yes
      checking for unistd.h... (cached) yes
      checking for getpagesize... yes
      checking for working mmap... yes
      checking return type of signal handlers... void
      checking whether lstat dereferences a symlink specified with a trailing slash... yes
      checking whether stat accepts an empty string... no
      checking for working strtod... yes
      checking for gethostbyname... yes
      checking for gettimeofday... yes
      checking for getwd... yes
      checking for inet_ntoa... yes
      checking for mempcpy... yes
      checking for memset... yes
      checking for mkdir... yes
      checking for select... yes
      checking for socket... yes
      checking for strerror... yes
      checking for strncasecmp... yes
      checking for strtol... yes
      checking for strtoul... yes
      checking endianess... little
      checking for byte typedef... no
      checking for ushort typedef... yes
      checking for ulong typedef... yes
      checking for u32 typedef... no
      checking for unsigned short... yes
      checking size of unsigned short... 2
      checking for unsigned int... yes
      checking size of unsigned int... 4
      checking for unsigned long... yes
      checking size of unsigned long... 4
      checking for getaddrinfo... yes
      checking for getnameinfo... yes
      checking for freeaddrinfo... yes
      checking for ranlib... ranlib
      checking for an ANSI C-conforming const... yes
      checking for off_t... yes
      checking for size_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 for string.h... (cached) yes
      checking for unistd.h... (cached) yes
      checking for sys/param.h... (cached) yes
      checking for getcwd... yes
      checking for munmap... yes
      checking for putenv... yes
      checking for setenv... yes
      checking for setlocale... yes
      checking for strchr... yes
      checking for strcasecmp... yes
      checking for strdup... yes
      checking for __argz_count... yes
      checking for __argz_stringify... yes
      checking for __argz_next... yes
      checking for stpcpy... yes
      checking for LC_MESSAGES... yes
      checking whether NLS is requested... yes
      checking whether included gettext is requested... no
      checking libintl.h usability... yes
      checking libintl.h presence... yes
      checking for libintl.h... yes
      checking for gettext in libc... yes
      checking for msgfmt... /usr/bin/msgfmt
      checking for dcgettext... yes
      checking for gmsgfmt... /usr/bin/msgfmt
      checking for xgettext... /usr/bin/xgettext
      checking for catalogs to be installed... cs de es fr hu it pl ru ja zh_TW
      checking for glib-config... no
      checking for GLIB - version >= 1.2.6... no
      *** The glib-config script installed by GLIB could not be found
      *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
      *** your path, or set the GLIB_CONFIG environment variable to the
      *** full path to glib-config.
      configure: error: *** GLIB >= 1.2.6 not installed - please install first ***
      [link@localhost aria-1.0.0]$ make
      make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
      [link@localhost aria-1.0.0]$

      Merci pour votre rapidité de réponse et si vous avez un peut de temps pour m'aider à installer mon premier programme ça serais super, mais je ne voudrais pas trop vous embêter.

      Merci encore.
      • [^] # Re: Quelques pistes

        Posté par  . Évalué à 2.

        urpmi glib-devel

        puis recommences ton make
        • [^] # Re: Quelques pistes

          Posté par  . Évalué à 0.

          Re Bonjour,

          J'ai utilisé urpmi glib-devel dans la konsol en ten que root puis j'ai recommencer depuis le début dans l'émulateur de terminal mais à la fin il y avait
          configure: error: *** GTK+ >= 1.2.6 not installed - please install first ***
          alors j'ai mis urpmi gtk-devel dans la konsol à tout hasard car j'avais vus un similitude avec gilb auparavant dans les derniére ligne puis j'ai relancer depuis le début

          ./ configure
          make
          su
          *********
          make install

          et maintenant je me demande si il est bien installer ou pas, et sinon dans ce cas, où ce trouve t' il ?

          [link@localhost aria-1.0.0]$ ./configure
          checking for a BSD-compatible install... /usr/bin/install -c
          checking whether build environment is sane... yes
          checking whether make sets ${MAKE}... yes
          checking for working aclocal... found
          checking for working autoconf... found
          checking for working automake... found
          checking for working autoheader... found
          checking for working makeinfo... found
          checking build system type... i686-pc-linux-gnu
          checking host system type... i686-pc-linux-gnu
          checking whether make sets ${MAKE}... (cached) yes
          checking for g++... g++
          checking for C++ compiler default output... 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 g++ accepts -g... yes
          checking how to run the C++ preprocessor... g++ -E
          checking for gcc... gcc
          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 library containing strerror... none required
          checking for inline... inline
          checking for a BSD-compatible install... /usr/bin/install -c
          checking whether to enable maintainer-specific portions of Makefiles... no
          checking whether libstdc++ is installed... yes
          checking whether zlib is installed... yes
          checking for main in -lssl... yes
          checking for main in -lcrypto... yes
          checking for inet_aton in -lresolv... yes
          checking for dirent.h that defines DIR... yes
          checking for library containing opendir... none required
          checking how to run the C preprocessor... gcc -E
          checking for egrep... grep -E
          checking for ANSI C header files... yes
          checking for sys/wait.h that is POSIX.1 compatible... yes
          checking whether time.h and sys/time.h may both be included... 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 arpa/inet.h usability... yes
          checking arpa/inet.h presence... yes
          checking for arpa/inet.h... yes
          checking errno.h usability... yes
          checking errno.h presence... yes
          checking for errno.h... yes
          checking fcntl.h usability... yes
          checking fcntl.h presence... yes
          checking for fcntl.h... yes
          checking netdb.h usability... yes
          checking netdb.h presence... yes
          checking for netdb.h... yes
          checking netinet/in.h usability... yes
          checking netinet/in.h presence... yes
          checking for netinet/in.h... yes
          checking sys/param.h usability... yes
          checking sys/param.h presence... yes
          checking for sys/param.h... yes
          checking sys/socket.h usability... yes
          checking sys/socket.h presence... yes
          checking for sys/socket.h... yes
          checking sys/time.h usability... yes
          checking sys/time.h presence... yes
          checking for sys/time.h... yes
          checking long int timezone... yes
          checking whether struct tm is in sys/time.h or time.h... time.h
          checking for working alloca.h... yes
          checking for alloca... yes
          checking for pid_t... yes
          checking for unistd.h... (cached) yes
          checking vfork.h usability... no
          checking vfork.h presence... no
          checking for vfork.h... no
          checking for fork... yes
          checking for vfork... yes
          checking for working fork... yes
          checking for working vfork... (cached) yes
          checking for stdlib.h... (cached) yes
          checking for working malloc... yes
          checking for sys/time.h... (cached) yes
          checking for unistd.h... (cached) yes
          checking for alarm... yes
          checking for working mktime... yes
          checking for stdlib.h... (cached) yes
          checking for unistd.h... (cached) yes
          checking for getpagesize... yes
          checking for working mmap... yes
          checking return type of signal handlers... void
          checking whether lstat dereferences a symlink specified with a trailing slash... yes
          checking whether stat accepts an empty string... no
          checking for working strtod... yes
          checking for gethostbyname... yes
          checking for gettimeofday... yes
          checking for getwd... yes
          checking for inet_ntoa... yes
          checking for mempcpy... yes
          checking for memset... yes
          checking for mkdir... yes
          checking for select... yes
          checking for socket... yes
          checking for strerror... yes
          checking for strncasecmp... yes
          checking for strtol... yes
          checking for strtoul... yes
          checking endianess... little
          checking for byte typedef... no
          checking for ushort typedef... yes
          checking for ulong typedef... yes
          checking for u32 typedef... no
          checking for unsigned short... yes
          checking size of unsigned short... 2
          checking for unsigned int... yes
          checking size of unsigned int... 4
          checking for unsigned long... yes
          checking size of unsigned long... 4
          checking for getaddrinfo... yes
          checking for getnameinfo... yes
          checking for freeaddrinfo... yes
          checking for ranlib... ranlib
          checking for an ANSI C-conforming const... yes
          checking for off_t... yes
          checking for size_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 for string.h... (cached) yes
          checking for unistd.h... (cached) yes
          checking for sys/param.h... (cached) yes
          checking for getcwd... yes
          checking for munmap... yes
          checking for putenv... yes
          checking for setenv... yes
          checking for setlocale... yes
          checking for strchr... yes
          checking for strcasecmp... yes
          checking for strdup... yes
          checking for __argz_count... yes
          checking for __argz_stringify... yes
          checking for __argz_next... yes
          checking for stpcpy... yes
          checking for LC_MESSAGES... yes
          checking whether NLS is requested... yes
          checking whether included gettext is requested... no
          checking libintl.h usability... yes
          checking libintl.h presence... yes
          checking for libintl.h... yes
          checking for gettext in libc... yes
          checking for msgfmt... /usr/bin/msgfmt
          checking for dcgettext... yes
          checking for gmsgfmt... /usr/bin/msgfmt
          checking for xgettext... /usr/bin/xgettext
          checking for catalogs to be installed... cs de es fr hu it pl ru ja zh_TW
          checking for glib-config... /usr/bin/glib-config
          checking for GLIB - version >= 1.2.6... yes
          checking for gtk-config... /usr/bin/gtk-config
          checking for GTK - version >= 1.2.6... yes
          checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
          checking pthread.h usability... yes
          checking pthread.h presence... yes
          checking for pthread.h... yes
          checking for pthread_attr_init in -lpthread... yes
          checking whether the Xlib is thread-safe... yes
          configure: creating ./config.status
          config.status: creating Makefile
          config.status: creating src/Makefile
          config.status: creating src/pixmaps/Makefile
          config.status: creating intl/Makefile
          config.status: creating po/Makefile.in
          config.status: creating resources/Makefile
          config.status: creating config.h
          config.status: executing default-1 commands
          config.status: executing default-2 commands
          config.status: executing default commands
          configure:
          configure: Configulation Summary
          configure: Install path: /usr/local
          configure: gzip, deflate support: yes
          configure: https support: yes
          [link@localhost aria-1.0.0]$ make
          make all-recursive
          make[1]: Entering directory `/home/link/Nouveau dossier/aria-1.0.0'
          Making all in resources
          make[2]: Entering directory `/home/link/Nouveau dossier/aria-1.0.0/resources'
          make[2]: Rien à faire pour « all ».
          make[2]: Leaving directory `/home/link/Nouveau dossier/aria-1.0.0/resources'
          Making all in intl
          make[2]: Entering directory `/home/link/Nouveau dossier/aria-1.0.0/intl'
          make[2]: Rien à faire pour « all ».
          make[2]: Leaving directory `/home/link/Nouveau dossier/aria-1.0.0/intl'
          Making all in src
          make[2]: Entering directory `/home/link/Nouveau dossier/aria-1.0.0/src'
          Making all in pixmaps
          make[3]: Entering directory `/home/link/Nouveau dossier/aria-1.0.0/src/pixmaps'
          make[3]: Rien à faire pour « all ».
          make[3]: Leaving directory `/home/link/Nouveau dossier/aria-1.0.0/src/pixmaps'
          make[3]: Entering directory `/home/link/Nouveau dossier/aria-1.0.0/src'
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c main.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from main.cc:46:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c initrc.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c download.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from download.cc:37:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_main.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from PasteWindow.h:30,
          from ItemOption.h:38,
          from gui_main.cc:31:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c crc.cc
          gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c md5.c
          md5.c:312: warning: 'md5_read' defined but not used
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c md5check.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_file.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/fstream.h:31,
          from gui_file.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_file_open_and_save.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from gui_file_open_and_save.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_file_open_url.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from gui_file_open_url.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_file_open_crc.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from gui_file_open_crc.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_file_open_md5.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from gui_file_open_md5.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_item.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from gui_item.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_item_new_item.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from gui_item_new_item.cc:25:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_list.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from gui_list.cc:24:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_list_new_list.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from gui_list_new_list.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_list_rename_list.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from gui_list_rename_list.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_file_find_hyperlink.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from gui_file_find_hyperlink.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_edit.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from PasteWindow.h:30,
          from gui_edit.cc:29:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_edit_search.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_download.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from gui_download.cc:27:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_download_check.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from PasteWindow.h:30,
          from HistoryWindow.h:30,
          from gui_download_check.cc:24:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_option.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from PasteWindow.h:30,
          from ItemOption.h:38,
          from gui_option.cc:28:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_popup.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/iostream.h:31,
          from gui_popup.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_help.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_toolbar.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from gui_toolbar.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c gui_utils.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemCache.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from ItemCache.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c SumInfo.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemStatusSum.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c LockList.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c Dialog.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c FileBrowser.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c PasteWindow.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from PasteWindow.h:30,
          from PasteWindow.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c HistoryWindow.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from PasteWindow.h:30,
          from HistoryWindow.h:30,
          from HistoryWindow.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c Basket.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from PasteWindow.h:30,
          from Basket.cc:24:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c HTMLparse.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c TimerData.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemStatusReq.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemStatusRec.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from PasteWindow.h:30,
          from ItemStatusRec.h:27,
          from ItemStatusRec.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c CRCList.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c CtrlSocket.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ListEntry.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from PasteWindow.h:30,
          from ItemOption.h:38,
          from ListEntry.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ListManager.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemOption.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from PasteWindow.h:30,
          from ItemOption.h:38,
          from ItemOption.cc:24:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c Options.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemList.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from ItemList.cc:24:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemList2.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from ItemList2.cc:24:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemCell.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from ItemStatusDynamic.h:26,
          from ItemCell.cc:24:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemCellPartial.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from RetrieveHTTP.h:39,
          from RetrieveHTTP2.h:30,
          from ItemCellPartial.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c Retrieve.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c RetrieveHTTP.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from RetrieveHTTP.h:39,
          from RetrieveHTTP.cc:23:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c RetrieveHTTP2.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from RetrieveHTTP.h:39,
          from RetrieveHTTP2.h:30,
          from RetrieveHTTP2.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c RetrieveHTTPS.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from RetrieveHTTP.h:39,
          from RetrieveHTTPS.h:25,
          from RetrieveHTTPS.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c RetrieveHTTPS2.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from RetrieveHTTP.h:39,
          from RetrieveHTTP2.h:30,
          from RetrieveHTTPS2.h:25,
          from RetrieveHTTPS2.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c RetrieveFTP.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from RetrieveFTP.h:30,
          from RetrieveFTP.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c RetrieveFTP2.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from RetrieveFTP.h:30,
          from RetrieveFTP2.h:33,
          from RetrieveFTP2.cc:24:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c URLcontainer.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c HTTP_Header.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c HTTPcontainer.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c FTPcontainer.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemLogCell.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemStatus.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemStatusDynamic.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from ItemStatusDynamic.h:26,
          from ItemStatusDynamic.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemStatusLog.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemStatusPartial.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ThreadSlot.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ThreadManager.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ItemManager.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c AppOption.cc
          In file included from /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/pair.h:59,
          from ItemList.h:34,
          from AppOption.h:34,
          from AppOption.cc:22:
          /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c CheckCList.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c Proxyserver.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ProxyList.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c UseragentList.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c Socket.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c SocketPool.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c SocketPoolCell.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ServerTemplate.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c ServerTemplateList.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c Command.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c CommandList.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c TagParse.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c Session.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c Cookie.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c CookieList.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c dirbrowser.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c utils.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c StringHash.cc
          g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c Base64.cc
          Base64.cc: In static member function 'static std::string Base64::part_encode(const std::string&)':
          Base64.cc:53: warning: array subscript has type 'char'
          Base64.cc:60: warning: array subscript has type 'char'
          gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c getopt.c
          gcc -DHAVE_CONFIG_H -I. -I. -I.. -
          • [^] # Re: Quelques pistes

            Posté par  . Évalué à 2.

            la prochaine fois evite de poster ce genre de message, JUSTE les passages ou il y a une erreur devrait suffire
            • [^] # Re: Quelques pistes

              Posté par  . Évalué à 1.

              ok je m' étais posé la question mais j'ésitais tout de même.

              J'ai trouver un fichier executable nomé arai dans le dossier src mais il ne se lance pas.
              • [^] # Re: Quelques pistes

                Posté par  (site web personnel) . Évalué à 2.

                normalement ils devrait etre avec un peut de chance dans /usr/local/bin

                essaye deja simplement taper aria dans une console et de faire entré voir si ca marche. En effet, il y a de forte chance que l'installation par défaut place l'executable dans ton PATH (chemin ou l'OS cherche si il y a des executable) et qu'il soit executable de suite.

                Sinon tu peut toujours tenté un
                upbdatedb
                suivit d'un
                locate aria | grep bin
                et essayer les fichier ainsi rendu

                enfin tout sela est valide si tu a fait le make install en root apres le make sinon tu devrais trouver l'executable dans le repertoire ou tu as décompressé les sources voir dans un repertoire build ou bin se trouvant dans celui la.
                apres tu va dans ce repertoire et tu fait ./aria
                Le "./" permet a l'OS de savoir que l'executable n'est pas dans le path mais dans le repertoire ou tu te trouve et donc de le lancer.
                • [^] # Re: Quelques pistes

                  Posté par  (site web personnel) . Évalué à 2.

                  correction : updatedb et non upbdatedb
                  • [^] # Re: Quelques pistes

                    Posté par  . Évalué à 1.

                    desolé mais ça ne fonctionne pas.

                    L'executable aria est aussi dans /usr/local/bin mais il ne fonction pas plus.
                    Pour la commande j'avais déja essayer mais sans sucés.
                    je viends d' installer Gettext et libstdc++ puis j'ai refais une install complète en commançant par ./configue mais rien non plus.

                    j'ai aussi essayer ce que tu as mis mais toujours rien lol.
                    un jours peut être lol c'est nerveu, il y a un fichier executable mais il ne veux pas fonctionner.
                    Je me demande si c'est pas juste une histoire de chemin, il n' y a t'il un fichier un petit à verifier sous un format texte ?

                    Merci.
                    • [^] # Re: Quelques pistes

                      Posté par  . Évalué à 1.

                      n'y a t'il pas un petit fichier à vérifier lol moi n'avoir parlé français.
                    • [^] # Re: Quelques pistes

                      Posté par  (site web personnel) . Évalué à 2.

                      ca ne marche pas si tu fait :

                      /usr/local/bin/aria

                      ?

                      Attention, cependant je crois que aria necessite un environement graphique donc faut que X soit lancé

                      je veux bien que tu me donnes les resultat des commandes suivantes :

                      ls -l /usr/local/bin/aria

                      et

                      echo $PATH
                      • [^] # Re: Quelques pistes

                        Posté par  . Évalué à 0.

                        que veux tu dire par x :

                        Attention, cependant je crois que aria necessite un environement graphique donc faut que X soit lancé


                        Sinon voici le résultat en tant que root dans la konsole :

                        [link@localhost ~]$ su
                        Password:
                        [root@localhost link]# ls -l /usr/local/bin/aria
                        -rwxr-xr-x 1 root root 1346425 mar 20 14:47 /usr/local/bin/aria*
                        [root@localhost link]# echo $PATH
                        /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
                        • [^] # Re: Quelques pistes

                          Posté par  . Évalué à 0.

                          j'oubliais, l'executable ne fonctionne ni en tapant aria dans la commande ni par un clic aussi bien celui qui est dans le dossier src que celui qui est dans /usr/local/bin/aria.
                        • [^] # Re: Quelques pistes

                          Posté par  (site web personnel) . Évalué à 2.

                          Et bien je veux dire qu'il faut que tu soit en mode graphiquye ce qui a l'air d'etre le cas vue que tu me parle de cliquer sur l'icone.

                          Sinon je ne comprend pas qu'en tapant aria dans la konsole cela ne marche pas (pas besoin de faire de su pour passer en root).
                          Il te met un message d'erreur losrque tu fait /usr/local/bin/aria dans une konsol?
                          • [^] # Re: Quelques pistes

                            Posté par  . Évalué à 0.

                            non, lorsque je ne suis pas en root et que je lui mets /usr/local/bin/aria puis entrer, il va à la ligne puis plus rien du tout.

                            par contre lorsque je passe en tant que root le résultat et le même mis a pas que là en revenant à la ligne il me remet la ligne normal


                            [link@localhost ~]$ /usr/local/bin/aria


                            [link@localhost ~]$ su
                            Password:
                            [root@localhost link]# /usr/local/bin/aria
                            [root@localhost link]#
                            • [^] # Re: Quelques pistes

                              Posté par  (site web personnel) . Évalué à 2.

                              non, lorsque je ne suis pas en root et que je lui mets /usr/local/bin/aria puis entrer, il va à la ligne puis plus rien du tout

                              Et bien la il devrait te le lancer, je sais plus trop quoi faire.

                              Ca donne quoi si pendant qu'il "bloque" et ne revient pas a la ligne tu tape
                              ps -aux | grep aria
                              dans une autre konsol

                              La je ne voix plus trop ou peut etre le problème dans le cadre de cette compilation (parce que sinon aria doit etre dans les paquets installable a cout de urpmi je pense)
                              • [^] # Re: Quelques pistes

                                Posté par  . Évalué à -1.

                                Voila ce qu'il y a d' écris dans la deuxiéme konsole lorsque la premiére bloque en tant qu'utilisateur normal.

                                Aparament le programme aria n'est pas ce qui ce fait de mieux pour apprendre en premier à installer.

                                Et sinon j'ai payer mon pack 79 ¤ et j'ai 1 mois de mandriva club, 2 mois d'assistance et 1 mois de mandriva online.

                                je voulais les utilisers lorsque je serais capable de comprendre assez bien linux, tout du moins sufisament pour me permetre d'installer des programme ormis les fichier rmp double clic et on en parlent plus.

                                Mais d'un autre coté j'ai vu qu'il y avait plus de 100 Go à télécharger et puisque j'ai largement la place et que j'arrive à graver des dvd complet ( pas en multisetion ) je pourais peut être l'activer à moins qu'il y ai un site qui propose encrore plus delibrairie pour toute ou en installer beaucoup et attendre de nouvelle version de logiciel car j'ai pris le packetage pour :

                                avoir de la documentation
                                avoir la plupart de drivers installer dés l'installation de mandriva
                                et assez de prog pour me passer de win.

                                que me conseilerais tu de faire, connais tu quelque livres pour palier au érreure de débutant car en général dans les livres tous est rose ou sinon quelque site d'information pour apprendre, le b a ba en somme ou d'utiliser les service d'un ou deux mois et de télécharger à l'aveugle pour plus tard .

                                Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
                                link 25453 90.8 0.2 9308 2336 ? R 13:04 234:08 aria
                                link 3469 0.0 0.1 7944 2052 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3473 0.0 0.2 7948 2092 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3474 0.0 0.1 7944 2016 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3475 0.0 0.1 7944 1788 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3476 0.0 0.2 7944 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3477 0.0 0.2 7948 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3478 0.0 0.2 7948 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3479 0.0 0.2 7948 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3480 0.0 0.1 7948 1980 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3481 0.0 0.1 7948 1920 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3482 0.0 0.2 7944 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3483 0.0 0.1 7944 1856 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3484 0.0 0.2 7944 2084 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3485 0.0 0.1 7944 1964 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3486 0.0 0.1 7944 2048 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3487 0.0 0.1 7944 1956 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3488 0.0 0.2 7948 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3489 0.0 0.2 7948 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3490 0.0 0.2 7944 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3491 0.0 0.2 7944 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3492 0.0 0.2 7948 2076 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3493 0.0 0.2 7944 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3494 0.0 0.1 7948 1808 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3495 0.0 0.1 7944 1984 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3496 0.0 0.1 7948 1960 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3497 0.0 0.1 7948 2052 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3498 0.0 0.2 7944 2068 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3499 0.0 0.1 7944 1880 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3500 0.0 0.2 7944 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3501 0.0 0.1 7948 1936 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3502 0.0 0.2 7944 2084 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3503 0.0 0.1 7948 1784 ? S 16:06 0:00 /usr/local/bin/aria
                                link 3504 0.0 0.2 7944 2088 ? S 16:06 0:00 /usr/local/bin/aria
                                root 3747 60.6 0.3 9312 3324 ? R 16:14 41:31 aria
                                link 3748 0.0 0.2 7948 2088 ? S 16:14 0:00 aria
                                link 3823 0.0 0.2 7944 2196 ? S 16:20 0:00 /home/link/Nouveau dossier/aria-1.0.0/src/aria
                                link 3825 0.0 0.2 7948 2196 ? S 16:20 0:00 /home/link/Nouveau dossier/aria-1.0.0/src/aria
                                link 3827 0.0 0.2 7948 2196 ? S 16:20 0:00 /home/link/Nouveau dossier/aria-1.0.0/src/aria
                                link 3829 0.0 0.1 7948 1892 ? S 16:20 0:00 /home/link/Nouveau dossier/aria-1.0.0/src/aria
                                link 3873 0.0 0.2 7996 2196 ? S 16:28 0:00 /home/link/Nouveau dossier/usr/bin/aria
                                link 3874 0.0 0.2 7996 2196 ? S 16:28 0:00 /home/link/Nouveau dossier/usr/bin/aria
                                link 3875 0.0 0.2 7996 2196 ? S 16:29 0:00 /home/link/Nouveau dossier/usr/bin/aria
                                link 3876 0.0 0.2 7996 2196 ? S 16:29 0:00 /home/link/Nouveau dossier/usr/bin/aria
                                link 3877 0.0 0.2 7996 2108 ? S 16:29 0:00 /home/link/Nouveau dossier/usr/bin/aria
                                link 3879 0.0 0.2 7948 2216 ? S 16:30 0:00 /usr/local/bin/aria
                                link 8700 0.0 0.2 7944 2216 pts/2 S+ 17:21 0:00 /usr/local/bin/aria
                                link 8742 0.0 0.0 2128 780 pts/4 R+ 17:22 0:00 grep aria
                                [link@localhost ~]$


                                je vais m'absenter environ 40 minutes environs à partir de 18h00 mais je reviendrais.
                                • [^] # Re: Quelques pistes

                                  Posté par  (site web personnel) . Évalué à 2.

                                  la je sèche. Aria a l'air de se lancé mais ca doit planté quelque part, sauf que je vois pas ou.

                                  Mais sincèrement, a part quand tu peut vraiment pas faire autrement, il faut mieux utiliser le systeme de gestion de package de la distribution. Ca gere les mise a jour, les dependances...
                                  • [^] # Re: Quelques pistes

                                    Posté par  . Évalué à 0.

                                    Je voulais te dire merci Calim' Heros pour tous le temps que tu m'a consacré.

                                    Dans systéme -> surveillance sytéme -> surveillance sytéme il y avait plein de aria de lancé.

                                    J'ai redémarer mais rien n'y a fait, tant pis mais j'aimerai bien réussi à en installer un, au moins pour le fun.

                                    @+ rahamika.
                                    • [^] # Re: Quelques pistes

                                      Posté par  (site web personnel) . Évalué à 2.

                                      retour sur les base :

                                      Pour la compilation / install d'aria t'a bien fait un truc du genre :

                                      cd repertoiredessourcesdaria
                                      ./configure
                                      make
                                      su
                                      make install

                                      Sinon tu peut essayer avec le gestionnaire de package graphique (si y'en a un, je ne sais pas) de trouver les packages de developement (generalement ils se finissent par -devel ) et les installer (au moins ceux du c, du c++, gtk et qt)

                                      Apres tu retente la compilation / installation d'aria.

                                      essaye de faire apres le make un make test , c'est parfois present et ca permet de voire si ca fonctionne ou pas.

                                      Au passage t'aurais pas un truc du genre amd64 ou equivalent intel et fait une madriva adaptée a ce systeme? parce qu'alors ca pourrais etre une des sources de problèmes si aria gere mal le 64bits.

                                      Voila, de rien pour l'aide, c'est pas grand chose.
                                      • [^] # Re: Quelques pistes

                                        Posté par  . Évalué à 0.

                                        bonjour Calim' Héros,

                                        J'ai un northon p4 3Ghz (32 bits).
                                        Dans le pack j'ai eu mandriva 2006 2 dvd 32 et 64 bits

                                        je fais bien la suite ./ configure make su ***** make install mais j'ai placer le contenu du fichier aria dans un autre dossier quelconque mes dossier personnel/nouveau dossier/aria le tout dézipé bien entendu.

                                        J'ai télécharger peut être une version inaproprier :

                                        http://aria.rednoah.com/download_e.html

                                        aria-1.0.0.tar.bz2

                                        par contre que veux tu dire par :
                                        cd repertoiredessourcesdaria, il y a un emplacement spécifique.

                                        Hier j'ai essayer de trouver un prog cao dao même pour de la 2d mais sans succés je n'ai pas eu de soucis pour installer qcad demo mais en 10 minute on commence à peine la prise en main, je fais des meubles maison.
                                        c'est justement ce que j'ai fais ce matin, sur papier lol.

                                        Si tu connais un petit prog free, inutile qu'il soit puisssant c'est juste pour vérifier mes côtes avant de passer à la découpe.

                                        merci.
                                        • [^] # Re: Quelques pistes

                                          Posté par  (site web personnel) . Évalué à 2.

                                          "par contre que veux tu dire par :
                                          cd repertoiredessourcesdaria, il y a un emplacement spécifique."

                                          Non il n'y a pas d'emplacement specifique, mais ce repertoire change avec chaque source puisqu'il est generalement de la forme

                                          appli-version et qu'il se trouve la ou tu la decompresser l'archive de type appli-version.tbz2

                                          Par exemple ici les sources de aria doivent etre dans

                                          aria-1.0.0

                                          Voila.

                                          Bon en y regardant d'un peut plus pres aria n'a pas été mis a jours depuis 2002 a premiere vue. (ils viennent de lancer le developpement d'aria2)
                                          Il se peut donc que les sources de l'epoque aient quelques problèmes avec les librairies actuels et ta chaine de compilation. (enfin sur ma gentoo cette archive ce compile avec une erreur mais le aria qui est dans src marche a premiere vue).

                                          Tu devrais peut etre chercher un petit programme assez recent en mode texte pour commencer tes essait de compilation. Au fur et a mesure que tu comprend et t'en sorts tu passe a des choses moins triviales.

                                          Pour la CAO/DAO dsl, je n'y connais strictement rien.
                                          • [^] # Re: Quelques pistes

                                            Posté par  . Évalué à 0.

                                            Ok Merci pour tous, ainsi que les divers sites.

                                            Je vais persévérer lire et explorer ces liens afin de progresser.

                                            il est évidant que j' ai aussi une part à faire de mon côtés mais au bout d'un moment on peut survoler l'info sur un site et ne rien voir, tout ça à cause d'une petite baisse de régime.

                                            merci encore, j'ai désormais de nouvelle directions à explorer qui m'en montreront certenement d'autre.
      • [^] # Re: Quelques pistes

        Posté par  (site web personnel) . Évalué à 2.

        D'apres ca :

        checking for glib-config... no
        checking for GLIB - version >= 1.2.6... no
        *** The glib-config script installed by GLIB could not be found
        *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
        *** your path, or set the GLIB_CONFIG environment variable to the
        *** full path to glib-config.
        configure: error: *** GLIB >= 1.2.6 not installed - please install first ***

        glib n'est pas installé, donc il te faut l'installer. C'est d'ailleurs pour ca que le Makefile n'a pas été créé et que la commande make de donne
        make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.

        Le mieux est de passer par les outils de package de ta distribution pour l'installer, a savoir urpmi.
        Une fois la glib installée, tu pourras a nouveau réessayer le ./configure && make

        Peut etre que léa pourrait t'aider : http://www.lea-linux.org

        Voila, je peut difficilement faire mieux au vue de mes connaissance en madriva

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.