Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 14/07/2009, à 19:45

Tuttle

Où s'installent le logiciel, installé avec Alien...?

Bonjour ! Après avoir installé le logiciel alien, J'ai voulu avoir un paquet .tar.gz convertit en .deb, d'un logiciel qui s'appelle DRC (téléchargé ici : http://sourceforge.net/projects/drc-fir/files/). Ce fichier téléchargé, et après avoir utilisé alien grace à la commande

sudo alien -d paquet.ext

, j'ai obtenu un fichier .deb. Je l'ai installé, et a priori l'installation s'est bien déroulée. Seulement, je n'arrive pas à executer le logiciel, puisque je ne trouve nul part...

Bien sûr, vous avez compris, je débute sous linux yikes) Et je ne voulais pas me lancer dans la compilation d'un logiciel qui me semble assez compliqué...

Quelqu'un peut m'aider ? Merci.

Hors ligne

#2 Le 15/07/2009, à 15:09

pipou24

Re : Où s'installent le logiciel, installé avec Alien...?

... malheureusement, ces fichiers .tar.gz sont bel et bien des sources. Tu ne peut pas les convertir et les installer avec Alien. C'est étrange qu'il ne te mette pas de message d'erreur, mais tu devrais pouvoir vérifier que le .deb n'est pas valide en tentant de l'installer en ligne de commande :
dpkg -i /le/chemin/vers/drc-dir.deb

Pour l'installer, il faut décompresser les sources, par exemple dans un dossier ~/drc-source/

ensuite dans ce dossier, vérifier s'il existe un fichier readme qui détaille les instructions pour installer le logiciel, sinon, la procédure est en trois commandes :

cd ~/drc-source
./configure
make
sudo make install

s'il y a des erreurs, il t'indiquera un paquet manquant (dependance)

As-tu essayé de contacter le responsable de ce projet ? y'a son adresse ici : http://drc-fir.sourceforge.net/ il pourra certainement te guider et t'indiquer les principales dependances.

Dernière modification par pipou24 (Le 15/07/2009, à 15:16)


Non geek et fier de l'être. ㋡

Hors ligne

#3 Le 15/07/2009, à 16:59

Tuttle

Re : Où s'installent le logiciel, installé avec Alien...?

Salut ! Déjà merci de m'aider !

Alors j'avais bien saisi le concept du fichier source... mais comme jsuis débutant, l'installation de ce genre de trucs est encore très obscure.

Ce fichier téléchargé, j'ai fais un clique droit, et sélectionné "extraire ici".

Le fichier readme n'a rien concernant la procédure d'installation.

J'ai donc essayé les 3 commandes, mais rien n'y fait. Que ce soit en étant de la dossier drc-3.0.1, ou dans le dossier source de celui-ci... bref rien ne se passe...

Je vais essayer de contacter le mec, mais franchement j'suis une ouiche en anglais...

Si jamais t'as une idée ça m'intéresse du coup ;o)

Hors ligne

#4 Le 15/07/2009, à 18:55

pipou24

Re : Où s'installent le logiciel, installé avec Alien...?

Bon, j'ai telechargé le truc en question. je l'ai téléchargé et decompressé dans ~/src/ et ca me donne un repertoire ~/src/drc-3.0.1 contenant :

COPYING  doc  drc-3.0.1.lsm  readme.txt  sample  source

doc sample et source sont des repertoires contenant des sources et effectivement, il n'y a pas de fichier configure


Non geek et fier de l'être. ㋡

Hors ligne

#5 Le 15/07/2009, à 19:44

pipou24

Re : Où s'installent le logiciel, installé avec Alien...?

pour compiler les sources, il faut lancer un terminal, se mettre dans le repertoire (par ex.)

cd ~/src/drc-3.0.1/source
make

le make se passe sans probleme, en revanche :

