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 04/12/2007, à 14:34

Maxeric

Scanner Dexxa Flatbed 4800

Bonjour,

j'ai pris mon courage à  deux mains et me suis lancé dans la recherche d'un driver pour mon scanner Dexxa Flatbed Scanner 4800.
J'avais déjà  galéré dans une autre vie, lorsque j'étais passé de Windows Millenium à  Windows XP et avais trouvé un driver compatible, développé par Artec.
De nouveau en recherche, j'ai réussi à  trouver une version Linux ici et ici.
Comme expliqué, je lance un ./configure et là , problème :

maxeric@maxeric-desktop:~/Desktop/as6edriver-0.5$ ./configure
loading cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc   ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

L'archive n'est pas complète non ?


Desktop : AMD Athlon 3800+ | 3Go RAM | NVidia GeForce 6200 TurboCache | HDD 500Go | 7 ans sous Ubuntu/Xubuntu - Désormais sous Manjaro
Laptop : LDLC Aurore (CLEVO) I3-4100M | 4Go RAM | Intel HD Graphics | HDD 1To - SSD 60Go | Manjaro XFCE (Ubuntu Unity + Gnome Shell en système de secours)
*** Choisir le Libre ***

Hors ligne

#2 Le 05/12/2007, à 23:28

Maxeric

Re : Scanner Dexxa Flatbed 4800

Bon, ça avance, mais c'est pas encore ça ! wink

j'ai installé divers paquets manquants mais j'en suis ici :

maxeric@maxeric-desktop:~/Desktop/as6edriver-0.5$ ./configure
loading cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

Je suis allé voir si GCC était installé et... oui, il l'est !

Vous auriez une idée ?

Dernière modification par Maxeric (Le 05/12/2007, à 23:29)


Desktop : AMD Athlon 3800+ | 3Go RAM | NVidia GeForce 6200 TurboCache | HDD 500Go | 7 ans sous Ubuntu/Xubuntu - Désormais sous Manjaro
Laptop : LDLC Aurore (CLEVO) I3-4100M | 4Go RAM | Intel HD Graphics | HDD 1To - SSD 60Go | Manjaro XFCE (Ubuntu Unity + Gnome Shell en système de secours)
*** Choisir le Libre ***

Hors ligne

#3 Le 20/01/2008, à 13:07

Maxeric

Re : Scanner Dexxa Flatbed 4800

Toujours personne ?
Allez, un petit effort, mon scanner est l'une des deux dernières raisons qui me fait garder Windows en dual boot ! tongue

Dernière modification par Maxeric (Le 20/01/2008, à 13:08)


Desktop : AMD Athlon 3800+ | 3Go RAM | NVidia GeForce 6200 TurboCache | HDD 500Go | 7 ans sous Ubuntu/Xubuntu - Désormais sous Manjaro
Laptop : LDLC Aurore (CLEVO) I3-4100M | 4Go RAM | Intel HD Graphics | HDD 1To - SSD 60Go | Manjaro XFCE (Ubuntu Unity + Gnome Shell en système de secours)
*** Choisir le Libre ***

Hors ligne

#4 Le 20/01/2008, à 15:15

fil06

Re : Scanner Dexxa Flatbed 4800

bonjour,

réponse de normand: les raisons pour lesquelles gcc ne peut créer d'exécutable sont multiples et variees.
pb de libgcc non trouvees, d'includes....
globalement, cela signifie qu'il lui manque qque chose pour compiler.
il va falloir mettre les mains dans le cambouis
configure est un script shell
tu peux commencer par regarder si configure genere un fichier de log, style config.log configure.log...
faire:  find . -name "*log"
tu peux aussi lui demander de printer toutes les commandes au fur et a mesure:
si la 1ere ligne de configure est un /bin/sh  => /bin/sh -x

bon courage
si tu peux obtenir la sortie du configure grace au -x , poste les dernieres lignes sur le forum

courage

#5 Le 20/01/2008, à 15:25

fil06

Re : Scanner Dexxa Flatbed 4800

je n'avais pas vu qu'il manquait automake et autoconf
les rechercher et  installer avec Synaptic

#6 Le 20/01/2008, à 15:28

fil06

Re : Scanner Dexxa Flatbed 4800

oups, desole, trompe de paragraphe, oublie ma reponse precedente.
il va donc bien falloir farfouiner dans configure
allez,hop,je vais me coucher moi... besoin de repos  roll