Scanneur epson stylus sx405

matser1973 Messages postés 347 Date d'inscription   Statut Membre Dernière intervention   -  
matser1973 Messages postés 347 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

j'ai acquis une imprimante epson stylus SX405. elle imprime nickel. Mais quand je veux installer iscan pour scanner, make me dit ceci:
pisa_main_window.cc: In member function 'GtkWidget* main_window::create_window(GtkWidget*)':
pisa_main_window.cc:531: erreur: 'getenv' was not declared in this scope
pisa_main_window.cc: In member function 'void main_window::create_controls()':
pisa_main_window.cc:826: erreur: 'getenv' was not declared in this scope
pisa_main_window.cc: In member function 'GtkWidget* main_window::create_target(const scan_manager*)':
pisa_main_window.cc:1292: erreur: 'getenv' was not declared in this scope
pisa_main_window.cc: In member function 'GtkWidget* main_window::create_options()':
pisa_main_window.cc:1354: erreur: 'getenv' was not declared in this scope
make[2]: *** [iscan-pisa_main_window.o] Erreur 1
make[2]: quittant le répertoire « /home/matser/telech/200911/iscan-2.22.1/frontend »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/matser/telech/200911/iscan-2.22.1 »
make: *** [all] Erreur 2


quelqu'un a une idée?
A voir également:

3 réponses

jeanbi Messages postés 15119 Date d'inscription   Statut Contributeur Dernière intervention   2 184
 
bonjour,
quelle distribution ?
car il existe des paquets tout fini pas besoin de compiler
a+
0
matser1973 Messages postés 347 Date d'inscription   Statut Membre Dernière intervention   104
 
je suis sous slackware
0
matser1973 Messages postés 347 Date d'inscription   Statut Membre Dernière intervention   104
 
il fallait modifier le fichier pisa_main_window.cc en lui ajoutant:
#include <stdlib.h>
0