sudo make install
install drc lsconv glsweep /usr/local/bin
install -d /usr/local/share/drc/config/
install config/* /usr/local/share/drc/config/
install: omission du répertoire `config/44.1 KHz'
install: omission du répertoire `config/48.0 KHz'
install: omission du répertoire `config/88.2 KHz'
install: omission du répertoire `config/96.0 KHz'
make: *** [install] Erreur 1

et ca, c'est pas bon sad


Non geek et fier de l'être. ㋡

Hors ligne

#6 Le 15/07/2009, à 19:58

Tuttle

Re : Où s'installent le logiciel, installé avec Alien...?

Pour ma part, le make ne se passe pas bien... j'ose même pas mettre tous les messages que ça me mets dans le terminal... Bon aller j'le met, sinon ça sert à rien de venir sur un forum...

root@ubuntu:/home/tuttle/Desktop/drc-3.0.1/source# make
gcc -march=pentium3 -O -ffast-math -mfancy-math-387 -msse -mfpmath=sse -mtune=pentium3 -I.  -lm -lstdc++ -o drc baselib.cpp drc.cpp fft.cpp hd.cpp slprefilt.cpp bwprefilt.cpp convol.cpp dspwind.cpp spline.cpp fir.cpp level.cpp toeplitz.cpp kirkebyfd.cpp drccfg.cpp psychoacoustic.cpp cmdline.c parsecfg.c fftsg.c gsl/gsl_fft.c gsl/error.c gsl/stream.c
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
gcc: error trying to exec 'cc1plus': execvp: Aucun fichier ou dossier de ce type
Dans le fichier inclus à partir de cmdline.c:38:
cmdline.h:43:21: erreur: getopt.h : Aucun fichier ou dossier de ce type
cmdline.c:39:20: erreur: stdlib.h : Aucun fichier ou dossier de ce type
cmdline.c:40:19: erreur: stdio.h : Aucun fichier ou dossier de ce type
cmdline.c:41:20: erreur: string.h : Aucun fichier ou dossier de ce type
Dans le fichier inclus à partir de /usr/lib/gcc/i486-linux-gnu/4.2.4/include/syslimits.h:7,
          à partir de /usr/lib/gcc/i486-linux-gnu/4.2.4/include/limits.h:11,
          à partir de cmdline.c:42:
/usr/lib/gcc/i486-linux-gnu/4.2.4/include/limits.h:122:61: erreur: limits.h : Aucun fichier ou dossier de ce type
cmdline.c:43:19: erreur: errno.h : Aucun fichier ou dossier de ce type
cmdline.c: Dans la fonction «RegisterCmdLine» :
cmdline.c:73: attention : incompatible implicit declaration of built-in function «malloc»
cmdline.c:73: erreur: «NULL» undeclared (first use in this function)
cmdline.c:73: erreur: (Each undeclared identifier is reported only once
cmdline.c:73: erreur: for each function it appears in.)
cmdline.c:76: erreur: invalid application of «sizeof» to incomplete type «struct option»
cmdline.c:107: erreur: invalid use of undefined type «struct option»
cmdline.c:107: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:110: erreur: invalid use of undefined type «struct option»
cmdline.c:110: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:110: erreur: «required_argument» undeclared (first use in this function)
cmdline.c:113: erreur: invalid use of undefined type «struct option»
cmdline.c:113: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:114: erreur: invalid use of undefined type «struct option»
cmdline.c:114: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:118: erreur: invalid use of undefined type «struct option»
cmdline.c:118: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:119: erreur: invalid use of undefined type «struct option»
cmdline.c:119: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:119: erreur: «no_argument» undeclared (first use in this function)
cmdline.c:120: erreur: invalid use of undefined type «struct option»
cmdline.c:120: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:121: erreur: invalid use of undefined type «struct option»
cmdline.c:121: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:124: erreur: invalid use of undefined type «struct option»
cmdline.c:124: erreur: invalid use of undefined type «struct option»
cmdline.c:124: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:125: erreur: invalid use of undefined type «struct option»
cmdline.c:125: erreur: invalid use of undefined type «struct option»
cmdline.c:125: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:126: erreur: invalid use of undefined type «struct option»
cmdline.c:126: erreur: invalid use of undefined type «struct option»
cmdline.c:126: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c:127: erreur: invalid use of undefined type «struct option»
cmdline.c:127: erreur: invalid use of undefined type «struct option»
cmdline.c:127: erreur: déréférencement d'un pointeur de type incomplet
cmdline.c: Dans la fonction «GetCmdLine» :
cmdline.c:159: erreur: «optarg» undeclared (first use in this function)
cmdline.c:159: erreur: «NULL» undeclared (first use in this function)
cmdline.c:162: attention : incompatible implicit declaration of built-in function «strlen»
cmdline.c:165: attention : incompatible implicit declaration of built-in function «strdup»
cmdline.c:170: erreur: «errno» undeclared (first use in this function)
cmdline.c:174: attention : incompatible implicit declaration of built-in function «printf»
cmdline.c:176: erreur: «stdout» undeclared (first use in this function)
cmdline.c:183: attention : incompatible implicit declaration of built-in function «printf»
cmdline.c:188: erreur: «EILSEQ» undeclared (first use in this function)
cmdline.c:192: attention : incompatible implicit declaration of built-in function «printf»
cmdline.c:208: attention : incompatible implicit declaration of built-in function «printf»
cmdline.c:217: attention : incompatible implicit declaration of built-in function «printf»
cmdline.c:226: attention : incompatible implicit declaration of built-in function «printf»
cmdline.c:245: erreur: «EINVAL» undeclared (first use in this function)
cmdline.c:249: erreur: «optind» undeclared (first use in this function)
cmdline.c:250: attention : incompatible implicit declaration of built-in function «strdup»
cmdline.c: Dans la fonction «CopyCmdLineParms» :
cmdline.c:279: erreur: «NULL» undeclared (first use in this function)
cmdline.c:287: attention : incompatible implicit declaration of built-in function «strdup»
cmdline.c: Dans la fonction «ShowCmdLine» :
cmdline.c:324: attention : incompatible implicit declaration of built-in function «printf»
cmdline.c:347: erreur: «stdout» undeclared (first use in this function)
cmdline.c: Dans la fonction «FreeCmdLine» :
cmdline.c:368: erreur: «NULL» undeclared (first use in this function)
cmdline.c: Dans la fonction «FreeCfgStruct» :
cmdline.c:413: erreur: «NULL» undeclared (first use in this function)
parsecfg.c:29:19: erreur: stdio.h : Aucun fichier ou dossier de ce type
parsecfg.c:30:20: erreur: stdlib.h : Aucun fichier ou dossier de ce type
parsecfg.c:31:20: erreur: string.h : Aucun fichier ou dossier de ce type
Dans le fichier inclus à partir de /usr/lib/gcc/i486-linux-gnu/4.2.4/include/syslimits.h:7,
          à partir de /usr/lib/gcc/i486-linux-gnu/4.2.4/include/limits.h:11,
          à partir de parsecfg.c:32:
/usr/lib/gcc/i486-linux-gnu/4.2.4/include/limits.h:122:61: erreur: limits.h : Aucun fichier ou dossier de ce type
parsecfg.c:33:19: erreur: errno.h : Aucun fichier ou dossier de ce type
parsecfg.c:43: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c:44: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c:47: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c:51: erreur: expected «)» before «*» token
parsecfg.c:53: erreur: expected «)» before «*» token
parsecfg.c:55: erreur: expected «)» before «*» token
parsecfg.c:56: erreur: expected «)» before «*» token
parsecfg.c:59: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c:60: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c:61: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c:66: erreur: «NULL» undeclared here (not in a function)
parsecfg.c: Dans la fonction «cfgParse» :
parsecfg.c:103: erreur: «FILE» undeclared (first use in this function)
parsecfg.c:103: erreur: (Each undeclared identifier is reported only once
parsecfg.c:103: erreur: for each function it appears in.)
parsecfg.c:103: erreur: «fp» undeclared (first use in this function)
parsecfg.c:113: attention : assignment makes pointer from integer without a cast
parsecfg.c:126: attention : passing argument 3 of «parse_simple» from incompatible pointer type
parsecfg.c:126: attention : passing argument 4 of «parse_simple» from incompatible pointer type
parsecfg.c:126: erreur: trop d'arguments pour la fonction «parse_simple»
parsecfg.c:133: attention : passing argument 3 of «parse_ini» from incompatible pointer type
parsecfg.c:133: attention : passing argument 4 of «parse_ini» from incompatible pointer type
parsecfg.c:133: erreur: trop d'arguments pour la fonction «parse_ini»
parsecfg.c: Dans la fonction «cfgDump» :
parsecfg.c:166: erreur: «FILE» undeclared (first use in this function)
parsecfg.c:166: erreur: «fp» undeclared (first use in this function)
parsecfg.c: Dans la fonction «fetchVarFromCfgFile» :
parsecfg.c:209: erreur: «FILE» undeclared (first use in this function)
parsecfg.c:209: erreur: «fp» undeclared (first use in this function)
parsecfg.c:219: erreur: incompatible type for argument 4 of «fetch_simple»
parsecfg.c:219: erreur: trop d'arguments pour la fonction «fetch_simple»
parsecfg.c:225: erreur: incompatible type for argument 4 of «fetch_ini»
parsecfg.c:225: attention : passing argument 6 of «fetch_ini» makes pointer from integer without a cast
parsecfg.c:225: erreur: trop d'arguments pour la fonction «fetch_ini»
parsecfg.c: Dans la fonction «cfgAllocForNewSection» :
parsecfg.c:298: attention : assignment makes pointer from integer without a cast
parsecfg.c:299: attention : incompatible implicit declaration of built-in function «strdup»
parsecfg.c: Dans la fonction «cfgFatalFunc» :
parsecfg.c:449: attention : incompatible implicit declaration of built-in function «fprintf»
parsecfg.c:449: erreur: «stderr» undeclared (first use in this function)
parsecfg.c: Hors de toute fonction :
parsecfg.c:471: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c: Dans la fonction «parse_simple» :
parsecfg.c:491: erreur: «fp» undeclared (first use in this function)
parsecfg.c:491: attention : passing argument 3 of «parse_values_between_braces» from incompatible pointer type
parsecfg.c:491: attention : passing argument 4 of «parse_values_between_braces» from incompatible pointer type
parsecfg.c:491: erreur: incompatible type for argument 5 of «parse_values_between_braces»
parsecfg.c:491: attention : passing argument 8 of «parse_values_between_braces» makes integer from pointer without a cast
parsecfg.c:491: erreur: trop d'arguments pour la fonction «parse_values_between_braces»
parsecfg.c: Dans la fonction «parse_word» :
parsecfg.c:561: attention : incompatible implicit declaration of built-in function «malloc»
parsecfg.c:565: attention : incompatible implicit declaration of built-in function «strncpy»
parsecfg.c: Dans la fonction «store_value» :
parsecfg.c:625: erreur: «errno» undeclared (first use in this function)
parsecfg.c:646: attention : incompatible implicit declaration of built-in function «malloc»
parsecfg.c:646: attention : incompatible implicit declaration of built-in function «strlen»
parsecfg.c:649: attention : incompatible implicit declaration of built-in function «strcpy»
parsecfg.c:662: erreur: «ERANGE» undeclared (first use in this function)
parsecfg.c: Hors de toute fonction :
parsecfg.c:801: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c: Dans la fonction «parse_values_between_braces» :
parsecfg.c:808: erreur: «fp» undeclared (first use in this function)
parsecfg.c:808: attention : assignment makes pointer from integer without a cast
parsecfg.c: Hors de toute fonction :
parsecfg.c:849: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c: Dans la fonction «parse_ini» :
parsecfg.c:864: attention : assignment makes pointer from integer without a cast
parsecfg.c:894: erreur: «fp» undeclared (first use in this function)
parsecfg.c:894: attention : passing argument 3 of «parse_values_between_braces» from incompatible pointer type
parsecfg.c:894: attention : passing argument 4 of «parse_values_between_braces» from incompatible pointer type
parsecfg.c:894: erreur: incompatible type for argument 5 of «parse_values_between_braces»
parsecfg.c:894: attention : passing argument 7 of «parse_values_between_braces» makes pointer from integer without a cast
parsecfg.c:894: attention : passing argument 8 of «parse_values_between_braces» makes integer from pointer without a cast
parsecfg.c:894: erreur: trop d'arguments pour la fonction «parse_values_between_braces»
parsecfg.c: Dans la fonction «alloc_for_new_section» :
parsecfg.c:933: attention : assignment makes pointer from integer without a cast
parsecfg.c:949: attention : assignment makes pointer from integer without a cast
parsecfg.c:960: attention : assignment makes pointer from integer without a cast
parsecfg.c:971: attention : assignment makes pointer from integer without a cast
parsecfg.c:982: attention : assignment makes pointer from integer without a cast
parsecfg.c:993: attention : assignment makes pointer from integer without a cast
parsecfg.c: Hors de toute fonction :
parsecfg.c:1054: erreur: expected «)» before «*» token
parsecfg.c:1079: erreur: expected «)» before «*» token
parsecfg.c:1119: erreur: expected «)» before «*» token
parsecfg.c:1176: erreur: expected «)» before «*» token
parsecfg.c: Dans la fonction «single_or_double_quote» :
parsecfg.c:1243: attention : incompatible implicit declaration of built-in function «strchr»
parsecfg.c: Hors de toute fonction :
parsecfg.c:1259: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c: Dans la fonction «fetch_simple» :
parsecfg.c:1282: erreur: «fp» undeclared (first use in this function)
parsecfg.c:1282: attention : assignment makes pointer from integer without a cast
parsecfg.c:1282: attention : il manque un transtypage pour comparer des types distincts de pointeur
parsecfg.c:1283: attention : passing argument 4 of «fetch_value» from incompatible pointer type
parsecfg.c:1283: attention : passing argument 5 of «fetch_value» from incompatible pointer type
parsecfg.c:1283: attention : passing argument 6 of «fetch_value» from incompatible pointer type
parsecfg.c:1283: erreur: trop d'arguments pour la fonction «fetch_value»
parsecfg.c: Hors de toute fonction :
parsecfg.c:1297: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c: Dans la fonction «fetch_ini» :
parsecfg.c:1316: attention : initialization from incompatible pointer type
parsecfg.c:1317: attention : initialization from incompatible pointer type
parsecfg.c:1323: erreur: «fp» undeclared (first use in this function)
parsecfg.c:1323: attention : assignment makes pointer from integer without a cast
parsecfg.c:1323: attention : il manque un transtypage pour comparer des types distincts de pointeur
parsecfg.c:1330: attention : il manque un transtypage pour comparer des types distincts de pointeur
parsecfg.c:1354: attention : passing argument 4 of «fetch_value» from incompatible pointer type
parsecfg.c:1354: attention : passing argument 5 of «fetch_value» from incompatible pointer type
parsecfg.c:1354: attention : passing argument 6 of «fetch_value» from incompatible pointer type
parsecfg.c:1354: erreur: trop d'arguments pour la fonction «fetch_value»
parsecfg.c: Hors de toute fonction :
parsecfg.c:1368: erreur: expected declaration specifiers or «...» before «FILE»
parsecfg.c: Dans la fonction «fetch_value» :
parsecfg.c:1375: attention : il manque un transtypage pour comparer des types distincts de pointeur
parsecfg.c:1389: erreur: «fp» undeclared (first use in this function)
parsecfg.c:1389: attention : passing argument 2 of «parse_values_between_braces» from incompatible pointer type
parsecfg.c:1389: attention : passing argument 3 of «parse_values_between_braces» from incompatible pointer type
parsecfg.c:1389: attention : passing argument 4 of «parse_values_between_braces» from incompatible pointer type
parsecfg.c:1389: erreur: incompatible type for argument 5 of «parse_values_between_braces»
parsecfg.c:1389: attention : passing argument 8 of «parse_values_between_braces» makes integer from pointer without a cast
parsecfg.c:1389: erreur: trop d'arguments pour la fonction «parse_values_between_braces»
parsecfg.c:1395: attention : il manque un transtypage pour comparer des types distincts de pointeur
parsecfg.c:1422: attention : assignment makes pointer from integer without a cast
parsecfg.c:1422: attention : il manque un transtypage pour comparer des types distincts de pointeur
fftsg.c:643:18: erreur: math.h : Aucun fichier ou dossier de ce type
fftsg.c: Dans la fonction «makewt» :
fftsg.c:655: attention : incompatible implicit declaration of built-in function «atanf»
fftsg.c:656: attention : incompatible implicit declaration of built-in function «cosf»
fftsg.c:661: attention : incompatible implicit declaration of built-in function «sinf»
fftsg.c:668: attention : incompatible implicit declaration of built-in function «sinf»
fftsg.c: Dans la fonction «makect» :
fftsg.c:734: attention : incompatible implicit declaration of built-in function «atanf»
fftsg.c:735: attention : incompatible implicit declaration of built-in function «cosf»
fftsg.c:739: attention : incompatible implicit declaration of built-in function «sinf»
gsl/gsl_fft.c:3:20: erreur: stdlib.h : Aucun fichier ou dossier de ce type
gsl/gsl_fft.c:4:20: erreur: string.h : Aucun fichier ou dossier de ce type
gsl/gsl_fft.c:5:18: erreur: math.h : Aucun fichier ou dossier de ce type
Dans le fichier inclus à partir de gsl/gsl_fft.c:7:
./gsl/gsl_errno.h:23:19: erreur: stdio.h : Aucun fichier ou dossier de ce type
./gsl/gsl_errno.h:24:19: erreur: errno.h : Aucun fichier ou dossier de ce type
In file included from gsl/gsl_fft.c:7:
./gsl/gsl_errno.h:100: erreur: expected «=», «,», «;», «asm» or «__attribute__» before «*» token
Dans le fichier inclus à partir de /usr/lib/gcc/i486-linux-gnu/4.2.4/include/syslimits.h:7,
          à partir de /usr/lib/gcc/i486-linux-gnu/4.2.4/include/limits.h:11,
          à partir de ./gsl/gsl_machine.h:5,
          à partir de ./gsl/gsl_math.h:24,
          à partir de ./gsl/gsl_fft_complex.h:25,
          à partir de gsl/gsl_fft.c:10:
/usr/lib/gcc/i486-linux-gnu/4.2.4/include/limits.h:122:61: erreur: limits.h : Aucun fichier ou dossier de ce type
In file included from gsl/gsl_fft.c:29:
gsl/c_init.c: Dans la fonction «gsl_fft_complex_wavetable_alloc» :
gsl/c_init.c:37: attention : incompatible implicit declaration of built-in function «malloc»
gsl/c_init.c:93: attention : incompatible implicit declaration of built-in function «cos»
gsl/c_init.c:94: attention : incompatible implicit declaration of built-in function «sin»
gsl/c_init.c: Dans la fonction «gsl_fft_complex_workspace_alloc» :
gsl/c_init.c:127: attention : incompatible implicit declaration of built-in function «malloc»
gsl/c_init.c: Dans la fonction «gsl_fft_complex_memcpy» :
gsl/c_init.c:186: attention : incompatible implicit declaration of built-in function «memcpy»
In file included from gsl/gsl_fft.c:32:
gsl/c_pass_3.c: Dans la fonction «fft_complex_pass_3» :
gsl/c_pass_3.c:40: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:34:
gsl/c_pass_5.c: Dans la fonction «fft_complex_pass_5» :
gsl/c_pass_5.c:42: attention : incompatible implicit declaration of built-in function «sin»
gsl/c_pass_5.c:130: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:35:
gsl/c_pass_6.c: Dans la fonction «fft_complex_pass_6» :
gsl/c_pass_6.c:44: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:36:
gsl/c_pass_7.c: Dans la fonction «fft_complex_pass_7» :
gsl/c_pass_7.c:44: attention : incompatible implicit declaration of built-in function «cos»
gsl/c_pass_7.c:48: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:38:
gsl/c_radix2.c: Dans la fonction «gsl_fft_complex_radix2_transform» :
gsl/c_radix2.c:112: attention : incompatible implicit declaration of built-in function «sin»
gsl/c_radix2.c: Dans la fonction «gsl_fft_complex_radix2_dif_transform» :
gsl/c_radix2.c:265: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:44:
gsl/c_init.c: Dans la fonction «gsl_fft_complex_wavetable_float_alloc» :
gsl/c_init.c:37: attention : incompatible implicit declaration of built-in function «malloc»
gsl/c_init.c:93: attention : incompatible implicit declaration of built-in function «cos»
gsl/c_init.c:94: attention : incompatible implicit declaration of built-in function «sin»
gsl/c_init.c: Dans la fonction «gsl_fft_complex_workspace_float_alloc» :
gsl/c_init.c:127: attention : incompatible implicit declaration of built-in function «malloc»
gsl/c_init.c: Dans la fonction «gsl_fft_complex_float_memcpy» :
gsl/c_init.c:186: attention : incompatible implicit declaration of built-in function «memcpy»
In file included from gsl/gsl_fft.c:47:
gsl/c_pass_3.c: Dans la fonction «fft_complex_float_pass_3» :
gsl/c_pass_3.c:40: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:49:
gsl/c_pass_5.c: Dans la fonction «fft_complex_float_pass_5» :
gsl/c_pass_5.c:42: attention : incompatible implicit declaration of built-in function «sin»
gsl/c_pass_5.c:130: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:50:
gsl/c_pass_6.c: Dans la fonction «fft_complex_float_pass_6» :
gsl/c_pass_6.c:44: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:51:
gsl/c_pass_7.c: Dans la fonction «fft_complex_float_pass_7» :
gsl/c_pass_7.c:44: attention : incompatible implicit declaration of built-in function «cos»
gsl/c_pass_7.c:48: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:53:
gsl/c_radix2.c: Dans la fonction «gsl_fft_complex_float_radix2_transform» :
gsl/c_radix2.c:112: attention : incompatible implicit declaration of built-in function «sin»
gsl/c_radix2.c: Dans la fonction «gsl_fft_complex_float_radix2_dif_transform» :
gsl/c_radix2.c:265: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:62:
gsl/hc_init.c: Dans la fonction «gsl_fft_halfcomplex_wavetable_alloc» :
gsl/hc_init.c:37: attention : incompatible implicit declaration of built-in function «malloc»
gsl/hc_init.c:95: attention : incompatible implicit declaration of built-in function «cos»
gsl/hc_init.c:96: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:65:
gsl/hc_pass_3.c: Dans la fonction «fft_halfcomplex_pass_3» :
gsl/hc_pass_3.c:33: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:66:
gsl/hc_pass_4.c: Dans la fonction «fft_halfcomplex_pass_4» :
gsl/hc_pass_4.c:170: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:67:
gsl/hc_pass_5.c: Dans la fonction «fft_halfcomplex_pass_5» :
gsl/hc_pass_5.c:36: attention : incompatible implicit declaration of built-in function «sin»
gsl/hc_pass_5.c:61: attention : incompatible implicit declaration of built-in function «sqrt»
gsl/hc_pass_5.c:147: attention : incompatible implicit declaration of built-in function «sqrt»
gsl/hc_pass_5.c:239: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:68:
gsl/hc_pass_n.c: Dans la fonction «fft_halfcomplex_pass_n» :
gsl/hc_pass_n.c:40: attention : incompatible implicit declaration of built-in function «cos»
gsl/hc_pass_n.c:41: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:69:
gsl/hc_radix2.c: Dans la fonction «gsl_fft_halfcomplex_radix2_transform» :
gsl/hc_radix2.c:113: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:76:
gsl/hc_init.c: Dans la fonction «gsl_fft_halfcomplex_wavetable_float_alloc» :
gsl/hc_init.c:37: attention : incompatible implicit declaration of built-in function «malloc»
gsl/hc_init.c:95: attention : incompatible implicit declaration of built-in function «cos»
gsl/hc_init.c:96: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:79:
gsl/hc_pass_3.c: Dans la fonction «fft_halfcomplex_float_pass_3» :
gsl/hc_pass_3.c:33: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:80:
gsl/hc_pass_4.c: Dans la fonction «fft_halfcomplex_float_pass_4» :
gsl/hc_pass_4.c:170: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:81:
gsl/hc_pass_5.c: Dans la fonction «fft_halfcomplex_float_pass_5» :
gsl/hc_pass_5.c:36: attention : incompatible implicit declaration of built-in function «sin»
gsl/hc_pass_5.c:61: attention : incompatible implicit declaration of built-in function «sqrt»
gsl/hc_pass_5.c:147: attention : incompatible implicit declaration of built-in function «sqrt»
gsl/hc_pass_5.c:239: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:82:
gsl/hc_pass_n.c: Dans la fonction «fft_halfcomplex_float_pass_n» :
gsl/hc_pass_n.c:40: attention : incompatible implicit declaration of built-in function «cos»
gsl/hc_pass_n.c:41: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:83:
gsl/hc_radix2.c: Dans la fonction «gsl_fft_halfcomplex_float_radix2_transform» :
gsl/hc_radix2.c:113: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:93:
gsl/real_init.c: Dans la fonction «gsl_fft_real_wavetable_alloc» :
gsl/real_init.c:37: attention : incompatible implicit declaration of built-in function «malloc»
gsl/real_init.c:103: attention : incompatible implicit declaration of built-in function «cos»
gsl/real_init.c:104: attention : incompatible implicit declaration of built-in function «sin»
gsl/real_init.c: Dans la fonction «gsl_fft_real_workspace_alloc» :
gsl/real_init.c:136: attention : incompatible implicit declaration of built-in function «malloc»
In file included from gsl/gsl_fft.c:96:
gsl/real_pass_3.c: Dans la fonction «fft_real_pass_3» :
gsl/real_pass_3.c:37: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:97:
gsl/real_pass_4.c: Dans la fonction «fft_real_pass_4» :
gsl/real_pass_4.c:190: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:98:
gsl/real_pass_5.c: Dans la fonction «fft_real_pass_5» :
gsl/real_pass_5.c:39: attention : incompatible implicit declaration of built-in function «sin»
gsl/real_pass_5.c:72: attention : incompatible implicit declaration of built-in function «sqrt»
gsl/real_pass_5.c:178: attention : incompatible implicit declaration of built-in function «sqrt»
gsl/real_pass_5.c:267: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:99:
gsl/real_pass_n.c: Dans la fonction «fft_real_pass_n» :
gsl/real_pass_n.c:39: attention : incompatible implicit declaration of built-in function «cos»
gsl/real_pass_n.c:40: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:100:
gsl/real_radix2.c: Dans la fonction «gsl_fft_real_radix2_transform» :
gsl/real_radix2.c:82: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:107:
gsl/real_init.c: Dans la fonction «gsl_fft_real_wavetable_float_alloc» :
gsl/real_init.c:37: attention : incompatible implicit declaration of built-in function «malloc»
gsl/real_init.c:103: attention : incompatible implicit declaration of built-in function «cos»
gsl/real_init.c:104: attention : incompatible implicit declaration of built-in function «sin»
gsl/real_init.c: Dans la fonction «gsl_fft_real_workspace_float_alloc» :
gsl/real_init.c:136: attention : incompatible implicit declaration of built-in function «malloc»
In file included from gsl/gsl_fft.c:110:
gsl/real_pass_3.c: Dans la fonction «fft_real_float_pass_3» :
gsl/real_pass_3.c:37: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:111:
gsl/real_pass_4.c: Dans la fonction «fft_real_float_pass_4» :
gsl/real_pass_4.c:190: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:112:
gsl/real_pass_5.c: Dans la fonction «fft_real_float_pass_5» :
gsl/real_pass_5.c:39: attention : incompatible implicit declaration of built-in function «sin»
gsl/real_pass_5.c:72: attention : incompatible implicit declaration of built-in function «sqrt»
gsl/real_pass_5.c:178: attention : incompatible implicit declaration of built-in function «sqrt»
gsl/real_pass_5.c:267: attention : incompatible implicit declaration of built-in function «sqrt»
In file included from gsl/gsl_fft.c:113:
gsl/real_pass_n.c: Dans la fonction «fft_real_float_pass_n» :
gsl/real_pass_n.c:39: attention : incompatible implicit declaration of built-in function «cos»
gsl/real_pass_n.c:40: attention : incompatible implicit declaration of built-in function «sin»
In file included from gsl/gsl_fft.c:114:
gsl/real_radix2.c: Dans la fonction «gsl_fft_real_float_radix2_transform» :
gsl/real_radix2.c:82: attention : incompatible implicit declaration of built-in function «sin»
gsl/error.c:22:20: erreur: stdlib.h : Aucun fichier ou dossier de ce type
gsl/error.c:23:19: erreur: stdio.h : Aucun fichier ou dossier de ce type
Dans le fichier inclus à partir de gsl/error.c:25:
./gsl/gsl_errno.h:24:19: erreur: errno.h : Aucun fichier ou dossier de ce type
In file included from gsl/error.c:25:
./gsl/gsl_errno.h:100: erreur: expected «=», «,», «;», «asm» or «__attribute__» before «*» token
gsl/error.c: Dans la fonction «gsl_error» :
gsl/error.c:43: erreur: «stdout» undeclared (first use in this function)
gsl/error.c:43: erreur: (Each undeclared identifier is reported only once
gsl/error.c:43: erreur: for each function it appears in.)
gsl/error.c:44: attention : incompatible implicit declaration of built-in function «fprintf»
gsl/error.c:44: erreur: «stderr» undeclared (first use in this function)
gsl/error.c:47: attention : incompatible implicit declaration of built-in function «abort»
gsl/stream.c:22:20: erreur: stdlib.h : Aucun fichier ou dossier de ce type
gsl/stream.c:23:19: erreur: stdio.h : Aucun fichier ou dossier de ce type
Dans le fichier inclus à partir de gsl/stream.c:25:
./gsl/gsl_errno.h:24:19: erreur: errno.h : Aucun fichier ou dossier de ce type
In file included from gsl/stream.c:25:
./gsl/gsl_errno.h:100: erreur: expected «=», «,», «;», «asm» or «__attribute__» before «*» token
gsl/stream.c:28: erreur: expected «=», «,», «;», «asm» or «__attribute__» before «*» token
gsl/stream.c: Dans la fonction «gsl_stream_printf» :
gsl/stream.c:35: erreur: «gsl_stream» undeclared (first use in this function)
gsl/stream.c:35: erreur: (Each undeclared identifier is reported only once
gsl/stream.c:35: erreur: for each function it appears in.)
gsl/stream.c:37: erreur: «stderr» undeclared (first use in this function)
gsl/stream.c:44: attention : incompatible implicit declaration of built-in function «fprintf»
gsl/stream.c: Hors de toute fonction :
gsl/stream.c:56: erreur: expected «=», «,», «;», «asm» or «__attribute__» before «*» token
make: *** [drc] Erreur 1

Voilà smile


Edit : merci de rendre les messages lisibles, en utilisant les balises

Dernière modification par xabilon (Le 16/07/2009, à 21:20)

Hors ligne

#7 Le 16/07/2009, à 19:05

pipou24

Re : Où s'installent le logiciel, installé avec Alien...?

certainement qu'il te manque les paquets pour compiler :
build-essential

pour ma part, j'ai des warning : lsconv.c:377: attention : ignoring return value of ‘fread’, declared with attribute warn_unused_result

mais rien de bloquant


Non geek et fier de l'être. ㋡

Hors ligne

#8 Le 16/07/2009, à 21:17

pipou24

Re : Où s'installent le logiciel, installé avec Alien...?

Ouf. finalement, le logiciel a l'air d'etre installé .... avec

sudo make -i -k install

pour continuer malgré les erreurs

mais c'est en ligne de commande uniquement !
il a installé 3 commandes : drc, lsconv et glsweep
drc --help donne par exemple :

Usage: DRC [--help] [Options] DRCFile

Parameters:

  --help : show the full options list (long)
  Options: parameters overwriting options
  DRCFile: name of DRC configration file

  Refer to the manual and samples for options
  details and file format

Available options:

  --BCBaseDir                    <STRING>
  --BCInFile                     <STRING>
  --BCInFileType                 <STRING>
  --BCSampleRate                 <INTEGER>
  --BCImpulseCenterMode          <STRING>
  --BCImpulseCenter              <INTEGER>
  --BCInitWindow                 <INTEGER>
  --BCPreWindowLen               <INTEGER>
  --BCPreWindowGap               <INTEGER>
  --BCNormFactor                 <FLOAT>
  --BCNormType                   <STRING>
  --BCDLType                     <STRING>
  --BCDLMinGain                  <FLOAT>
  --BCDLStartFreq                <FLOAT>
  --BCDLEndFreq                  <FLOAT>
  --BCDLStart                    <FLOAT>
  --BCDLMultExponent             <INTEGER>
  --HDMultExponent               <INTEGER>
  --HDMPNormFactor               <FLOAT>
  --HDMPNormType                 <STRING>
  --HDMPOutFile                  <STRING>
  --HDMPOutFileType              <STRING>
  --HDEPNormFactor               <FLOAT>
  --HDEPNormType                 <STRING>
  --HDEPOutFile                  <STRING>
  --HDEPOutFileType              <STRING>
  --MPPrefilterType              <STRING>
  --MPPrefilterFctn              <STRING>
  --MPWindowGap                  <INTEGER>
  --MPLowerWindow                <INTEGER>
  --MPUpperWindow                <INTEGER>
  --MPStartFreq                  <FLOAT>
  --MPEndFreq                    <FLOAT>
  --MPWindowExponent             <FLOAT>
  --MPFilterLen                  <INTEGER>
  --MPFSharpness                 <FLOAT>
  --MPBandSplit                  <INTEGER>
  --MPHDRecover                  <STRING>
  --MPEPPreserve                 <STRING>
  --MPHDMultExponent             <INTEGER>
  --MPPFFinalWindow              <INTEGER>
  --MPPFNormFactor               <FLOAT>
  --MPPFNormType                 <STRING>
  --MPPFOutFile                  <STRING>
  --MPPFOutFileType              <STRING>
  --DLType                       <STRING>
  --DLMinGain                    <FLOAT>
  --DLStartFreq                  <FLOAT>
  --DLEndFreq                    <FLOAT>
  --DLStart                      <FLOAT>
  --DLMultExponent               <INTEGER>
  --EPPrefilterType              <STRING>
  --EPPrefilterFctn              <STRING>
  --EPWindowGap                  <INTEGER>
  --EPLowerWindow                <INTEGER>
  --EPUpperWindow                <INTEGER>
  --EPStartFreq                  <FLOAT>
  --EPEndFreq                    <FLOAT>
  --EPWindowExponent             <FLOAT>
  --EPFilterLen                  <INTEGER>
  --EPFSharpness                 <FLOAT>
  --EPBandSplit                  <INTEGER>
  --EPPFFlatGain                 <FLOAT>
  --EPPFOGainFactor              <FLOAT>
  --EPPFFlatType                 <STRING>
  --EPPFFGMultExponent           <INTEGER>
  --EPPFFinalWindow              <INTEGER>
  --EPPFNormFactor               <FLOAT>
  --EPPFNormType                 <STRING>
  --EPPFOutFile                  <STRING>
  --EPPFOutFileType              <STRING>
  --PCOutWindow                  <INTEGER>
  --PCNormFactor                 <FLOAT>
  --PCNormType                   <STRING>
  --PCOutFile                    <STRING>
  --PCOutFileType                <STRING>
  --ISType                       <STRING>
  --ISPETType                    <STRING>
  --ISPrefilterFctn              <STRING>
  --ISPELowerWindow              <INTEGER>
  --ISPEUpperWindow              <INTEGER>
  --ISPEStartFreq                <INTEGER>
  --ISPEEndFreq                  <INTEGER>
  --ISPEFilterLen                <INTEGER>
  --ISPEFSharpness               <FLOAT>
  --ISPEBandSplit                <INTEGER>
  --ISPEWindowExponent           <FLOAT>
  --ISPEOGainFactor              <FLOAT>
  --ISSMPMultExponent            <INTEGER>
  --ISOutWindow                  <INTEGER>
  --ISNormFactor                 <FLOAT>
  --ISNormType                   <STRING>
  --ISOutFile                    <STRING>
  --ISOutFileType                <STRING>
  --PTType                       <STRING>
  --PTReferenceWindow            <INTEGER>
  --PTDLType                     <STRING>
  --PTDLMinGain                  <FLOAT>
  --PTDLStart                    <FLOAT>
  --PTDLStartFreq                <FLOAT>
  --PTDLEndFreq                  <FLOAT>
  --PTDLMultExponent             <INTEGER>
  --PTBandWidth                  <FLOAT>
  --PTPeakDetectionStrength      <FLOAT>
  --PTMultExponent               <INTEGER>
  --PTFilterLen                  <INTEGER>
  --PTFilterFile                 <STRING>
  --PTFilterFileType             <STRING>
  --PTNormFactor                 <FLOAT>
  --PTNormType                   <STRING>
  --PTOutFile                    <STRING>
  --PTOutFileType                <STRING>
  --PTOutWindow                  <INTEGER>
  --PLType                       <STRING>
  --PLMaxGain                    <FLOAT>
  --PLStart                      <FLOAT>
  --PLStartFreq                  <FLOAT>
  --PLEndFreq                    <FLOAT>
  --PLMultExponent               <INTEGER>
  --PLOutWindow                  <INTEGER>
  --PLNormFactor                 <FLOAT>
  --PLNormType                   <STRING>
  --PLOutFile                    <STRING>
  --PLOutFileType                <STRING>
  --RTType                       <STRING>
  --RTPrefilterFctn              <STRING>
  --RTWindowGap                  <INTEGER>
  --RTLowerWindow                <INTEGER>
  --RTUpperWindow                <INTEGER>
  --RTStartFreq                  <FLOAT>
  --RTEndFreq                    <FLOAT>
  --RTWindowExponent             <FLOAT>
  --RTFilterLen                  <INTEGER>
  --RTFSharpness                 <FLOAT>
  --RTBandSplit                  <INTEGER>
  --RTOutWindow                  <INTEGER>
  --RTNormFactor                 <FLOAT>
  --RTNormType                   <STRING>
  --RTOutFile                    <STRING>
  --RTOutFileType                <STRING>
  --PSFilterType                 <STRING>
  --PSInterpolationType          <STRING>
  --PSMultExponent               <INTEGER>
  --PSFilterLen                  <INTEGER>
  --PSNumPoints                  <INTEGER>
  --PSPointsFile                 <STRING>
  --PSMagType                    <STRING>
  --PSOutWindow                  <INTEGER>
  --PSNormFactor                 <FLOAT>
  --PSNormType                   <STRING>
  --PSOutFile                    <STRING>
  --PSOutFileType                <STRING>
  --MCFilterType                 <STRING>
  --MCInterpolationType          <STRING>
  --MCMultExponent               <INTEGER>
  --MCFilterLen                  <INTEGER>
  --MCNumPoints                  <INTEGER>
  --MCPointsFile                 <STRING>
  --MCMagType                    <STRING>
  --MCOutWindow                  <INTEGER>
  --MCNormFactor                 <FLOAT>
  --MCNormType                   <STRING>
  --MCOutFile                    <STRING>
  --MCOutFileType                <STRING>
  --MSMultExponent               <INTEGER>
  --MSOutWindow                  <INTEGER>
  --MSNormFactor                 <FLOAT>
  --MSNormType                   <STRING>
  --MSOutFile                    <STRING>
  --MSOutFileType                <STRING>
  --TCNormFactor                 <FLOAT>
  --TCNormType                   <STRING>
  --TCOutFile                    <STRING>
  --TCOutFileType                <STRING>
  --TCOWFile                     <STRING>
  --TCOWFileType                 <STRING>
  --TCOWNormFactor               <FLOAT>
  --TCOWNormType                 <STRING>
  --TCOWSkip                     <INTEGER>
  --TCOWPrewindow                <INTEGER>
  --TCOWLength                   <INTEGER>

Alors comme en plus je ne comprend pas a quoi sert ce programme....

Dernière modification par pipou24 (Le 16/07/2009, à 22:12)


Non geek et fier de l'être. ㋡

Hors ligne